> For the complete documentation index, see [llms.txt](https://allskills.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://allskills.gitbook.io/whitepaper/mechanics/video-creation.md).

# Video creation

Click the <img src="/files/gYIW7gWm4bU1nCnBgXq7" alt="" data-size="line"> icon to get to the recording page.&#x20;

If the screen is black, make sure you've granted the app Camera and Microphone permission.

Hold down the record button <img src="/files/OP2KdlAN1AciZb8v3p3f" alt="" data-size="line"> to capture a shot or use our Tap-To-Record feature for hands off mode.&#x20;

To activate Tap-To-Record simply select <img src="/files/RlVizZRO1pXo6EH2DlVJ" alt="" data-size="line">at the bottom of the screen to enter Tap-To-Record mode. Tap-To-Record will be highlighted and the record button will disappear indicating Tap-To-Record is activated.

After capturing your skill, click the <img src="/files/bzOHqtTjDX1p7Cf77Da8" alt="" data-size="line">icon to complete your recording or tap anywhere on the screen if in Tap-To-Record mode.

Once the user has successfully captured their challenge video, they can now edit it in a simple way to make it as attractive as possible.&#x20;

Use the thumbnail icon <img src="/files/sAgPJyxRK0zVYhpkW8U7" alt="" data-size="line"> to select your videos thumbnail. Use <img src="/files/vTKkTJwimANPazwx7aza" alt="" data-size="line"> to add filters and effects. Add stickers and other graphics with the <img src="/files/OlAcWPfAwmY9UlbQDRRa" alt="" data-size="line"> icon. Add music and sound effects using the <img src="/files/xJGtlZ33ODDy4GGrqteD" alt="" data-size="line"> icon. To trim your video length use the <img src="/files/ztRksYCiXJDjbZzsXPbv" alt="" data-size="line"> icon.

Several elements such as music, effects, filters, and stickers are available for free according to Account level, giving users the opportunity to let their creativity flow.&#x20;

Spend SKILL tokens on unique enhancements in our marketplace to further customize videos.

Add at least 1 tag to the video to categorize what it's about.

Select ![](/files/ttVtSjDCW4ACnyQuvwtp) to upload the video and make it available for challenges.


---

# 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://allskills.gitbook.io/whitepaper/mechanics/video-creation.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.
