> 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/how-to-guides/manage/share-matter-with-colleague.md).

# Share a matter with a colleague

Invite a colleague to a matter and assign them a role.

## Step 1 — Open the matter's Share dialog

In **Matters** in the sidebar. Find the matter you want to share (you can only share matters you own) and click its <img src="https://2262431129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlnHu06wl3NH457iwjBmr%2Fuploads%2Fgit-blob-de0790895ab944dba7f0cd16dc6149ae8eb32ac7%2Ficon-share.svg?alt=media" alt="Share" data-size="line"> Share icon.

## Step 2 — Enter your colleague's email

In the **Share Matter** dialog, under **Share with New Users**, enter the colleague's email address. Their role is **Can edit**.

## Step 3 — Share the matter

In the **Share Matter** dialog, click <img src="https://2262431129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlnHu06wl3NH457iwjBmr%2Fuploads%2Fgit-blob-33a0f78ec886f4541fadf58f16a685dbbed86bc9%2Fbtn-share.svg?alt=media" alt="Share" data-size="line"> to share the matter. You'll see **Shared successfully**, and the colleague appears under **Currently Shared With**.

{% hint style="info" %}
**Heads up:** Your colleague needs a BriefTech account already, and you must use the email address on that account. If BriefTech can't find it, you'll see "This email is not associated with any registered user" — ask them to sign up, then retype the address and share again.

Sharing takes effect straight away, and BriefTech does not email them. Let your colleague know — they'll find the matter under **Matters**, filtered by **Shared with me**, the next time they open BriefTech. If they already have it open, they'll need to reload the page before it shows up.
{% endhint %}

{% hint style="success" %}
**Tip:** To share with several colleagues, add them one at a time — the form takes one email address per share. After each share the form clears itself and the person moves down to **Currently Shared With**, so you can type the next address straight away. An address already listed there can't be added twice.
{% endhint %}

Your colleague now has edit access and can open the matter under **Matters**, filtered by **Shared with me**.

See [Matter roles and permissions](/reference/matter-roles-and-permissions.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="/concepts/roles-in-a-shared-matter.md">Roles and permissions in a shared matter</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="/how-to-guides/manage/change-remove-colleague-access.md">Change or remove a colleague's access</a></td></tr><tr><td><strong>Matter roles and permissions</strong></td><td>The matter roles you can assign and what each can do.</td><td><a href="/reference/matter-roles-and-permissions.md">Matter roles and permissions</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="/how-to-guides/manage/transfer-matter-to-another-user.md">Transfer a matter to another user</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/how-to-guides/manage/share-matter-with-colleague.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.
