> ## 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.

# Agents

> Create interactive AI assistants with custom system prompts, tool permissions, and model selection

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

Agents are interactive AI assistants you can chat with inside Bizzy. Each agent
has its own system prompt, model, and per-tool permissions, so you can make an
agent that answers support email one way and a research agent that behaves
entirely differently.

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

## Agents vs. Automations

<Note>
  **Agents** are interactive — you open a chat window and talk to them, and they can ask for your approval before running tools. **[Automations](/user-guide/automations/index)** are event-triggered — they fire automatically on events like "new email received" without a human in the loop.

  The two complement each other: automations handle recurring, well-defined work;
  agents handle ad-hoc, exploratory work.
</Note>

## What you can do

<CardGroup cols={2}>
  <Card title="Create an agent" icon="plus" href="/user-guide/agents/creating">
    Name, type, system prompt, model, LLM settings
  </Card>

  <Card title="Pick a model" icon="robot" href="/user-guide/agents/models">
    Claude, GPT, and Gemini models
  </Card>

  <Card title="Tool permissions" icon="shield-check" href="/user-guide/agents/tool-permissions">
    Allow / ask / deny each tool
  </Card>

  <Card title="Chat with an agent" icon="comments" href="/user-guide/agents/chat">
    Full-page chat with tool approval
  </Card>
</CardGroup>

Conversations with an agent are saved and visible in
[Agent Conversations](/user-guide/agent-conversations/index), including the full
tool-call history.
