> 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/guidance/experiment-without-publishing.md).

# Create without publishing or posting

You can try the complete creation workflow, generate a real video, and review the result without making anything public or sending it to social media.

## Keep a Highlight Reel private

1. Select and refine your moments.
2. In **Compose**, choose **Highlight Reel**.
3. Continue to **Finalize**.
4. Under **Publishing Settings**, clear **Auto-publish when ready**.
5. Generate the video.
6. Review or download it in **Distribute**. Do not choose **Publish** unless you later decide it is ready for the public.

![Finalize with Auto-publish when ready cleared before generating a Highlight Reel](/files/YoaWWdodSV6sLYR6RP9n)

## Keep a Social Video from posting

1. Select and refine the moment.
2. In **Compose**, choose **Social Video**.
3. Continue to **Finalize**.
4. Under **Distribution Settings**, clear **Post to Reels when ready**.
5. Generate the video.
6. Review or download it in **Distribute**. Do not choose **Post** or **Post When Ready** unless you intend to send it to the connected accounts.

> Both automatic controls are selected by default in the current interface. Check them every time you want a private experiment.

## What remains private

Selecting moments, editing text, completing the creator-profile setup, generating, reviewing, and downloading do not by themselves publish the Highlight Reel or post the Social Video.

The draft and generated output are still stored in your SeeGov account. “Private” here means not publicly published through SeeGov and not automatically posted to connected social accounts.

This is a good way to learn the workflow, compare formats, or ask an editor or colleague to review a downloaded file before distribution.


---

# 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/guidance/experiment-without-publishing.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.
