# Images

- [Images](https://developer.supervisely.com/getting-started/python-sdk-tutorials/images/image.md)
- [Image and object tags](https://developer.supervisely.com/getting-started/python-sdk-tutorials/images/image-and-object-tags.md): How to tag image and object using Supervisely SDK
- [Spatial labels on images](https://developer.supervisely.com/getting-started/python-sdk-tutorials/images/spatial-labels-on-images.md): How to create bounding boxes, polygons, masks, points and polylines in Python
- [Keypoints (skeletons)](https://developer.supervisely.com/getting-started/python-sdk-tutorials/images/keypoints.md): How to create keypoints annotation in Python using Supervisely
- [Multispectral images](https://developer.supervisely.com/getting-started/python-sdk-tutorials/images/multispectral-images.md)
- [Multiview images](https://developer.supervisely.com/getting-started/python-sdk-tutorials/images/multiview-images.md)
- [Overlay images](https://developer.supervisely.com/getting-started/python-sdk-tutorials/images/overlay-images.md)
- [Advanced: Optimized Import](https://developer.supervisely.com/getting-started/python-sdk-tutorials/images/optimized-import.md)
- [Advanced: Export](https://developer.supervisely.com/getting-started/python-sdk-tutorials/images/advanced-export.md)
- [AI Search](https://developer.supervisely.com/getting-started/python-sdk-tutorials/images/ai-search.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://developer.supervisely.com/getting-started/python-sdk-tutorials/images.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.
