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

# Check whether credits are about to expire

Check the validity period recorded against each of your credit purchases.

To check how long each purchase's credits remain valid:

1. Open **Usage/Billing** from the sidebar.
2. Select the **Purchase History** tab.
3. Find your purchase — each row is one payment attempt, and the **Status** column shows which succeeded — and read its **Expiry (months)** value, which shows the validity period recorded against that purchase. See [Credit costs and pricing](/reference/credit-costs-and-pricing.md).

If you think you have unused credits nearing the end of their validity, contact [BriefTech support](mailto:support@brieftech.ai) to discuss your options.

{% hint style="warning" %}
**Heads up:** Purchased credits are valid for 12 months and cannot be used or refunded once expired. See [Credit costs and pricing](/reference/credit-costs-and-pricing.md).
{% endhint %}

The app does not display a per-credit expiry date or an "about to expire" warning, so check each purchase's **Expiry (months)** value yourself.

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