> For the complete documentation index, see [llms.txt](https://docs.selvette.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.selvette.com/credits-and-billing/out-of-credits.md).

# When credits run out

Selvette stops credit-priced actions but does not block the merchant's storefront.

## In Studio

* Create changes **Send** to **Get more** when the balance cannot cover another send.
* The merchant sees an explicit out-of-credits message if an action reaches the server without enough balance.
* Open **Account → Usage** to review the balance and reset date.
* Open **Plan & billing** to change the plan or buy a pack through the account's billing owner.

## On the storefront

* New image or video generations become temporarily unavailable.
* Live AR does not launch when the account cannot open an AR session.
* Shoppers see neutral availability copy; Selvette does not expose the merchant's billing status.
* The theme's own Add to cart remains available.

A Selvette failure never removes the store's normal buying controls.

See [Try-on, AR, or video unavailable](/troubleshooting-and-faq/feature-unavailable.md).


---

# 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://docs.selvette.com/credits-and-billing/out-of-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.
