> 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/check-storage-usage.md).

# Check your storage usage

See how much of your storage allowance you have used, from the Usage/Billing page.

Open **Usage/Billing** from the sidebar. Next to your credit balance, the **Storage usage** panel shows how much of your allowance you are using:

* ***used*****&#x20;used of&#x20;*****allocated*****&#x20;allocated** — the storage you are currently using, and your total allowance.
* ***remaining*****&#x20;remaining •&#x20;*****n*****% used** — how much space is left, with the percentage of your allowance in use.
* A progress bar fills as your usage approaches your allowance.

Your allowance depends on your account — see [File size and storage limits](/reference/file-size-and-storage-limits.md#storage-allowance).

If your account goes over its allowance, a red **Storage limit exceeded** banner appears on the panel — see [File size and storage limits](/reference/file-size-and-storage-limits.md#when-you-go-over) for how the limit works. To free up space, delete documents you no longer need; to raise your allowance, contact [BriefTech support](mailto:support@brieftech.ai) for an upgrade.

## 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>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><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/check-storage-usage.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.
