> 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/customize/voiceovers/record-voiceover.md).

# Record Voiceover

You can now record your own voiceovers on Supademo by using our built-in recording feature.

### **What is manual voiceover?**

Supademo lets you easily record and attach manual voiceovers to each slide, allowing you to create deeply personalized walkthroughs in your own voice. This is perfect for adding warmth, credibility, or unique context that only a human touch can provide.

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

They offer the flexibility to:

* Record authentic, unscripted narration
* Highlight product nuances
* Add human emotion and emphasis
* Support multiple languages with your own pronunciation

### **How to add manual voiceover**

1. Open your Supademo in edit mode.
2. Navigate to the desired slide.
3. Click **Add Voiceover** > **Manual Voiceover**.
4. Record your message.
5. Click **Save** to attach it to the step.

> Note: You can add voiceovers to select slides only, or mix and match with [AI voiceovers](/customize/voiceovers/instant-ai-voiceover.md).

### **Tips for better manual voiceovers**

* Use a good microphone to ensure clear audio.
* Keep your narration concise and focused.
* Record in a quiet environment.
* Add a Chapter at the start to ensure autoplay on the first slide.


---

# 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/customize/voiceovers/record-voiceover.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.
