# What is it for?

> There is often a need to create multiple versions of your edit. Such as adding different intros/outros to a main video, creating versions with different audio tracks or captions in multiple languages. And let's not forget about aspect ratios for social media.

**Cauldron** generates multiple sequences from video, audio and caption clips or group of clips.&#x20;


---

# 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://manuscript.knightsoftheeditingtable.com/extensions/cauldron/what-is-it-for.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.
