> 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/studio-hub/manage-shoots.md).

# Refine, download, and find shoots

![The empty Gallery in Studio Hub](/files/JQGfNwmQ5bgHJWCe1sKI)

Gallery collects completed work and provides a shortcut to start a new shoot.

## Refine a result

1. Wait for the current image to finish.
2. Enter a natural-language change, such as `make the lighting warmer` or `use a seamless white background`.
3. Select **Send**.

Each refinement is a new generation and uses the credit amount shown in the composer. Earlier results remain in **This shoot**; select one to make it active before refining from it.

## View or download

* Select the image or **View full size** to open the larger viewer.
* Select **Download** to save the current still image.

## Find completed work

Open **Create → Gallery**. You can:

* filter by **All**, **On-model**, or **Try-on**;
* open a completed result; or
* download a still directly from its print.

Opening a completed image from Gallery also provides **Regenerate**, **Try another**, and the Studio reel choices.

See [Animate a Studio image into a reel](/video/studio-reels.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/studio-hub/manage-shoots.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.
