> 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/concepts/the-matter-pipeline.md).

# How a matter moves through BriefTech

BriefTech organises everything around a single, repeatable pipeline for a matter. Almost every feature belongs to one stage of that pipeline or supports it, so once you have the shape of the pipeline in mind, the rest of the platform is much easier to place.

***

## Why the work is staged: Upload → Review → Index → Export

A matter moves through four stages, each with a clear job:

* **Upload** — you bring your documents in and BriefTech prepares them for use.
* **Review** — you check and correct the details it has extracted — dates and descriptions.
* **Index** — you build the Document Index: the ordered, structured spine of the matter.
* **Export** — you turn that index into a deliverable — a paginated court bundle, or the Document Index as a Word or Excel file.

Separating the work this way means each stage has a single focus. You are never asked to order documents before they are ready, or to export before the index reflects what you want.

Organising your documents — into folders, with labels, or as collections — is not a stage of its own. You can do it from the Files or the Review tab at any point. Folders and collections also shape what your index and exports contain: you can group the index by folder and mirror that structure in a ZIP export, and a collection scopes both the index and the bundle built from it.

If you have come from the BriefTech website, it presents this same journey as **six stages** — Files, Orientation, Review, Structuring, Index, and Production. That is the full arc from evidence to bundle, including the parts BriefTech handles for you automatically. They map onto the four tabs you work in: **Files** (Orientation — the automatic reading and mapping of your documents — happens here), **Review**, **Index** (Structuring, ordering the evidence into the bundle, is part of building the index), and **Export** (Production — pagination, bookmarks and volumes). Same pipeline, described at two levels: six stages of what happens to your evidence, four tabs you drive.

***

## The two workstreams that run alongside: AI analysis and collaboration

Not everything fits neatly into a stage. Two capabilities run alongside the whole pipeline, available at any point. AI analysis reads your documents and extracts structured information — document types, dates, and summaries. Collaboration lets you share the matter with colleagues and control who has access to it.

These are workstreams rather than steps: you might run AI analysis right after upload, or return to it once you have reviewed your documents, and you can invite a colleague at any time.

***

## Why each stage builds on the one before

The order of the pipeline reflects real dependencies. A document must finish processing before there's anything to review: only once it's **ready** does the AI extract its dates and descriptions, and reviewing is where you check and correct those. Review feeds the index, because the dates and descriptions you confirm become the content of your Document Index. And the index drives export, because the bundle and the exported index are produced directly from the order and structure you set.

Working with the pipeline rather than against it keeps each stage's output trustworthy for the next.

> For what happens to each document between upload and the moment it can be used, see [The document lifecycle: from upload to ready](/concepts/the-document-lifecycle.md).

***

## What a matter holds

A matter is the container for everything that belongs to a single case: the documents and their metadata, the folders, labels and collections you organise them into, the facts you capture from them, the Document Index you build, the bundles you export, and the colleagues you have shared it with. Sharing a matter shares everything in it. Your credits and storage limits are set at the account level and apply across all your matters, not just this one.

***

## 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>Get Started</strong></td><td>A quick orientation to the BriefTech pipeline.</td><td><a href="/pages/KgqH9gVzHiUxwhg7Orkm">/pages/KgqH9gVzHiUxwhg7Orkm</a></td></tr><tr><td><strong>Your First Matter</strong></td><td>A guided, end-to-end first run — take a practice matter from sample files to a downloaded court bundle.</td><td><a href="/pages/JElpS8iDIgC3KPHk5auM">/pages/JElpS8iDIgC3KPHk5auM</a></td></tr><tr><td><strong>The document lifecycle: from upload to ready</strong></td><td>What happens to a file between upload and the moment it can be used.</td><td><a href="/pages/u8eIgAY8I81LcXEFoaCo">/pages/u8eIgAY8I81LcXEFoaCo</a></td></tr><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>From Document Index to court bundle</strong></td><td>How the index and the bundle share one source of truth.</td><td><a href="/pages/7lW88GmSGYo70LiS8Ds7">/pages/7lW88GmSGYo70LiS8Ds7</a></td></tr><tr><td><strong>Roles and permissions in a shared matter</strong></td><td>How access is shared and what each role can do.</td><td><a href="/pages/dxKgXSizuTVeJGq1W1e0">/pages/dxKgXSizuTVeJGq1W1e0</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/concepts/the-matter-pipeline.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.
