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

# Edit

## Steps

After you finish recording your demo, it will be uploaded to Interactively. Once uploaded, click the <kbd>**Edit**</kbd> tab to open the demo editor. Interactively automatically separates your recording into [image steps](/interactively-docs/build/edit/edit-image-steps.md) and [video steps](/interactively-docs/build/edit/edit-video-steps.md) based on clicks and other interactions, then stitches them together. You can keep, edit, duplicate, delete, or add new steps to your demo.

### Can I import steps from another demo?

Yes! To import a step from another demo, click <kbd>Insert</kbd> in the toolbar of the demo editor to open your **Media Library**, and select the step you want to add.

### Can I replace a step with a different step from my Library?

Absolutely! If you're editing a video or image step, open your **Media Library** by clicking <kbd>Insert</kbd> in the toolbar. Select the step you want to use as a replacement, and then click the <kbd>Replace</kbd> (double-arrow) button.

### Explore the core features of Interactively's demo editor:

{% content-ref url="/pages/I7PEkPYeaYJkveYkFhAZ" %}
[Edit Video Steps](/interactively-docs/build/edit/edit-video-steps.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZVXt4zGmhWYJlM7ZFsZr" %}
[Edit Image Steps](/interactively-docs/build/edit/edit-image-steps.md)
{% endcontent-ref %}

{% content-ref url="/pages/3f284n6s2kjXDpzxNOFs" %}
[Upload Media](/interactively-docs/build/edit/upload-media.md)
{% endcontent-ref %}

{% content-ref url="/pages/hnAUEfcsClSryGihwVzV" %}
[Hotspots & Callouts](/interactively-docs/build/edit/hotspots-and-callouts.md)
{% endcontent-ref %}

{% content-ref url="/pages/L27D6wIzhQwrRq79OO99" %}
[Pan and Zoom](/interactively-docs/build/edit/pan-and-zoom.md)
{% endcontent-ref %}

{% content-ref url="/pages/rTjyoMTzPhgOPtHBQgLF" %}
[Recording](/interactively-docs/build/edit/recording.md)
{% endcontent-ref %}

{% content-ref url="/pages/tjwROloNghpP7mq4RRV5" %}
[AI Voiceover](/interactively-docs/build/edit/ai-voiceover.md)
{% endcontent-ref %}

{% content-ref url="/pages/lTc3Si3PAuxR94LEa1Vc" %}
[Translate](/interactively-docs/build/edit/translate.md)
{% endcontent-ref %}


---

# 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://interactively.gitbook.io/interactively-docs/build/edit.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.
