> For the complete documentation index, see [llms.txt](https://support.checksub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.checksub.com/get-started/quick-start/how-to-export-a-video.md).

# How to export a video

### How to export and download my video

To download your video click on can open the project and click on **Export**

<figure><img src="/files/1Z92PxatCGczFhUqRP5u" alt=""><figcaption></figcaption></figure>

Then choose the desired parameters and click on the **Export** button

<figure><img src="/files/5rTbS0CZfOKdCiLNhH4V" alt=""><figcaption></figcaption></figure>

Then you will see a confirmation message to confirm that the exportation started.

&#x20;

<div align="center"><figure><img src="/files/JTg2l8j1lG8n7OL9yovY" alt=""><figcaption></figcaption></figure></div>

Once the export is started, it will take several minutes depending on the length of your video, its weight and other criteria.

Once the export is complete you will receive an email with a link to download the video.

<figure><img src="/files/yoTZc1uFMQEl4BGb4TWp" alt=""><figcaption><p>Email received when the exportation is completed</p></figcaption></figure>

### When I click on the link, the video opens in my browser and I can't download it.

If by clicking on the link the video appears in your browser, you can download it by right-clicking on the video and then clicking on "save video".

### Is there any other way to download the video than by email?

YES.&#x20;

From your dashboard when the video exportation is ready you can see in the "Last Export" column a link with the name "Your file" available. By clicking on it, you can download the last exportation you generated for this language.

<figure><img src="/files/1wbNUPk7azswh8ayOV61" alt=""><figcaption></figcaption></figure>


---

# 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://support.checksub.com/get-started/quick-start/how-to-export-a-video.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.
