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

# Compose

- [Compose mode](https://help.intangible.ai/compose/compose.md): Compose mode – the camera department where you place cameras, set lenses, and frame the action.
- [Shots](https://help.intangible.ai/compose/shots.md): Add, duplicate, reorder. Each shot saves its own camera, lens, and aspect ratio; animation lives on the shared scene timeline.
- [Camera controls](https://help.intangible.ai/compose/camera-controls.md): Free cam, fine-tune, game-controller support. Two camera-control modes per shot.
- [Lenses](https://help.intangible.ai/compose/lenses.md): The lens pack in Compose mode and how focal length choice shapes the shot the visualizer renders.
- [Aspect ratios and film gates](https://help.intangible.ai/compose/aspect-ratios-and-film-gates.md): Film and social aspect ratios per shot, and what changes downstream when you pick one.
- [Shot details](https://help.intangible.ai/compose/shot-details.md): Name and description per shot. The metadata that feeds the visualizer's auto-prompt for that specific shot.
- [Aim Camera and Target](https://help.intangible.ai/compose/aim-camera-and-target.md): Lock the camera onto a moving subject so it stays in frame even when the subject travels through the scene.
- [Animation](https://help.intangible.ai/compose/animation.md): Keyframe animation for cameras, objects, and characters in Compose mode, authored on the shared scene timeline with smooth interpolation by default.
- [Timeline](https://help.intangible.ai/compose/timeline.md): Cut the animatic. The Sequence Timeline lays your shots end to end as an edit – set durations, reorder, scrub the assembled cut.
- [Storyboard view](https://help.intangible.ai/compose/storyboard-view.md): Build an AI storyboard inside your project. Every shot in the project laid out as a card, grouped by scene, ready to reorder before you cut.


---

# 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/compose.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.
