# Upload Media

### How do I upload media to create a new demo?

In **My Workspace**, click <kbd>+ Create demo</kbd>, select **Upload from Computer** to open your computers file selection window and select the file you want to add from your computer.

### Can I turn a video recording into an interactive demo?

Absolutely! Our [video splitting](/interactively-docs/build/edit/edit-video-steps.md#video-splitting) feature allows you to turn any video recording into an interactive demo.

### How do I upload media to add to an existing demo?

In <kbd>**Edit**</kbd>, click <kbd>Insert</kbd> in the toolbar to open your computers file selection window and choose the file you want to add from your computer.

### Can I upload videos with sound?

Yes! Uploaded MP4 videos will play with sound, unless you choose to mute them.

{% hint style="info" %}
**Tip:** For the best results, ensure all uploaded media has the same dimensions.
{% 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/build/edit/upload-media.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.
