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

# Managing your Superagents

> Find, organize, and manage your Superagents from the All Agents page.

Find and manage all of your Superagents from the **All agents** view. You can search, filter, and sort your agents, favorite the ones you use most, and manage each agent from its card.

When you open Superagents, Base44 opens the agent you used last. To see every agent, click the agent name at the top of the editor and select **View all agents**.

<Note>
  The agent switcher and the **All agents** view appear when your workspace has more than one agent. With a single agent, you manage it from **Agent Settings** instead.
</Note>

***

## Finding your Superagents

Use the options at the top of the **All agents** view to search, filter, and sort your Superagents.

**To find a Superagent:**

1. Open your Superagent.
2. Click the agent name at the top of the editor, then click **View all agents**.
3. Use the options at the top:
   * **Search:** Click **Search agents** and type the name of your Superagent.
   * **Filter:** Click **Created by me** and choose whether to show only agents you created or all agents.
   * **Sort:** Click **Last viewed** and choose **Last viewed**, **Last created**, **Agent name A-Z**, or **Agent name Z-A**.
4. Click an agent to open it.

<Tip>
  To switch between the agents you used recently, click the agent name at the top of the editor and pick one under **Recent agents**.
</Tip>

***

## Adding Superagents to your favorites

Favorite the Superagents you use most to keep them in the **Favorites** section of your sidebar.

**To add a Superagent to your favorites:**

1. Open your Superagent.
2. Click the agent name at the top of the editor, then click **View all agents**.
3. Hover over the Superagent card and click the **Star** icon. You can also click the **More actions** <Icon icon="ellipsis" /> icon and select **Add to favorites**.

<Tip>
  To remove a Superagent from your favorites, click the **Star** icon again, or select **Remove from favorites** from the **More actions** <Icon icon="ellipsis" /> menu.
</Tip>

***

## Managing a Superagent

Use the **More actions** menu on a Superagent card to rename, clone, or delete an agent, copy its ID, or open its settings.

**To manage a Superagent from its card:**

1. Open your Superagent.
2. Click the agent name at the top of the editor, then click **View all agents**.
3. Click the **More actions** <Icon icon="ellipsis" /> icon on the Superagent card.
4. Choose what you want to do:
   * **Add to favorites:** Add the Superagent to your **Favorites** section in the sidebar.
   * **Rename:** Update the Superagent's name.
   * **Clone agent:** Create a copy of the Superagent.
   * **Copy Superagent ID:** Copy the agent's ID.
   * **Agent settings:** Open the Superagent's settings.
   * **Delete:** Delete the Superagent from your workspace.

<Tip>
  You can also rename the Superagent you have open by clicking its name at the top of the editor and typing a new one.
</Tip>

### Cloning your Superagent

Create a copy of an existing Superagent to reuse its setup as a starting point for another workflow or assistant.

<Note>
  Only include chat history and API keys if the cloned Superagent should use the same context and credentials.
</Note>

**To clone your Superagent:**

1. Open your Superagent.
2. Click the agent name at the top of the editor, then click **View all agents**.
3. Click the **More actions** <Icon icon="ellipsis" /> icon on the Superagent card.
4. Click **Clone agent**.
5. Choose what to include:
   * **Chat History:** Copy the builder conversation history to the new agent.
   * **Skills:** Copy backend functions, integrations, and tool configurations.
   * **Agent memory:** Copy the agent memory file and saved facts.
   * **Files:** Copy repository files from storage. When Skills is selected, this includes skill files.
   * **Automations:** Copy workflows (scheduled, entity-triggered, and connector-based).
   * **API Keys:** Copy stored secrets and API keys to the new agent.
6. Click **Clone Agent**.

### Deleting your Superagent

Remove a Superagent from your workspace when you no longer need it.

<Warning>
  Deleting a Superagent disconnects its integrations immediately. You can restore the Superagent from Recently deleted for 30 days, but restoring it does not bring the integrations back.
</Warning>

**To delete your Superagent:**

1. Open your Superagent.
2. Click the agent name at the top of the editor, then click **View all agents**.
3. Click the **More actions** <Icon icon="ellipsis" /> icon on the Superagent card.
4. Click **Delete**.
5. Click **Delete** again to confirm.

***

## FAQs

Click a question below to learn more about managing your Superagents.

<AccordionGroup>
  <Accordion title="Does cloning a Superagent copy everything?">
    No. Cloning copies only the parts of the Superagent you choose: chat history, skills, agent memory, files, workflows, and API keys.
  </Accordion>

  <Accordion title="Can I undo deleting a Superagent?">
    Yes, for 30 days. A deleted Superagent moves to Recently deleted, and you can restore it during that time.

    Its integrations are disconnected as soon as you delete it, and restoring the Superagent does not bring them back.
  </Accordion>

  <Accordion title="Where do I configure a Superagent's plugins, workflows, and channels?">
    Open the Superagent, then use **Plugins** to manage connectors and skills, **Workflows** to manage workflows, and **Agent Settings** to manage channels, security, and API access.
  </Accordion>

  <Accordion title="How do I create a new Superagent?">
    Click the agent name at the top of the editor, then click **Create new agent**.

    The option appears when your workspace already has more than one agent.
  </Accordion>
</AccordionGroup>
