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

# Agent Mode Overview

> Enable ZeroTwo to take autonomous multi-step actions across your connected apps using the Agent pill in the prompt bar.

## What is Agent Mode?

Agent Mode is an in-chat AI mode where ZeroTwo plans and executes a sequence of actions on your behalf — not just responding with text, but actually interacting with your connected apps, browsing the web, and completing multi-step workflows autonomously.

Activate it with a single click: toggle the **Agent** pill in the prompt bar.

<Warning>
  Agent Mode is available on **Pro plans and above**. The Agent pill will not appear for Free plan users. Upgrade at **Settings → Account → Subscription**.
</Warning>

## Standard Chat vs. Agent Mode

| Standard Chat                                            | Agent Mode                                                            |
| -------------------------------------------------------- | --------------------------------------------------------------------- |
| One-shot: you send a message, ZeroTwo responds with text | Multi-step: ZeroTwo plans a sequence of actions and executes them     |
| Generates text, code, and analysis                       | Reads from and writes to your connected apps                          |
| No external actions taken                                | Can send emails, create issues, update documents, post messages       |
| No confirmation dialogs needed                           | Shows confirmation dialogs before high-impact or irreversible actions |
| Completes immediately                                    | Shows real-time progress in the Agent Activity sidebar                |

## How Agent Mode Works

When you activate Agent Mode and send a prompt:

1. **ZeroTwo plans** a sequence of steps to accomplish your goal
2. **ZeroTwo executes** each step — reading from and writing to your connected apps
3. **You see progress** in real time in the Agent Activity sidebar (right side panel)
4. **Confirmation dialogs** pause execution before any high-impact or irreversible action
5. **Results are delivered** to the chat when the sequence completes

## Activating Agent Mode

<Steps>
  <Step title="Ensure you are on Pro or above">
    Agent Mode requires a Pro plan. If the Agent pill is not visible in the prompt bar, upgrade at **Settings → Account → Subscription**.
  </Step>

  <Step title="Find the Agent pill">
    Look for the **Agent** pill in the prompt bar at the bottom of any chat. It appears as a small labeled toggle.
  </Step>

  <Step title="Toggle it on">
    Click the **Agent** pill to activate it. It highlights (turns blue) when active.
  </Step>

  <Step title="Write your prompt">
    Describe the multi-step task you want ZeroTwo to handle. Be explicit about the goal, which apps to use, and any constraints.
  </Step>

  <Step title="Send and monitor">
    Press Enter or click Send. ZeroTwo begins executing immediately. Watch progress in the Agent Activity sidebar.
  </Step>
</Steps>

## Example Agent Mode Prompts

```
Using GitHub, find all open issues tagged 'bug' in my repositories.
Create a Notion page with a table summarizing each one: title, repo, date opened, URL.
Then email me the Notion page link.
```

```
Check my Google Calendar for today's meetings.
For each meeting, search Gmail for any related emails from the past week.
Write a brief prep note for each meeting and save everything to a new Notion page
called "Today's Meeting Prep [date]".
```

```
Search for the current pricing pages of our top 3 competitors.
Extract plan names, prices, and key features from each.
Create a comparison table and save it to a new Google Doc titled "Competitor Pricing - [today's date]".
```

## You Stay in Control

Agent Mode is designed to be powerful without being unpredictable:

* **Confirmation dialogs** pause before any action that sends data, modifies records, or is irreversible — you must explicitly approve
* **The Stop button** halts all execution immediately, at any point during a run
* **Agent Activity sidebar** shows every action in real time so you can follow along and catch anything unexpected
* **Prompt injection protection** — ZeroTwo scans external content read by the agent for instructions attempting to hijack its behavior

<Warning>
  Agent Mode takes real-world actions. Sent emails, created files, and posted messages cannot always be undone. Always review confirmation dialogs carefully before approving.
</Warning>

## Explore Agent Mode

<CardGroup cols={2}>
  <Card title="What Agent Mode Can Do" icon="zap" href="/tools/agent-mode/what-agent-mode-can-do">
    Full breakdown of multi-step workflows by category: email, docs, dev, research, and more.
  </Card>

  <Card title="Use Connectors with Agent" icon="cpu" href="/tools/agent-mode/use-connectors-with-agent">
    Connect your apps so Agent Mode can act on your behalf across Gmail, GitHub, Notion, and others.
  </Card>

  <Card title="Confirmations and Safety" icon="shield" href="/tools/agent-mode/confirmations-and-safety">
    How confirmation dialogs, the activity sidebar, the Stop button, and prompt injection protection keep you in control.
  </Card>

  <Card title="Troubleshooting" icon="alert-triangle" href="/tools/agent-mode/troubleshooting">
    Fix issues with the Agent pill, connector access, unexpected behavior, and more.
  </Card>
</CardGroup>
