> For the complete documentation index, see [llms.txt](https://bugshot.gitbook.io/ko/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bugshot.gitbook.io/ko/screenshot/annotation.md).

# 어노테이션

캡처한 이미지에 주석을 그려 버그 위치와 내용을 표시합니다. 화살표로 가리키고, 박스로 묶고, 글로 메모해 두면 받는 분이 한눈에 이해합니다.

## 주석 추가·수정·제거

* **주석 추가** — 캡처 이미지 위에 주석 편집을 시작합니다.
* **주석 수정** — 이미 그린 주석을 다시 열어 고칩니다.
* **주석 제거** — 그린 주석을 지웁니다.

![주석 편집](/files/yyRhpHAB6x2XfWhlN149)

## 도구

주석 편집기는 `markerjs2` 라이브러리의 도구 팔레트를 그대로 띄웁니다. 화살표·도형·펜·텍스트·하이라이트처럼 화면 위 표시에 필요한 도구가 툴바에 모여 있으니, 원하는 도구를 골라 이미지 위에 그리고 위치·크기·색을 조정하면 됩니다.

> 주석 편집기의 툴바는 markerjs2 라이브러리의 자체 UI라 영문으로 표시될 수 있습니다. 사용 가능한 도구는 툴바에서 직접 확인해 주세요. (추가·수정·제거·완료처럼 BugShot이 감싼 버튼만 한국어로 표기됩니다.)

## 완료

다 그렸으면 **주석 완료**를 눌러 이미지를 확정합니다. 주석이 입혀진 스크린샷이 이슈에 첨부됩니다.

> 이어지는 이슈 작성은 [이슈 작성](/ko/screenshot/issue.md)에서 안내해 드립니다.

***

🌐 [English](https://bugshot.gitbook.io/en/screenshot/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:

```
GET https://bugshot.gitbook.io/ko/screenshot/annotation.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.
