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

# My Agents

In Solvea, you can create multiple agents to support different business scenarios.

Each agent operates independently — with separate knowledge, channels, inbox, integrations, analytics, and contacts.

<Note>
  Bind different channels to different agents. All data modules (Knowledge, Integrations, Inbox, Analytics, Contacts) are isolated per agent and do not share data.
</Note>

## View Your Agents

Once an agent is created, you can view all agents from the **Discovery → My Agents** section.

<Info>
  A maximum of **10 agents** are displayed in the list.
</Info>

<Frame>
  <img src="https://mintcdn.com/solvea-a5b10e8e/fYPzxWKQk5CaEKHw/images/image-136.png?fit=max&auto=format&n=fYPzxWKQk5CaEKHw&q=85&s=d4e6405db2dc0ed6ccd390648e91a7e4" alt="Image" width="2938" height="1544" data-path="images/image-136.png" />
</Frame>

## Agent List

Each agent card displays:

* **Agent Icon**

  Different agent statuses have different icons.

  <Columns cols={2}>
    <Card icon="robot" horizontal>
      Completed agent
    </Card>

    <Card icon="message-text" horizontal>
      Agent in generation
    </Card>
  </Columns>
* **Last Updated Time**
* **Last Updated By**
* **Actions - Delete agent**

  Deleting an agent permanently removes all associated data, including:

  * Knowledge base
  * Integrations
  * Inbox records
  * Analytics data
  * Contacts

  <Warning>
    This action cannot be undone. Please back up important data before deletion.
  </Warning>
