# Annotate

- [Roboflow Annotate](https://docs.roboflow.com/annotate/annotation-tools.md): Annotate images for use in your computer vision projects.
- [Annotate an Image](https://docs.roboflow.com/annotate/use-roboflow-annotate.md): An overview of the Labeling Interface for Roboflow's Annotation Tool, including shortcut keys.
- [Keyboard Shortcuts](https://docs.roboflow.com/annotate/use-roboflow-annotate/keyboard-shortcuts.md): Shortcuts for using Roboflow Annotate.
- [Comment on an Image](https://docs.roboflow.com/annotate/use-roboflow-annotate/comment-on-an-image.md): Leave comments on images for review by collaborators on a project.
- [Annotation History](https://docs.roboflow.com/annotate/use-roboflow-annotate/annotation-history.md): View the history of an annotation.
- [Similarity Search](https://docs.roboflow.com/annotate/use-roboflow-annotate/similarity-search-and-settings.md): Find similar images in your dataset from the Roboflow Annotate interface.
- [Show and Hide Annotations](https://docs.roboflow.com/annotate/use-roboflow-annotate/show-and-hide-annotations.md)
- [AI Labeling](https://docs.roboflow.com/annotate/ai-labeling.md): Use AI tools to speed up your labeling process.
- [Label Assist](https://docs.roboflow.com/annotate/ai-labeling/model-assisted-labeling.md): Reduce annotation time and get a model into production faster by using model weights from a trained model to label your data
- [Smart Polygon](https://docs.roboflow.com/annotate/ai-labeling/enhanced-smart-polygon-with-sam.md): Generate more precise polygons with SAM-powered Smart Polygon.
- [Box Prompting](https://docs.roboflow.com/annotate/ai-labeling/box-prompting-ai-labeling.md): Annotate images with our AI Labeling tool that improves with each example.
- [Auto Label](https://docs.roboflow.com/annotate/ai-labeling/automated-annotation-with-autodistill.md): Auto-label images for use in training models.
- [Set Keypoint Skeletons](https://docs.roboflow.com/annotate/edit-keypoint-skeletons.md): Keypoint Skeletons are the definition for an object's points, edges, and symmetries. Only relevant for Keypoint Detection project types.
- [Annotate Keypoints](https://docs.roboflow.com/annotate/annotate-keypoints.md): Keypoint Detection projects include keypoint editing in the annotation tool.
- [Annotate Multimodal Data](https://docs.roboflow.com/annotate/annotate-multimodal-data.md)
- [Collaborate on Labeling](https://docs.roboflow.com/annotate/team-collaboration.md): Have the entire team help label your datasets.
- [Annotation Insights](https://docs.roboflow.com/annotate/annotation-insights.md): View annotation insights by date, labeler, and project.
- [Download an Image](https://docs.roboflow.com/annotate/download-an-image.md)
- [Roboflow Labeling Services](https://docs.roboflow.com/annotate/roboflow-labeling-services.md): Work with a team of experienced labelers to annotate your data.


---

# 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.roboflow.com/annotate.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.
