> 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/insights/exports-and-gallery.md).

# Product, lead, and gallery exports

## Export the product funnel

1. Open **Insights** in Studio.
2. Choose the reporting range and store scope.
3. Select **Export product CSV**.

The CSV includes all product rows for the selected range, even when the on-screen table shows only the first group.

## Export leads

Studio shows total captured leads and the subset that consented. Select **Export consented (CSV)** to download only consented records.

The export contains email, consent status, capture time, and product reference. Non-consented records are never included in the CSV.

In the Shopify App, use the separate **Leads** page for the current store.

## Moderate the try-on gallery

The Studio **Try-on gallery** contains storefront results, not Studio Create images.

* Select **Hide** to remove an item from the visible merchant gallery.
* An expired or deleted result may show without an image or disappear from the list.
* Store-scoped members see and moderate only results within their assigned stores.

The selected Insights date range does not filter the Leads or Try-on gallery sections.


---

# 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/insights/exports-and-gallery.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.
