> 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.md).

# 스크린샷 캡처

화면의 원하는 영역을 캡처하고, 그 위에 주석을 그려 버그 위치를 콕 짚어 이슈로 보내는 모드입니다. 가장 빠르고 직관적이라 처음 쓰기에도 부담이 없습니다.

화면 영역을 드래그하는 **범위 캡처**와 요소 하나만 잘라 주는 **요소 캡처** 두 가지로 시작할 수 있고, 흐름은 **캡처 → 주석 표시 → 이슈 작성** 순서입니다.

![스크린샷 모드 개요](/files/GElPluddjdLbg5iN51mE)

## 바로가기

* [스크린샷 캡처](/ko/screenshot/capture.md) — 범위를 드래그하거나 요소 하나를 골라 캡처.
* [어노테이션](/ko/screenshot/annotation.md) — 캡처 이미지에 주석 그리기.
* [이슈 작성](/ko/screenshot/issue.md) — 주석 스크린샷을 담아 제출.

***

🌐 [English](https://bugshot.gitbook.io/en/screenshot)


---

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