> For the complete documentation index, see [llms.txt](https://docs.seegov.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seegov.org/create-video-highlights/choose-a-format.md).

# Choose a video format

In **Compose**, choose the format that matches how people will watch the material.

## Highlight Reel

Choose **Highlight Reel** for a fuller meeting report or a collection of related moments. A Highlight Reel can include several clips, written or recorded introductions, a description, parting words, and a base social post.

Use it when viewers benefit from the progression of a discussion, several perspectives, or more context than one vertical clip can provide.

## Social Video

Choose **Social Video** for a short, shareable video, usually centered on one moment. You can choose:

* **Vertical Crop** or **Full Width** layout;
* 1.25x or original output speed;
* whether the headline appears on the video;
* whether available moment intro text or recorded video intros are used;
* whether subtitles appear; and
* whether the social post links to an existing Highlight Reel.

When **Vertical Crop** is selected, drag the crop overlay so the important speaker or action remains visible.

## Choose and order moments

Use the checkboxes to include or exclude moments. Drag selected moments to put them in the order that best explains what happened. **Reset Order** returns them to meeting order.

You can return to an earlier workflow step before generation if the format exposes a clip or context problem.


---

# 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://docs.seegov.org/create-video-highlights/choose-a-format.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.
