> 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.md).

# Visualize

- [Visualize mode](https://help.intangible.ai/visualize/visualize.md): Visualize mode – pick a model, edit the auto-prompt if you want, generate.
- [Auto-prompt](https://help.intangible.ai/visualize/auto-prompt.md): How the visualizer assembles the prompt from your 3D scene, camera, and named details.
- [Scene context](https://help.intangible.ai/visualize/scene-context.md): How the visualizer's right panel splits the prompt into Scene, Style, and Lighting tabs, and what each one feeds into the model.
- [Generate image](https://help.intangible.ai/visualize/generate-image.md): Generate an AI image from your composed shot. Pick a model, set resolution, render. Plus how to read the auto-prompt before committing.
- [Generate video](https://help.intangible.ai/visualize/generate-video.md): Generate an AI video from your composed shot. Pick a mode, pick a model, set duration, optionally enable audio, render. Plus how to choose between the Veo, Kling, Luma, Runway, and ByteDance options.
- [Edit images](https://help.intangible.ai/visualize/edit-images.md): The pencil-tool fix-it-in-place workflow. Recolor, remove, or modify specific parts of a generated image without regenerating from scratch.
- [First and last frame](https://help.intangible.ai/visualize/first-and-last-frame.md): Two-image video interpolation – supply a start frame and an end frame, the video model fills in the motion between them.
- [Video (From Animation)](https://help.intangible.ai/visualize/video-from-animation.md): Use the keyframes you set in Compose to drive an AI video model's motion, or render the scene as video without AI via Direct Render.
- [Direct Render](https://help.intangible.ai/visualize/direct-render.md): Render a single shot's 3D scene as video, no AI model, no credits. The wireframe / greybox view captured as MP4, exactly as authored.
- [Style presets](https://help.intangible.ai/visualize/style-presets.md): Preloaded surface treatments applied with one click in the visualizer's Style tab, plus the option to bring your own.
- [Lighting presets](https://help.intangible.ai/visualize/lighting-presets.md): Control AI render lighting with the named preset library in the Lighting tab. One click swaps mood without changing composition or style.
- [Custom styles](https://help.intangible.ai/visualize/custom-styles.md): Train a custom AI style on your brand's reference images. Save it for reuse across projects, share with the team, keep visual consistency across every render.
- [Resolution and cost](https://help.intangible.ai/visualize/resolution-and-cost.md): 1K vs 2K, the credit cost ratio, and when to spend credits on the higher resolution.
- [Managing outputs](https://help.intangible.ai/visualize/managing-outputs.md): The gallery to the right of the viewport – favorite, download, delete, and find your renders later.
- [Models](https://help.intangible.ai/visualize/ai-models.md): Every image and video model the visualizer exposes, 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.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.
