# Videos

- [Videos](https://developer.supervisely.com/getting-started/python-sdk-tutorials/videos/video.md)
- [Video and object tags](https://developer.supervisely.com/getting-started/python-sdk-tutorials/videos/video-and-object-tags.md): How to create, add, update and remove tags from Video and its objects.
- [Spatial labels on videos](https://developer.supervisely.com/getting-started/python-sdk-tutorials/videos/spatial-labels-on-videos.md): How to create bounding boxes, masks on video frames in Python
- [Stream video frames to directory](https://developer.supervisely.com/getting-started/python-sdk-tutorials/videos/stream-video-frames.md): Stream and save video frames locally using real-time demuxing with PyAV — faster than downloading frames one-by-one via 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://developer.supervisely.com/getting-started/python-sdk-tutorials/videos.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.
