# Auto Labeling

- [Segment Anything (SAM) ](https://docs.unitlab.ai/auto-labeling/segment-anything-sam.md): Magic Touch  - Segment Anything Model (SAM)
- [Batch Auto-Annotation](https://docs.unitlab.ai/auto-labeling/batch-auto-annotation.md): Do you need a fast auto-annotation tool? Batch Auto-Annotation is here to help!
- [Crop Auto-Annotation](https://docs.unitlab.ai/auto-labeling/crop-auto-annotation.md): Crop Auto-Annotation - Interest Area Auto-Annotation


---

# 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.unitlab.ai/auto-labeling.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.
