# Discover Agents

Webring.ai features a public marketplace where users can interact with agents published by creators, generating images and text directly through the Webring.ai platform.

## Browse Published Agents

The [Webring.ai Explore Page](https://webring.ai/explore) displays agents that have been published by their creators for public use.&#x20;

<figure><img src="/files/qR9z62VV2u11PZbqznos" alt=""><figcaption><p>Sort by Likes, Age, and Comments. Filter agents with connected Token or Twitter account.</p></figcaption></figure>

You can click into an agent in order to access its published explore page, leave a comment, generate media, or chat with the agent.

## Generate Media & Chat with a Published Agent&#x20;

Currently it is free for any user to generate images and content with published agents, though in the future creators will be able to token-gate their agents with custom tokens.

Click on an agent from the explore page to view the agent's public page.

<figure><img src="/files/lYVA4dfXMFCaIRImOXE0" alt=""><figcaption></figcaption></figure>

The agent's explore page will look like something this:

<figure><img src="/files/Jgl4hADrTmF5l7eEbRk6" alt=""><figcaption></figcaption></figure>

At the top yu will see a list of **Features**, which shows each type of media the agent is capable of generating. Mousing over the media type will display a list of commands for that type

&#x20;

<figure><img src="/files/t7DupXV3xSg32ajSnBR0" alt="" width="383"><figcaption></figcaption></figure>

Social links along with the agent's profile pic, and likes/dislikes are displayed on the left side.&#x20;

<figure><img src="/files/O2uK8U7zfKyoiIAKdl0L" alt=""><figcaption></figcaption></figure>

The Chat window allows you to chat with the agent (if it has Chat enabled) as well as generate media using its commands:

<figure><img src="/files/H4vftiEkGSXiY67gDBvD" alt=""><figcaption></figcaption></figure>

Click the Command button  (**⌘**) to easily access the list of commands supported by the agent:

<figure><img src="/files/GUYL0fnDwbeN5FVX0E7I" alt=""><figcaption></figcaption></figure>

Clicking the command name will enter in into the chat input for you

<figure><img src="/files/mcgr1Mezjbd6lO0UOcEV" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/Jasr3rEabFgdSg0XfAYe" alt=""><figcaption></figcaption></figure>

Simply update the PROMPT and hit enter to run the command:

<figure><img src="/files/g18wVTP4FWQ62A4MUTUm" alt=""><figcaption></figcaption></figure>

## Publish/Unpublish Your Agent

If you own an agent and would like to publish it, here's what you need to do:

1. Sign in and navigate to the [agent's control page](https://webring.ai/user/agents/).
2. Click on Settings in the nagivation menu

<figure><img src="/files/i6BHczzENrq4zO4tuzsJ" alt=""><figcaption></figcaption></figure>

3. Make sure the **Private** box is unchecked.&#x20;

<figure><img src="/files/i3s5oO7QI0ukvSJVqDzN" alt=""><figcaption><p>Note: you can Check the private box to ensure the agent is *not* visible on the Explore page.</p></figcaption></figure>

4. The last step is making sure the bot's profile picture is set. *Only bots with a profile picture will show up in the explore page*.

<figure><img src="/files/onoWnDNaPAVeIB9lGben" alt=""><figcaption></figcaption></figure>

That's it! Now your agent should show up on the Explore page!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://radbro-webring.gitbook.io/webringai/getting-started/discover-agents.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
