> 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/widget-setup/limits-and-protection.md).

# Set usage limits and bot protection

Limits protect a shared credit balance from anonymous or repeated storefront use.

![Usage limits and bot protection in Studio Hub](/files/cZ1sIn2C1NmKYYxXu3bR)

## Edit limits

1. In Studio, open **Widget → Limits**. In Shopify, open the corresponding Widget settings.
2. Set how many hours generated results remain available.
3. Set the maximum generations:
   * per session;
   * per IP address per day; and
   * per device per day.
4. Keep **Bot defense** enabled to challenge suspicious sessions.
5. Select **Save settings**.

A generation means one image try-on or one 360° video. Live AR has a separate session cost and does not create a generated image.

## Set the 360° cap

Under **Widget → Products**, set the default 360° videos per device per day. You can also enter a tighter cap for an individual product.

An individual cap can only tighten the store limit. Leaving it blank uses the store default.

## Shopper experience at a limit

When a generation limit is reached, Selvette stops that action without blocking the rest of the product page. Shopify's own Add to cart remains available.

See [When credits run out](/credits-and-billing/out-of-credits.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/widget-setup/limits-and-protection.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.
