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

# 도구

- [개요](https://docs.theseaai.com/main/kr/tools/overview.md): 브러시, 텍스트, 도형, 지우개 도구를 사용해 장면에서 직접 비주얼을 만드세요.
- [브러시](https://docs.theseaai.com/main/kr/tools/brush.md): 브러시 도구를 사용해 장면에 직접 스케치하여 영역을 정의하고, 변경 사항을 강조하고, 생성을 안내하세요.
- [지우개](https://docs.theseaai.com/main/kr/tools/eraser.md): 지우개 도구를 사용해 장면에서 필요 없는 것을 제거하세요. 이미지, 텍스트, 브러시, 도형에 사용할 수 있습니다.
- [텍스트](https://docs.theseaai.com/main/kr/tools/text.md): 장면에 텍스트를 직접 추가해 레이아웃과 라벨을 만드세요.
- [글꼴](https://docs.theseaai.com/main/kr/tools/text/typefaces.md): 사용자 지정 글꼴을 업로드하고 미리 로드된 시스템 글꼴 중에서 선택하세요.
- [텍스트 설정](https://docs.theseaai.com/main/kr/tools/text/text-settings.md): 전역 설정(전체 텍스트 프레임에 적용)과 문자 수준 조정을 통해 텍스트의 크기, 자간, 비율, 줄 높이, 정렬, 텍스트 장식을 제어하세요.
- [도형](https://docs.theseaai.com/main/kr/tools/shape.md): 사각형, 타원, 선을 장면에 직접 그려 시각 요소를 만들거나 가이드를 제공하세요.
- [반응](https://docs.theseaai.com/main/kr/tools/reactions.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.theseaai.com/main/kr/tools.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.
