> 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/see-what-consumed-credits.md).

# See what consumed credits

Review your usage history to see which operations consumed credits.

To see which operations consumed credits:

1. Open **Usage/Billing** from the sidebar and select the **Usage History** tab.
2. The table lists each **Matter** with its **Total Usage**. Expand a matter row to see its per-document detail — **Date**, **File Name**, **Pages**, and **Usage**.
3. Use the **Start Date** / **End Date** filters, or the **Current Month** / **Previous Month** shortcuts, to narrow to a period.

On the same **Usage/Billing** page, the **Credits Ledger** (shown above the tabs) lists a per-entry history; each **debit** row is credits consumed.

For what each operation costs and how credits are priced, see [Credit costs and pricing](/reference/credit-costs-and-pricing.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>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>Check your storage usage</strong></td><td>See how much of your storage allowance you have used, from the Usage/Billing page.</td><td><a href="/how-to-guides/manage/check-storage-usage.md">Check your storage usage</a></td></tr><tr><td><strong>File size and storage limits</strong></td><td>Maximum file sizes, storage allowance, and path length limits.</td><td><a href="/reference/file-size-and-storage-limits.md">File size and storage limits</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/see-what-consumed-credits.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.
