> 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/select-and-refine.md).

# Select and refine moments

## Select moments in Find

1. Review the meeting until you find a section worth sharing.
2. Select the **plus** icon beside the moment. Repeat for other useful moments.
3. Check the running highlights duration so the draft stays focused.
4. Choose **Next: Refine Highlights**.

Selection is reversible. You can remove a moment later and nothing is public at this point.

## Refine each moment

In **Refine**, work through the selected moments one at a time:

1. Preview the moment and its clips.
2. Adjust the start and end so the speaker has enough context and the clip does not cut off a sentence or response.
3. Review the written intro and notes.
4. Correct or replace generated text that is vague, overstated, or factually wrong.
5. Decide whether to use written context, a recorded intro, or no intro.
6. Mark the moment reviewed and continue to the next.

For a Highlight Reel, review each included moment before moving on. A Social Video can use a shorter, single-moment path and does not require written intro content.

![The Refine workspace with clip controls and editable introduction and description fields](/files/c04s9qiNOoJzMOVXD8Ol)

## Good clip boundaries

* Begin early enough to establish who is speaking and what question is being addressed.
* End after the statement, vote, or exchange actually resolves.
* Avoid removing context merely to make a stronger-looking claim.
* Prefer a shorter clear statement over a long section that repeats the same point.

Continue with [Add written or recorded context](/create-video-highlights/add-context.md).


---

# 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/select-and-refine.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.
