> 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/privacy-and-security/photos-and-results.md).

# Shopper photos and generated results

Selvette uses a shopper photo only to create that shopper's try-on. The default storefront privacy line states that the photo auto-deletes after 24 hours and is not used for training.

## Set the retention window

1. Open **Widget → Limits**.
2. Set **Keep generated results for (hours)** between 1 hour and 7 days.
3. Select **Save settings**.
4. Under **Widget → Branding**, update the visible privacy line if needed so it matches the configured period.

The retention window applies to the uploaded shopper photo and storefront result records created for the experience. Expired media is removed by Selvette's retention process; a merchant gallery item may then show as expired or disappear.

## What the browser keeps

Selvette may remember the uploaded asset identifier temporarily so a shopper can reuse a recent photo. It does not store the photo bytes in browser local storage.

## Leads are separate

An email capture is a separate lead record with its own consent flag. Only consented leads can be exported. Deleting or expiring a photo does not turn an unconsented email into an exportable lead.

For the camera-only experience, see [Live AR camera privacy](/privacy-and-security/live-ar-privacy.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/privacy-and-security/photos-and-results.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.
