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

# 요소 선택 & 스타일링

웹 페이지의 요소를 직접 골라 스타일을 고치고, 고치기 전과 후를 나란히 담아 리포트하는 모드입니다. "이 버튼 여백이 좁아요"를 말로 설명하는 대신, before/after로 한눈에 보여줄 수 있습니다.

흐름은 의외로 단순합니다 — **요소 클릭 → 스타일 라이브 수정 → before/after로 이슈 작성**. 여러 요소를 한 이슈에 함께 담을 수도 있습니다.

![요소 모드 개요](/files/61iBbOyFjyPc4vAKshfD)

## 바로가기

* [요소 선택](/ko/element/picker.md) — 페이지에서 요소를 고르고 DOM 트리로 이동.
* [스타일링](/ko/element/styling.md) — 스타일 패널로 수정하고 AI에게 맡기기.
* [이슈 작성](/ko/element/issue.md) — before/after를 담아 이슈로 제출.

***

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


---

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