# Recording

## Camera Recording

This feature allows you to add a personal video on top of your screen recording **after** the initial recording is complete. Your video appears as a small floating bubble in the corner of your demo.

### How do I add a camera recording to my demo?

To record your video in <kbd>**Edit**</kbd> mode, click <kbd>Recording</kbd> in the toolbar, go to the <kbd>Record</kbd> tab, select your camera and microphone under **Devices**, choose the bubble **Position**, click **Record,** and click **Stop** to end the recording.

If you want to redo your recording, click **Record Again**.

**Captions** are automatically generated once you finish recording.

## Voice Recording

Use your microphone to record a voiceover and add it to your demo for a more personal touch.

### How do I add a voice recording to my demo?

In <kbd>**Edit**</kbd> mode, click <kbd>Recording</kbd> in the toolbar, go to the <kbd>Record</kbd> tab, select your microphone under **Devices**, then click **Record** to start and **Stop** to finish.

## Upload Recordings

To upload a camera or voice recording, go to the <kbd>Upload</kbd> tab in <kbd>Recording</kbd>, click **Upload audio or video file**, and select a file from your computer.


---

# 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/recording.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.
