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

# Manage Agents

> Organize and edit your existing assistants

## Your Agents List

The **Your Agents** section displays all the assistants you have created.

<img src="https://mintcdn.com/ravanai-63bcda11/fh0GNQ4356RFKIqY/assets/images/agents-list.png?fit=max&auto=format&n=fh0GNQ4356RFKIqY&q=85&s=e439add09a0bb3412d5411ed3a383384" alt="Agents List View" width="1231" height="913" data-path="assets/images/agents-list.png" />

### Search & Filtering

Use the toolbar to quickly find specific agents:

* **Search Bar:** Filter agents by name.
* **Type Filter:** specific view (e.g., All Types).

### Quick Actions

Each agent card allows you to perform immediate management tasks:

<CardGroup cols={3}>
  <Card title="Check Status" icon="circle-info">
    View if the agent is currently **Active** (Green) or **Inactive**.
  </Card>

  <Card title="Edit Agent" icon="pen-to-square">
    Open the configuration menu to update voice, prompts, or settings.
  </Card>

  <Card title="Delete" icon="trash" color="#ef4444">
    Permanently remove the agent.
  </Card>
</CardGroup>
