> For the complete documentation index, see [llms.txt](https://help.intangible.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.intangible.ai/visualize/visualize.md).

# Visualize mode

Visualize mode is post. Pick a model, edit the auto-prompt if you want to, generate. Image edits, first-and-last-frame video interpolation, and the style and lighting presets all live here.

## Generating

* [Auto-prompt](/visualize/auto-prompt.md): how the prompt is built from your scene.
* [Scene context](/visualize/scene-context.md): the Scene / Style / Lighting panel split.
* [Generate image](/visualize/generate-image.md): pick a model, set resolution, render.
* [Generate video](/visualize/generate-video.md): switch to video, choose a model, audio toggle.

## Editing what you got

* [Edit images](/visualize/edit-images.md): the pencil-tool fix-it-in-Photoshop alternative.
* [First-and-last frame](/visualize/first-and-last-frame.md): two-image video interpolation.

## Making it look right

* [Style presets](/visualize/style-presets.md): the named preloaded looks plus the option to upload your own image and create a style.
* [Lighting presets](/visualize/lighting-presets.md): the named lighting library in the in-product picker.
* [Custom styles](/visualize/custom-styles.md): bring your own style preset.
* [Resolution and cost](/visualize/resolution-and-cost.md): 1K vs 2K, when to spend the credits.
* [Managing outputs](/visualize/managing-outputs.md): download, favorite, delete.

## Models

* [Image and video models](/visualize/ai-models.md): the currently-supported model picker, with one-line guidance on when to reach for each.


---

# 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:

```
GET https://help.intangible.ai/visualize/visualize.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
