> For the complete documentation index, see [llms.txt](https://help.brieftech.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brieftech.ai/reference/ai-agents.md).

# AI agents

AI agents read your documents and produce structured output. Each agent is purpose-built for a task.

## Analysis agents

| Agent                         | Produces                                                                                      | Where you find it                                                                                                                                                                                                       |
| ----------------------------- | --------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Organise**                  | Reads every document and determines its document type, summary, key dates, and other details. | Its summary and key dates are what fill the **Summary** and **Key Dates** headings of the **Summary** view in the preview pane — see [The preview pane](/reference/preview-pane.md).                                    |
| **Duplicate Document Finder** | A list of duplicate and near-duplicate documents. Currently in beta and free to use.          | The **Tools** menu on the <img src="/files/TkXmUkwMiGfDigifVWS6" alt="Files" data-size="line"> and <img src="/files/9C48Pbtzosn7QyvNGfYt" alt="Review" data-size="line"> tabs, listed as **Duplicate Document Finder**. |

## Workflow agents

| Agent                    | Produces                                                                                                                | Where you find it                                                                                                                                                                                 |
| ------------------------ | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Create court bundles** | A paginated court bundle to Singapore court standard. See [Court bundle settings](/reference/court-bundle-settings.md). | **Create Bundle** on the <img src="/files/tWb9d9khekIZfwvjHrgh" alt="Index tab" data-size="line"> tab opens the bundle panel; a second **Create Bundle** button inside that panel starts the run. |
| **Download all files**   | A ZIP archive of your index files. See [Export formats and options](/reference/export-formats-and-options.md).          | **Download Files** on the <img src="/files/tWb9d9khekIZfwvjHrgh" alt="Index tab" data-size="line"> tab opens the download panel; in it, tick **All Files** and click **Export** to start the ZIP. |

{% hint style="info" %}
**Cost:** Running the analysis agents (Organise, Duplicate Document Finder) is free. The workflow agents produce an **export** — the first time a document is included in a court bundle or download it is committed to your Document Index and consumes credits. See [Credit costs and pricing](/reference/credit-costs-and-pricing.md).
{% endhint %}

## Agent activation

The **Organise** and **Duplicate Document Finder** agents are always available. Other agents are activated per matter. When you set up a matter, the **Organise**, **Download all files**, and **Create court bundles** agents are all activated automatically.

## Related

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>How AI analysis works: agents and playbooks</strong></td><td>What agents and playbooks are, and what they extract.</td><td><a href="/pages/pLl4zmTHql9gsVVTXlhP">/pages/pLl4zmTHql9gsVVTXlhP</a></td></tr><tr><td><strong>Bulk-edit metadata across many documents</strong></td><td>Change labels, collections, dates, descriptions and index categories on many documents at once.</td><td><a href="/pages/dEDlGCOBIN4gmoc8RlSY">/pages/dEDlGCOBIN4gmoc8RlSY</a></td></tr><tr><td><strong>Document metadata fields</strong></td><td>The document fields you can edit in the Review tab and their accepted values.</td><td><a href="/pages/L8nG61o2o8X9xUnAQSJq">/pages/L8nG61o2o8X9xUnAQSJq</a></td></tr><tr><td><strong>Review an AI-Analysed Matter</strong></td><td>A guided run through the Review stage — take a matter the AI has already analysed and confirm, correct, and refine its details until it's ready to index.</td><td><a href="/pages/5dnrzbm1SofsLQNZ8RoH">/pages/5dnrzbm1SofsLQNZ8RoH</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.brieftech.ai/reference/ai-agents.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
