# Overview

Jump straight into language-ready code for every [explainer video scenario recipe](/quick-start/explainer-videos/explainer-video-examples.md). Explainer video requests use `format` (`explainer`, `brief`, or `cinematic`); if `duration` is sent, it is ignored. Pick your preferred stack and run the matching snippets.

## Available Languages

* [C#](/code-samples/explainer-videos/csharp.md)
* [Node.js](/code-samples/explainer-videos/nodejs.md)
* [Java](/code-samples/explainer-videos/java.md)
* [PHP](/code-samples/explainer-videos/php.md)
* [Python](/code-samples/explainer-videos/python.md)

Looking for the API walkthroughs instead? Head back to the [explainer video quick-start examples](/quick-start/explainer-videos/explainer-video-examples.md).


---

# 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.autocontentapi.com/code-samples/explainer-videos/video-explainer-samples.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.
