# Export as Video/GIF

{% hint style="info" %}
Video/GIF Exports are available on our **Pro**, **Growth**, and **Enterprise** plans.
{% endhint %}

## Export as Video

In the **Share** menu, go to the **Video** section, and click <kbd>Export</kbd> to open the Video Export modal.&#x20;

Choose a **File type** (MP4 or WebM), select a **Resolution** (360p, 480p, 720p, 1080p, or 4K), toggle the **Cursor animation** on or off, and click <kbd>Generate video</kbd>**.**

Once your demo is generated, click <kbd>Download video</kbd>.

## Export as GIF

In the **Share** menu, go to the **GIF** section, and click <kbd>Export</kbd> to open the GIF Export modal.

Select a **Resolution** (360p, 480p, 720p, 1080p, or 4K), toggle the **Cursor animation** on or off, then choose a clip (up to 30 seconds) from your demo to generate into a GIF, and click <kbd>Generate GIF</kbd>.

Once your GIF is generated, click <kbd>Download GIF</kbd>.

### What is cursor animation?

When enabled, a cursor will animate clicks between hotspots and simulate navigation.

{% hint style="info" %}
**Tip:** Share your demo exports on social media, via email, and in advertisements to engage a wider audience.
{% endhint %}


---

# Agent Instructions: 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://interactively.gitbook.io/interactively-docs/share/export-as-video-gif.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.
