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

# Compose mode

Compose mode is the camera department. Place a camera, set a lens, frame the action, animate. Each shot you create gets its own camera and its own timeline.

## Setting up shots

* [Shots](/compose/shots.md): add, duplicate, delete, reorder.
* [Camera controls](/compose/camera-controls.md): free cam, fine-tune, game-controller support, framing.
* [Lenses](/compose/lenses.md): the lens pack, focal lengths, when to reach for which.
* [Aspect ratios and film gates](/compose/aspect-ratios-and-film-gates.md): film standards plus social formats.
* [Shot details](/compose/shot-details.md): name and description that feed the auto-prompt.

## Camera mechanics

* [Aim Camera and Target](/compose/aim-camera-and-target.md): lock the camera onto a moving subject.

## Animation

* [Animation](/compose/animation.md): keyframes for cameras and pose, smooth interpolation.
* [Timeline](/compose/timeline.md): the sequence timeline view – arrange shots into an edit.
* [Storyboard view](/compose/storyboard-view.md): collapsing scene thumbnails for the high-level layout.


---

# 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://help.intangible.ai/compose/compose.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.
