> 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-ko/annotate.md).

# 주석 달기

- [Roboflow Annotate](https://docs.roboflow.com/roboflow/roboflow-ko/annotate/annotation-tools.md): 컴퓨터 비전 프로젝트에 사용할 이미지를 annotation하세요.
- [이미지에 주석 달기](https://docs.roboflow.com/roboflow/roboflow-ko/annotate/use-roboflow-annotate.md): 단축키를 포함한 Roboflow의 Annotation Tool Labeling Interface 개요입니다.
- [키보드 단축키](https://docs.roboflow.com/roboflow/roboflow-ko/annotate/use-roboflow-annotate/keyboard-shortcuts.md): Roboflow Annotate 사용을 위한 단축키입니다.
- [이미지에 댓글 달기](https://docs.roboflow.com/roboflow/roboflow-ko/annotate/use-roboflow-annotate/comment-on-an-image.md): 프로젝트 협업자 검토용으로 이미지에 댓글을 남깁니다.
- [Annotation 기록](https://docs.roboflow.com/roboflow/roboflow-ko/annotate/use-roboflow-annotate/annotation-history.md): annotation의 기록을 확인합니다.
- [유사도 검색](https://docs.roboflow.com/roboflow/roboflow-ko/annotate/use-roboflow-annotate/similarity-search-and-settings.md): Roboflow Annotate 인터페이스에서 dataset의 유사한 이미지를 찾습니다.
- [Annotation 표시 및 숨기기](https://docs.roboflow.com/roboflow/roboflow-ko/annotate/use-roboflow-annotate/show-and-hide-annotations.md)
- [AI Labeling](https://docs.roboflow.com/roboflow/roboflow-ko/annotate/ai-labeling.md): AI 도구를 사용해 labeling 속도를 높이세요.
- [Label Assist](https://docs.roboflow.com/roboflow/roboflow-ko/annotate/ai-labeling/model-assisted-labeling.md): 학습된 model의 weight를 사용해 데이터를 label하면 annotation 시간을 줄이고 model을 더 빨리 프로덕션에 배포할 수 있습니다
- [Smart Polygon](https://docs.roboflow.com/roboflow/roboflow-ko/annotate/ai-labeling/enhanced-smart-polygon-with-sam.md): SAM 기반 Smart Polygon으로 더 정밀한 polygon을 생성합니다.
- [Box Prompting](https://docs.roboflow.com/roboflow/roboflow-ko/annotate/ai-labeling/box-prompting-ai-labeling.md): 예제 하나하나로 개선되는 AI Labeling 도구로 이미지를 annotation하세요.
- [Auto Label](https://docs.roboflow.com/roboflow/roboflow-ko/annotate/ai-labeling/automated-annotation-with-autodistill.md): 모델 학습에 사용할 이미지를 자동으로 label합니다.
- [Keypoint Skeleton 설정](https://docs.roboflow.com/roboflow/roboflow-ko/annotate/edit-keypoint-skeletons.md): Keypoint Skeleton은 객체의 점, 경계, 대칭에 대한 정의입니다. Keypoint Detection 프로젝트 유형에만 관련됩니다.
- [Keypoint 주석 달기](https://docs.roboflow.com/roboflow/roboflow-ko/annotate/annotate-keypoints.md): Keypoint Detection 프로젝트에는 annotation tool에서 keypoint 편집 기능이 포함됩니다.
- [멀티모달 데이터 주석 달기](https://docs.roboflow.com/roboflow/roboflow-ko/annotate/annotate-multimodal-data.md)
- [라벨링 협업](https://docs.roboflow.com/roboflow/roboflow-ko/annotate/team-collaboration.md): 팀 전체가 dataset labeling을 도울 수 있습니다.
- [Annotation Insights](https://docs.roboflow.com/roboflow/roboflow-ko/annotate/annotation-insights.md): 날짜, labeler, 프로젝트별 annotation insights를 확인합니다.
- [이미지 다운로드](https://docs.roboflow.com/roboflow/roboflow-ko/annotate/download-an-image.md)
- [Roboflow Labeling Services](https://docs.roboflow.com/roboflow/roboflow-ko/annotate/roboflow-labeling-services.md): 경험 많은 labeler 팀과 함께 데이터를 annotation하세요.


---

# 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-ko/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.
