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

# Agent Conversations

> Browse past agent chats, filter by status, and resume any conversation

<Badge color="orange">Beta</Badge>

Every chat with an agent is saved. The **Agent Conversations** page lists every
conversation across every agent in your organization — with filters for status
and pagination for large histories.

<Frame>
  <img src="https://mintcdn.com/thebizzycomapny/LTbGbhRRJUQlFsAe/images/user-guide/agent-conversations/list.png?fit=max&auto=format&n=LTbGbhRRJUQlFsAe&q=85&s=ce04326e78c34e0b686a377f99f771d6" alt="Agent conversations list" width="800" height="500" data-path="images/user-guide/agent-conversations/list.png" />
</Frame>

## The list view

Columns typically include:

* **Title** — auto-generated from the first message; editable on the detail page
* **Agent** — which agent handled the conversation
* **Status** — current state
* **Last updated** — when the most recent message landed

### Status values

| Status      | Meaning                             |
| ----------- | ----------------------------------- |
| `active`    | Open — you can still send messages  |
| `completed` | Ended cleanly                       |
| `timeout`   | The conversation ended on a timeout |
| `error`     | An error stopped the conversation   |

### Filters

* **Status** — pick one of the four statuses to narrow the list.
* **Pagination** — page size defaults to 20 (max 100).

## Opening a conversation

Click any row to open its
[transcript](/user-guide/agent-conversations/transcripts), where you can see
every message, every tool call, and every approval decision.

## Next steps

<CardGroup cols={2}>
  <Card title="Transcripts" icon="clipboard-list" href="/user-guide/agent-conversations/transcripts">
    Detailed conversation view
  </Card>

  <Card title="Agents" icon="robot" href="/user-guide/agents/index">
    Configure the agents that drive these conversations
  </Card>
</CardGroup>
