> 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-upload-a-video.md).

# How to upload a Video?

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

![](/files/-MMzbzWP21_QomZZ_yiu)

**2-** It will take you to the Upload page.

![](/files/-MMzc4GdsPsPol8aiA7y)

**3-** Click on the "**+ Add Files**" button and select any video, PPT or PDF files, drop multiple files to upload together.&#x20;

**4-** The upload process will start as soon as you add the files.

**5-** Once uploading is complete, the below file details form will appear.

![](/files/-MN7VlFUhBH-3UJPdODL)

**6-** Enter the details for the uploaded Video or Content file (PDF, PPT). You can assign this directly to a Channel or keep it in Draft (Private) Channel if this needs to go through revisions.&#x20;

**7-** Add Tags, Description and Channel if applicable. Click on the "**Save**" button to save all your changes.&#x20;

**8-** The uploaded videos will be listed in "**My Uploads**" page.

![](/files/-MN7W-xtocFirHk7ZGZW)

### **Mobile**

**1**- Touch on upload icon on the Home Page.

![](/files/-MNxTPt62eV2Pb_jf_bY)

**2-** Now there are two options are availble to upload the file.

**a- Record a Video -** It starts the camera of the device. Now user can record the activity performed on the device and it can be uploaded as a media in the user's account.

**b- Choose from Library -** Alternatively user can select and upload the file which is already saved in the device.

![](/files/-MNxUXLIgOGBP8KZ9FJD)


---

# 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-upload-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.
