# Video Annotation

Here's a short example to understand how to create an video annotation job and export the results once the job has been labeled.

{% hint style="warning" %}
Although we call it *video annotation* for ease of understanding, we don't directly support video file formats like `MP4` or `AVI`. Each video annotation job needs to be a sequence of images.
{% endhint %}

{% hint style="info" %}
If you have video files, we recommend using a program like [this](https://stackoverflow.com/a/33399711) to split videos to frames&#x20;
{% endhint %}

{% content-ref url="/pages/-MSbNOyci8A5RdO7fnDH" %}
[Create a job](/video-annotation/create-a-job.md)
{% endcontent-ref %}


---

# 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://annotationdocs.telusinternational.com/video-annotation.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.
