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

# Agents

> Build scheduled or on-demand agents that work over your project data

The **Agents** page is a builder for custom agents — recurring or on-demand workers that run over your connected data.

## Create an agent

Click **New agent** and define:

* **Name and description** — what this agent is for
* **Instructions** — the agent's persona and standing orders, in plain language
* **Model** — from the models your admin has enabled
* **Allowed tools** — what the agent may use
* **Data scope** — organization-wide, a single project, or private to you
* **Schedule** — off, manual, an interval, or a cron expression
* **Child agents** — orchestrate other agents as steps

## Runs

Each agent keeps a run history — running, succeeded, or failed — and every run has a read-only **workflow graph** showing exactly what the agent did, step by step.

## Permissions

Any member can create and browse agents. Editing, deleting, or running an agent is limited to its **author or an admin**.

<Tip>
  Agents that finish a task you requested can email you — turn on **Agent task completion** under [notifications](/features/digests#email-notifications).
</Tip>
