> For the complete documentation index, see [llms.txt](https://docs.supademo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.supademo.com/create/by-demo-type/screen-and-camera-recording.md).

# Screen and Camera Recording

***

### **What is Screen and Camera Recording?**

Screen and Camera Recording lets you **capture your screen, webcam, or both** directly from the Supademo Chrome extension. Record in up to 4K quality, edit your recordings with built-in tools, and share instantly — or turn them into interactive demos with hotspots.

All your interactive demos *and* video content in one place.

{% @supademo/embed demoId="cmq9r5i6v3vn6qml6mf6owf2i" url="<https://app.supademo.com/demo/cmq9r5i6v3vn6qml6mf6owf2i>" %}

***

### **How to Record Your Screen**

1. Open the **Supademo Chrome extension**.
2. Click on the **Record screen & Cam** option.
3. Select your **video quality** (up to 4K).
4. Choose whether to record your **computer's audio** and show the control bar during recording.
5. **Reposition and resize your webcam** to get it exactly how you want it.
6. Select **what you want to record** (full screen, window, or tab).
7. Click **Record** to start your session.

> 💡 **Tip:** While recording, you can drag the control bar around your screen, minimize it to be more discrete, or access it from the Chrome extension.

***

### **How to Edit Your Recording**

1. After recording, a new window will open with your screen recording.
2. Click the **Edit** button to trim, crop, or splice your video.
3. **Right-click on the timeline** to access options: split, mute, crop, and more.
4. Make your edits as needed (e.g., split sections, remove unwanted parts).
5. Click **Save** to finalize your recording.

***

### **How to Share Your Recording**

Once your recording is ready, you can:

* **Copy the link** to share instantly
* **Download** the video file

***

### **Benefits**

* **High-quality recording** — Capture your screen and webcam in up to 4K resolution.
* **Built-in editing** — Trim, crop, split, and mute without leaving Supademo.
* **Flexible webcam positioning** — Resize and reposition your webcam overlay anywhere on screen.
* **Instant sharing** — Copy a link or download your video immediately after recording.
* **Interactive conversion** — Transform recordings into demos with hotspots and analytics.
* **All-in-one platform** — Video content and interactive demos in a single place.

***

### **Use Cases**

<details>

<summary><strong>Async Sales Follow-Ups</strong></summary>

Record a personalized walkthrough after a sales call to reinforce key points. Share the video link with prospects so they can revisit your demo on their own time — no meeting required.

</details>

<details>

<summary><strong>Quick Product Explanations</strong></summary>

Need to explain a feature or answer a question? Record a quick screen capture instead of typing a long message or scheduling a call. Share the link and move on.

</details>

<details>

<summary><strong>Internal Team Updates</strong></summary>

Record async updates for your team — walk through a new process, demonstrate a workflow, or share project progress. Everyone can watch when it fits their schedule.

</details>

<details>

<summary><strong>Interactive Demo Intros</strong></summary>

Record a video introduction with your webcam and use it as the first slide of an interactive demo. Add a personal touch before viewers click through the rest of the experience.

</details>

***

> ✨ **The Result:** Professional video recordings captured, edited, and shared in minutes — or transformed into interactive demos with a single click.


---

# 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://docs.supademo.com/create/by-demo-type/screen-and-camera-recording.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.
