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

# Agents | AI Studio

> Create and manage AI agents in Collate AI Studio.

# Agents

An agent is an AI that performs metadata tasks on your behalf — writing descriptions, classifying PII, assigning tiers, linking glossary terms, or running data quality checks. Each agent combines a **persona** (how it thinks and communicates), one or more **skills** (what actions it can take), and optionally an API access token so external tools can invoke it.

Collate includes built-in agents for common tasks. You can also create your own to handle specialized workflows.

## Agents vs Workers

Agents and workers are both AI entities in Collate, but they serve different purposes:

|                               | Agents                                                                                                     | Workers                                                                                                          |
| ----------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| **What they do**              | Perform metadata tasks independently — write descriptions, classify PII, assign tiers, link glossary terms | Handle specific domains within Collate AI Chat — analytics queries, governance updates, data marketplace actions |
| **Where they run**            | AI Automations and via AI SDK                                                                              | Collate AI Chat only                                                                                             |
| **Who invokes them**          | You (via automations or API)                                                                               | Collate AI Chat's internal routing                                                                               |
| **Configurable in AI Studio** | Yes — create, edit, assign personas and skills                                                             | Yes — but they are part of the chat agentic fleet, not available in AI Automations                               |

Use agents when you want to automate tasks across your catalog on a schedule. Use workers to extend what Collate AI Chat can do in conversation. See [Workers](/ai-2-0/collate-ai/ai-studio/workers) for details.

## When to Use an Agent

Use an agent when you want to automate repetitive metadata work across many assets — for example:

* Writing or updating descriptions for hundreds of tables.
* Flagging columns that likely contain personal data (PII).
* Assigning tiers to assets based on usage or importance.
* Linking business glossary terms to tables and columns.
* Enforcing compliance with regulations such as India's DPDP Act.

If you need a one-off action, run it manually. If you find yourself doing the same metadata task repeatedly, an agent is the right tool.

## Create an Agent

Follow the steps below to create a new agent in AI Studio.

### Step 1: Navigate to the Agents Tab

1. In the left navigation menu, click **More** > **AI Studio**.
2. Navigate to the **Agents** tab, and click **New Agent**.

   <img src="https://mintcdn.com/collatedocs/iES0mLmZlv3DDI8N/public/images/ai-2.0/collate-ai/ai-studio/access-agents.png?fit=max&auto=format&n=iES0mLmZlv3DDI8N&q=85&s=d34021feaacb04392bfc9b12db6f2422" alt="Access Agents" width="2378" height="1070" data-path="public/images/ai-2.0/collate-ai/ai-studio/access-agents.png" />

### Step 2: Add Agent Basic Details

Enter the following details:

* **Agent Name**: A unique name for this agent. Used as its identifier in the system.
* **Description**: What this agent does. Be specific — this text appears in the agent list and helps others understand when to use it.

<img src="https://mintcdn.com/collatedocs/iES0mLmZlv3DDI8N/public/images/ai-2.0/collate-ai/ai-studio/agents-basic.png?fit=max&auto=format&n=iES0mLmZlv3DDI8N&q=85&s=d9478e75120cb8a3a6ace96f2776209a" alt="Agent Basic Details" width="2388" height="1532" data-path="public/images/ai-2.0/collate-ai/ai-studio/agents-basic.png" />

Click **Save and Next** to continue.

### Step 3: Behavior

The **Behavior** step controls how your agent thinks, speaks, and interacts.

* **Select Persona** (required): Choose the persona that defines the agent's role, domain expertise, and communication style. Available options include roles such as Data Analyst, Data Engineer, Data Steward, and Database Administrator. To create or manage personas, go to the [Personas](/ai-2-0/collate-ai/ai-studio/personas) tab.

* **Prompt/Instruction**: Auto-populated based on the persona you select. This shows the instructions built into that persona — how it thinks, communicates, and approaches tasks.

<img src="https://mintcdn.com/collatedocs/iES0mLmZlv3DDI8N/public/images/ai-2.0/collate-ai/ai-studio/agent-behaviour.png?fit=max&auto=format&n=iES0mLmZlv3DDI8N&q=85&s=8e5a2174eee69240692eecf9f160f1fc" alt="Agent Behaviour" width="2400" height="1466" data-path="public/images/ai-2.0/collate-ai/ai-studio/agent-behaviour.png" />

Click **Save and Next** to continue.

### Step 4: Select the Skills

Select the **Skills** this agent can use. Skills define the specific actions the agent is allowed to take — for example, reading asset metadata, writing descriptions, or triggering quality checks.

Search for skills by name and select the checkboxes next to the ones you want to attach. To create or manage skills, go to the [Skills](/ai-2-0/collate-ai/ai-studio/skills) tab.

<img src="https://mintcdn.com/collatedocs/iES0mLmZlv3DDI8N/public/images/ai-2.0/collate-ai/ai-studio/agent-skills.png?fit=max&auto=format&n=iES0mLmZlv3DDI8N&q=85&s=90464eab6b529f7b4a25d35652b2afc6" alt="Agent Skills" width="2390" height="1544" data-path="public/images/ai-2.0/collate-ai/ai-studio/agent-skills.png" />

Click **Save and Next** to continue.

### Step 5: Add Actions

The **Actions** step defines the tasks your agent can perform and automate workflows.

* **Select Bot** (required): Choose the bot identity this agent will use to perform actions in Collate. The bot determines what the agent can access and act on. For example, `AIAutomationApplicationBot` for automation workflows, `AutoClassificationBot` for classification tasks, or `AutoTaggerApplicationBot` for tagging. Select the bot that matches the type of work this agent will do.

<img src="https://mintcdn.com/collatedocs/iES0mLmZlv3DDI8N/public/images/ai-2.0/collate-ai/ai-studio/agent-actions.png?fit=max&auto=format&n=iES0mLmZlv3DDI8N&q=85&s=888af86833ba10a123dc8e6a3e7d31c8" alt="Agent Actions" width="2376" height="1282" data-path="public/images/ai-2.0/collate-ai/ai-studio/agent-actions.png" />

Click **Save** to create the agent.

## View Agents

The **Agents** tab lists all agents available in your organization. For each agent you can see:

* **Name**: the agent's display name and internal identifier.
* **Type**: the agent class (for example, `dynamicAgent`).
* **Status**: the governance review state — `Approved` means the agent has been reviewed and cleared for use.
* **Description**: a summary of what the agent does.
* **Last Run**: when the agent last executed.

Use the search bar at the top to filter agents by name.

## Manage Agents

After an agent is created, select it from the list to edit or delete it.

* To edit the agent details, click the Edit icon and modify the required details.
* To delete the agent, click the **⋮** (three-dot menu) icon and select **Delete**.

<img src="https://mintcdn.com/collatedocs/iES0mLmZlv3DDI8N/public/images/ai-2.0/collate-ai/ai-studio/manage-agent.png?fit=max&auto=format&n=iES0mLmZlv3DDI8N&q=85&s=31b46316e07bf89ffa62e3e4cd590eeb" alt="Manage Agent" width="2436" height="1256" data-path="public/images/ai-2.0/collate-ai/ai-studio/manage-agent.png" />
