> For the complete documentation index, see [llms.txt](https://help.circlehd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.circlehd.com/videos/how-to-edit-videos.md).

# How to Record a New Video?

**1-** Click on the “**Upload**” button in the top right.

![](/files/-MO1-nE-mmHvKSXGJXps)

**2-** Select **Record** option to record and upload the video.

![](/files/-MO10C_uDNz4ISaw2NhP)

**3-** Following Record options appear.

![](/files/-MO10uAIZM9Jm9JC17MC)

**a- Camera** - Browser asks permission to allow mic and camera. Once permission is given, it starts recording.

Clicking on **Camera** option starts the recording, it will countdown from 3 to provide lead start.&#x20;

![](/files/-MO14Dzjw6ubJX-sUFbg)

User can also **Pause** the recording using **Pause** button. Pause icon turns into Play icon and clicking on Play icon starts the recording again from the point where you stopped it.

**End Recording** option ends the recording and another pop-up appears for final submission.

![](/files/-MO19UMLIkOE0_SxQoTa)

Here user can cut the video using the slider options mentioned in above image.

Once user is ready to Submit recorded video, he/she can click on Submit button for final submission.

Recorded video starts uploading, user can update the video details by clicking on edit option.

![](/files/-MO1B5U54yuV65isy4CM)

A form appears where user can update the video details.

1. Title
2. Description
3. Channel
4. Tags

![](/files/-MO1BEEde3KXP7tFeFeo)

Make sure you click on “**Save**” once you enter all the data for the recording.&#x20;

Once the video is processed successfully, it starts appearing in **My Uploads**.

Similarly other record options work.

**b- Screen** - It records the activity with voice. If user wants to perform certain action on the device, Record screen option records the activity with voice.

**C- Camera + Screen -** It records the activity with camera.  User can provide instructions with camera as well as it records the activity too.

Camera appears at bottom right corner in "Picture in Picture" format.

![](/files/-MO1DuBjxk7JvIN-mDwX)

The functionality is not available on Mozilla Firefox.&#x20;

**d- Podcast -** The option records audio. Uploaded audio can be seen on **My uploads** page.


---

# 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://help.circlehd.com/videos/how-to-edit-videos.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.
