> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-jp/annotate.md).

# Annotate

- [Roboflow Annotate](https://docs.roboflow.com/roboflow/roboflow-jp/annotate/annotation-tools.md): コンピュータビジョンプロジェクトで使用する画像に annotation を付けます。
- [画像に注釈を付ける](https://docs.roboflow.com/roboflow/roboflow-jp/annotate/use-roboflow-annotate.md): ショートカットキーを含む、Roboflow の Annotation Tool の Labeling Interface の概要です。
- [キーボードショートカット](https://docs.roboflow.com/roboflow/roboflow-jp/annotate/use-roboflow-annotate/keyboard-shortcuts.md): Roboflow Annotate を使うためのショートカットです。
- [画像にコメント](https://docs.roboflow.com/roboflow/roboflow-jp/annotate/use-roboflow-annotate/comment-on-an-image.md): Project の共同作業者が確認できるよう、画像にコメントを残します。
- [Annotation History](https://docs.roboflow.com/roboflow/roboflow-jp/annotate/use-roboflow-annotate/annotation-history.md): Annotation の履歴を表示します。
- [Similarity Search](https://docs.roboflow.com/roboflow/roboflow-jp/annotate/use-roboflow-annotate/similarity-search-and-settings.md): Roboflow Annotate インターフェースから、dataset 内の類似画像を見つけます。
- [Annotations の表示と非表示](https://docs.roboflow.com/roboflow/roboflow-jp/annotate/use-roboflow-annotate/show-and-hide-annotations.md)
- [AI Labeling](https://docs.roboflow.com/roboflow/roboflow-jp/annotate/ai-labeling.md): AI ツールを使って labeling プロセスを高速化します。
- [Label Assist](https://docs.roboflow.com/roboflow/roboflow-jp/annotate/ai-labeling/model-assisted-labeling.md): 学習済み model の weights を使ってデータにラベルを付けることで、annotation 時間を短縮し、model をより早く本番環境に投入できます
- [Smart Polygon](https://docs.roboflow.com/roboflow/roboflow-jp/annotate/ai-labeling/enhanced-smart-polygon-with-sam.md): SAM を活用した Smart Polygon で、より正確な polygon を生成します。
- [Box Prompting](https://docs.roboflow.com/roboflow/roboflow-jp/annotate/ai-labeling/box-prompting-ai-labeling.md): 例を重ねるごとに精度が向上する AI Labeling ツールで画像に annotation を付けます。
- [Auto Label](https://docs.roboflow.com/roboflow/roboflow-jp/annotate/ai-labeling/automated-annotation-with-autodistill.md): モデル学習に使用するため、画像を自動でラベル付けします。
- [Keypoint Skeletons を設定](https://docs.roboflow.com/roboflow/roboflow-jp/annotate/edit-keypoint-skeletons.md): Keypoint Skeletons は、object の points、edges、symmetry の定義です。Keypoint Detection の project types にのみ関連します。
- [Keypoints に注釈を付ける](https://docs.roboflow.com/roboflow/roboflow-jp/annotate/annotate-keypoints.md): Keypoint Detection projects には、annotation tool 内での keypoint 編集が含まれます。
- [Multimodal Data に注釈を付ける](https://docs.roboflow.com/roboflow/roboflow-jp/annotate/annotate-multimodal-data.md)
- [ラベリングを共同作業](https://docs.roboflow.com/roboflow/roboflow-jp/annotate/team-collaboration.md): チーム全体でデータセットのラベル付けを支援します。
- [Annotation Insights](https://docs.roboflow.com/roboflow/roboflow-jp/annotate/annotation-insights.md): 日付、ラベラー、project ごとに annotation insights を表示します。
- [画像をダウンロード](https://docs.roboflow.com/roboflow/roboflow-jp/annotate/download-an-image.md)
- [Roboflow Labeling Services](https://docs.roboflow.com/roboflow/roboflow-jp/annotate/roboflow-labeling-services.md): 経験豊富なラベラーのチームと協力して、データに注釈を付けます。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/annotate.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
