> ## Documentation Index
> Fetch the complete documentation index at: https://help.wonka.chat/llms.txt
> Use this file to discover all available pages before exploring further.

# Finding and Accessing Agents

> Navigate WonkaChat to locate and access AI agents for your workflows.

Agents are located in two places: the creation interface for building and managing agents, and the usage interface for starting conversations with agents.

***

## Locating Agents

### Agent Usage Interface

There are two ways to access and start conversations with agents:

#### 1. Agent Marketplace

Access the agent marketplace from the top left of your screen. The marketplace organizes agents by categories, making it easy to discover and browse available agents. It is especially useful when you have many agents to choose from.

<Frame caption="Agent marketplace location">
  <img src="https://mintcdn.com/wonkaai/AXILqDJNf48gnIYs/images/marketplace.gif?s=bd813f6a1ba8159c152920b8be4c1739" alt="Agent marketplace on top left" width="1920" height="1080" data-path="images/marketplace.gif" />
</Frame>

**Features:**

* Browse agents by category
* Search functionality for quick discovery
* View detailed agent descriptions

#### 2. My Agents Quick Access

Access your agents directly from the model selection dropdown at the top of the screen. At the bottom of the dropdown, you'll see "My Agents". You can hover over it to reveal a list of all your available agents with a search field.

<Frame caption="My Agents quick access in model selector">
  <img src="https://mintcdn.com/wonkaai/AXILqDJNf48gnIYs/images/dropdown.gif?s=3315b9dac4723c6e086b6b891c0ee3ad" alt="My Agents dropdown in model selector" width="1920" height="1080" data-path="images/dropdown.gif" />
</Frame>

**Features:**

* Quick access to your frequently used agents
* Integrated search field for fast agent lookup
* No need to navigate away from your current screen

<Tip>
  Quick usage: Agents can be invoked by typing `@` followed by their name directly from any conversation.
</Tip>

<Frame caption="Prompt example with a custom command '@Wiki'">
  <img src="https://mintcdn.com/wonkaai/AXILqDJNf48gnIYs/images/agent.png?fit=max&auto=format&n=AXILqDJNf48gnIYs&q=85&s=62f11dad9e81adf0a4f0dd99da6df666" alt="Example of using an agent in a conversation" width="1371" height="383" data-path="images/agent.png" />
</Frame>

***

### Agent Creation & Management

In your WonkaChat interface, find the **Agent Builder** on the right side of the screen. This panel allows you to create and manage your AI agents.

<Frame caption="Agent Builder panel location">
  <img src="https://mintcdn.com/wonkaai/AXILqDJNf48gnIYs/images/agent.gif?s=97c4471b5363354300c6d5d162e46968" alt="Agent Builder panel" width="1920" height="1080" data-path="images/agent.gif" />
</Frame>

<Tip>
  If you don't see the right side panel, click the arrow icon in the middle-right of your screen to expand the sidebar.
</Tip>

**What you can do:**

* Create new agents with custom instructions
* Give files and capabilities to agents
* Assign Tools (External Connections) to agents
* Modify existing agents configurations

<Check>
  All users can create personal agents. Organization-wide sharing requires administrator approval.
</Check>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Using Existing Agents" icon="play" href="/en/ai-agents/using-existing-agents">
    Learn how to get the best results from pre-built agents.
  </Card>

  <Card title="Creating Your First Agent" icon="plus-circle" href="/en/ai-agents/creating-your-first-agent">
    Build your own agent tailored to your workflows.
  </Card>
</CardGroup>
