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

# Manage agents

> View, edit, activate, and deactivate agents in the SeekrFlow UI.

This guide covers managing agents after creation.

## View agents

Navigate to **Agent Builder > Agents** to see all your agents. Each agent displays its name, status, date created, and last modified date.

Click an agent to view its full configuration:

* Name and ID
* Status
* Date created and date deployed
* Agent instructions
* Reasoning configuration
* Model details

## Agent statuses

| Status   | Description                       |
| -------- | --------------------------------- |
| Active   | Ready to serve requests           |
| Pending  | Transitioning between states      |
| Inactive | Not deployed, requires activation |
| Failed   | Deployment or update failed       |

## Activate an agent

**From the agents list:**

<Steps>
  <Step>
    Click the **more** menu (⋮) next to the agent.
  </Step>

  <Step>
    Click **Start**.
  </Step>
</Steps>

**From the agent summary:**

<Steps>
  <Step>
    Click the agent to open its summary.
  </Step>

  <Step>
    Click **Start**.
  </Step>
</Steps>

The agent status changes to **Pending** while SeekrFlow provisions it. After a few minutes, the status changes to **Active**.

## Deactivate an agent

**From the agents list:**

<Steps>
  <Step>
    Click the **more** menu (⋮) next to the agent.
  </Step>

  <Step>
    Click **Pause**.
  </Step>
</Steps>

**From the agent summary:**

<Steps>
  <Step>
    Click the agent to open its summary.
  </Step>

  <Step>
    Click **Pause**.
  </Step>
</Steps>

The agent status changes to **Pending**, then **Inactive**. Inactive agents do not serve requests.

## Edit an agent

You can edit an agent's configuration at any time regardless of its status.

**From the agents list:**

<Steps>
  <Step>
    Click the **more** menu (⋮) next to the agent.
  </Step>

  <Step>
    Click **Edit**.
  </Step>
</Steps>

**From the agent summary:**

<Steps>
  <Step>
    Click the agent to open its summary.
  </Step>

  <Step>
    Click **Edit**.
  </Step>
</Steps>

## Delete an agent

Agents must be inactive before they can be deleted.

**From the agents list:**

<Steps>
  <Step>
    Click the **more** menu (⋮) next to the agent.
  </Step>

  <Step>
    Click **Delete**.
  </Step>

  <Step>
    Confirm the deletion.
  </Step>
</Steps>

**From the agent summary:**

<Steps>
  <Step>
    Click the agent to open its summary.
  </Step>

  <Step>
    Click the trash can icon.
  </Step>

  <Step>
    Confirm the deletion.
  </Step>
</Steps>

Deleted agents cannot be recovered.
