> 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/transfer-matter-to-another-user.md).

# Transfer a matter to another user

Transfer matter ownership to another user.

To transfer a matter to another user, contact BriefTech support at <support@brieftech.ai> — ownership transfer isn't available from the interface yet. In the meantime, you can [share the matter with the other user as an Editor](/how-to-guides/manage/share-matter-with-colleague.md).

{% hint style="info" %}
**Heads up:** Sharing as an Editor lets your colleague work on the documents as you do — upload, edit and delete them, build the Document Index and generate court bundles — but the matter itself stays yours: inviting or removing members, editing the matter's details, and archiving or restoring the matter are owner-only, and your colleague will not see those controls.
{% endhint %}

## 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>Share a matter with a colleague</strong></td><td>Invite a colleague to a matter and assign them a role.</td><td><a href="/how-to-guides/manage/share-matter-with-colleague.md">Share a matter with a colleague</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>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></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/transfer-matter-to-another-user.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.
