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

# Publish

- [Publish](https://help.intangible.ai/publish/publish.md): Export per shot or per project. Present in-app. Hand off to your editor.
- [Presentation mode](https://help.intangible.ai/publish/presentation-mode.md): Full-screen play of a sequence for client review meetings. Hides the editor chrome and walks through your shots in order.
- [Publish](https://help.intangible.ai/publish/publish-tab.md): Publish a project as a shareable, viewable link. Title it, pick what to include, decide whether to allow comments.
- [Poster](https://help.intangible.ai/publish/poster.md): The cover slide of a published project. Uses the first shot's poster image as the background with the title, avatar, and a click-to-play action.
- [Export shot video](https://help.intangible.ai/publish/export-shot-video.md): Single-shot video and image export. Two paths: the shot kebab on the storyboard for a direct video MP4, and the per-render download icon for granular control over Image, Scene Reference, Crossfade Vid
- [Export Video](https://help.intangible.ai/publish/export-video.md): Export video at three scopes (shot, scene, sequence) from either Compose or Visualize mode. Filename conventions, ZIP contents, and the editorial-handoff manifest.
- [Scene to video](https://help.intangible.ai/publish/scene-to-video.md): Export the greybox animatic from the Scene Timeline as a video. Useful for blocking review and structural sign-off before any renders are produced.
- [Export formats](https://help.intangible.ai/publish/export-formats.md): Image and 3D file format options for downloads – PNG, JPEG, GLTF, USD. Cameras carry through; licensed assets may be substituted with stand-ins.


---

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