> 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/download-invoice.md).

# Download an invoice

Get a receipt or invoice for a credit pack purchase.

Check the inbox of the email address on your BriefTech account — Stripe emails a receipt the moment your payment clears, so you do not need to ask for one. If you cannot see it, check your spam or junk folder.

## Review your purchases in the app

In **Usage/Billing**, select the **Purchase History** tab. This list is for reference only — it does not include an invoice download or an invoice number.

## Get a formal invoice or a correction

On the **Buy Credits** page, before you pay, add your own reference in the **Customer Note: (optional)** field (up to 100 characters). Stripe creates an invoice for every purchase, and your note is added to that purchase's invoice, so you can carry a matter number or PO reference through to your own accounts — it is added as a note only, and does not change who the invoice is addressed to.

To have an invoice addressed to a company name and address, or to get a copy or a correction for a purchase you have already made, contact [BriefTech support](mailto:support@brieftech.ai).

Your receipt arrives by email automatically at purchase; Purchase History gives you a reference list, and a Customer Note or BriefTech support covers anything a formal invoice needs.

## 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>How credits work</strong></td><td>What credits measure and how your balance is calculated.</td><td><a href="/concepts/how-credits-work.md">How credits work</a></td></tr><tr><td><strong>Top up the credit balance</strong></td><td>Buy a credit pack to top up your balance via Stripe.</td><td><a href="/how-to-guides/manage/top-up-credit-balance.md">Top up the credit balance</a></td></tr><tr><td><strong>Credit costs and pricing</strong></td><td>How credits are consumed, what they cost, and when they expire.</td><td><a href="/reference/credit-costs-and-pricing.md">Credit costs and pricing</a></td></tr><tr><td><strong>How a matter moves through BriefTech</strong></td><td>The staged pipeline and the two workstreams that run alongside it.</td><td><a href="/concepts/the-matter-pipeline.md">How a matter moves through BriefTech</a></td></tr><tr><td><strong>See what consumed credits</strong></td><td>Review your usage history to see which operations consumed credits.</td><td><a href="/how-to-guides/manage/see-what-consumed-credits.md">See what consumed credits</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/download-invoice.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.
