> 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.md).

# Manage Account

* [Find, organise, and archive your matters](/how-to-guides/manage/organise-your-matters.md) — Find, pin, filter, edit, share, and archive your matters from the Matters list.
* [Share a matter with a colleague](/how-to-guides/manage/share-matter-with-colleague.md) — Invite a colleague to collaborate on a matter as an editor.
* [Change or remove a colleague's access](/how-to-guides/manage/change-remove-colleague-access.md) — Change a colleague's role or remove them from a shared matter.
* [Transfer a matter to another user](/how-to-guides/manage/transfer-matter-to-another-user.md) — Hand over ownership of a matter to another BriefTech user (not available in-app; the page explains how).
* [Top up the credit balance](/how-to-guides/manage/top-up-credit-balance.md) — Buy a credit pack to top up your balance via Stripe.
* [See what consumed credits](/how-to-guides/manage/see-what-consumed-credits.md) — Review your usage history to see which operations consumed credits.
* [Check your storage usage](/how-to-guides/manage/check-storage-usage.md) — See how much of your storage allowance you have used.
* [Download an invoice](/how-to-guides/manage/download-invoice.md) — Review your purchase history (there is no downloadable invoice in-app).
* [Check whether credits are about to expire](/how-to-guides/manage/check-credit-expiry.md) — Check the validity period of your credit purchases.


---

# 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.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.
