> 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/getting-started/feature-defaults.md).

# Features and default settings

A new Selvette account starts with settings designed to make image try-on and video easy to discover while keeping makeup AR deliberately opt-in.

| Feature        | New-account default                        | What shoppers see                                                                          |
| -------------- | ------------------------------------------ | ------------------------------------------------------------------------------------------ |
| Image try-on   | On for all products                        | **Try it on** on eligible product pages                                                    |
| 360° video     | On for all products, with shopper choice   | An option to turn a completed image try-on into a 360° reel, when the plan includes video  |
| Live AR makeup | Off until products and shades are selected | **Live try-on** only after a makeup product is enabled and has at least one authored shade |

## Important details

* The default is account configuration, not a promise that every plan includes every feature. Grow does not include 360° video.
* Marking a product as Live AR makeup replaces image try-on and 360° video on that product.
* A Live AR product with no authored shades shows neither experience. Add at least one shade before testing the storefront.
* You can switch image try-on or video from **All products** to **Selected products** at any time.

See [Choose products and collections](/widget-setup/product-availability.md) for store-wide and per-product controls.


---

# 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/getting-started/feature-defaults.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.
