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

# Managing Agents

> Save, load, rename, and delete agents using the Agent History sidebar.

# Managing Agents

Voiceblox stores each agent you build — including all its version snapshots, AI Builder conversations, and test sessions — in a local PostgreSQL database. You can manage multiple agents and switch between them without losing any work.

## Agent History sidebar

Click the **Agents** icon in the left toolbar to open the Agent History sidebar. It shows all saved agents, sorted by last modified date. Click any agent to load it onto the canvas.

## Auto-save

Your current agent is saved automatically:

* **Debounced save** — a short delay after each change triggers a background save
* **Manual save** — press `Cmd+S` (macOS) or `Ctrl+S` (Windows / Linux) at any time
* **Before unload** — a save is attempted when you close or navigate away from the page

The toolbar shows a save indicator while a save is in progress.

## Creating a new agent

Click **New Agent** in the toolbar or in the Agent History sidebar. This:

1. Saves your current agent (if any changes are pending)
2. Clears the canvas
3. Creates a fresh agent ready for you to build

## Renaming an agent

In the Agent History sidebar, hover over an agent name and click the **edit** (pencil) icon. Type the new name and press Enter to save.

## Deleting an agent

In the Agent History sidebar, hover over an agent and click the **delete** (trash) icon. Deleted agents are soft-archived — they are hidden from the list but not permanently removed from the database.

## Switching between agents

Click any agent in the sidebar to load it. The current agent is auto-saved before switching. The canvas, version history, and AI Builder conversation are all restored to the state of the selected agent.
