> 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/troubleshooting-and-faq/feature-unavailable.md).

# Try-on, AR, or video unavailable

## Image try-on

Check that:

* image try-on is available for all products or this product is selected;
* the product is not explicitly Off;
* the product is not marked as Live AR makeup;
* the product image is a valid HTTPS PNG, JPEG, or WebP; and
* the account has enough credits and is below session, IP, and device limits.

## Live AR

Check that:

* the plan includes Live AR;
* the account can cover an AR session;
* the correct product is enabled;
* at least one valid shade is authored;
* the shopper allowed camera access;
* the page uses HTTPS; and
* the device/browser supports WebGL2.

If a tuning link expired, create a fresh QR from the product editor.

## 360° video

Check that:

* the plan includes video—Grow does not;
* video is **On — shopper's choice**;
* image try-on is also active on the product;
* the product is not a Live AR makeup product;
* the account has enough credits; and
* the shopper is below the store and product video caps.

Failed generations return reserved credits. Refresh **Account → Usage** after processing completes.


---

# 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/troubleshooting-and-faq/feature-unavailable.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.
