# Advanced use-cases

In general, we always recommend to generate videos either by:

* Extracting the video-generation-job payload from our web-based UI editor. More details here: [Extracting request bodies from the web-editor](/getting-started/publish-your-docs.md).
* Or by [Generating using a template](/video-generation/video-generation/generating-using-a-template.md)

If for some reason either of these options wouldn't be enough to achieve what you are after, in the following pages you can read about some advanced concepts, when working with our API.


---

# 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://docs.colossyan.com/advanced/advanced-use-cases.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.
