> 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/matter-roles-and-permissions.md).

# Matter roles and permissions

When you share a matter, each member is given a role. A matter has one owner and any number of editors.

## Roles

| Role                           | Assigned to                            |
| ------------------------------ | -------------------------------------- |
| Owner                          | The person who created the matter.     |
| Editor (shown as **Can edit**) | A colleague you invite to collaborate. |

## Permissions

| Action                                              | Owner | Editor |
| --------------------------------------------------- | :---: | :----: |
| View documents and the Document Index               |   ✓   |    ✓   |
| Upload, edit, and delete documents                  |   ✓   |    ✓   |
| Run an AI agent the owner has set up                |   ✓   |    ✓   |
| Set up or remove an AI agent in the matter          |   ✓   |    —   |
| Build the Document Index and generate court bundles |   ✓   |    ✓   |
| Invite members and change their access              |   ✓   |    —   |
| Change the matter's name                            |   ✓   |    —   |
| Change Document Index and court bundle settings     |   ✓   |    ✓   |
| Create, rename, clone, and delete collections       |   ✓   |    ✓   |
| Archive the matter                                  |   ✓   |    —   |
| Restore an archived matter                          |   ✓   |    —   |

Credits for these matter actions are charged to the **matter owner's** balance, whoever performs the action — so when an editor exports the Document Index or generates a court bundle, it draws on the owner's credits, not the editor's. Building the Document Index itself is free. For which actions consume credits and what they cost, see [Credit costs and pricing](/reference/credit-costs-and-pricing.md). Setting an agent up is a one-off step the matter owner takes; once it is set up, editors can run it like any other agent.

> To understand why sharing gives access to the whole matter, and why a role behaves the same everywhere, see [Roles and permissions in a shared matter](/concepts/roles-in-a-shared-matter.md).

## 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>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><tr><td><strong>Share a matter with a colleague</strong></td><td>Invite a colleague to a matter and assign them a role.</td><td><a href="/pages/a3MN65R9YYAKbRCsavQ6">/pages/a3MN65R9YYAKbRCsavQ6</a></td></tr><tr><td><strong>Change or remove a colleague's access</strong></td><td>Change a member's role or remove their access to a matter.</td><td><a href="/pages/AhzR1dphHbjnqzVwD1oz">/pages/AhzR1dphHbjnqzVwD1oz</a></td></tr><tr><td><strong>Transfer a matter to another user</strong></td><td>Transfer matter ownership to another user.</td><td><a href="/pages/4Li3bvi7TLtqA37bMdNh">/pages/4Li3bvi7TLtqA37bMdNh</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/matter-roles-and-permissions.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.
