# Edit Video Steps

## Video Editing

{% hint style="info" %}
Video editing is available on our **Pro**, **Growth**, and **Enterprise** plans.
{% endhint %}

[Trim](#trim), [control the playback speed](#control-video-playback-speed), and [adjust the audio](#adjust-video-audio) of any video in your demo.

### Trim video

Trim your videos to focus on the important parts of your demo and keep it concise.

insert demo

### Adjust video playback speed

Speed up or slow down the speed of your video to match your viewers' learning pace.

insert demo

### Add or mute audio

Add audio to your videos and demos, such as [background music](/interactively-docs/build/design.md), an [AI-generated voiceover](/interactively-docs/build/edit/ai-voiceover.md), or [your own narration](/interactively-docs/build/edit/recording.md), or mute the audio entirely.

***

## Video Splitting

{% hint style="info" %}
Video splitting is available on our **Pro**, **Growth**, and **Enterprise** plans.
{% endhint %}

Video splitting allows you to turn any video into an interactive experience. This feature works by letting you add breakpoints in a longer video, where we automatically add a screenshot of the video frame at that point and add a hotspot to that screenshot.


---

# Agent Instructions: 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:

```
GET https://interactively.gitbook.io/interactively-docs/build/edit/edit-video-steps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
