> 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/layers.md): 캔버스에서 레이어를 직접 회전하고 뒤집으세요. 드래그 핸들로 방향을 조정하고, 15° 단위로 맞추며, 지원되는 레이어는 제자리에서 미러링할 수 있습니다.
- [브러시](https://docs.theseaai.com/main/kr/tools/brush.md): 장면 위에 직접 스케치하여 시각적 지시를 제공하세요. 각 색상은 별도의 레이어를 만들어 영역을 정의하고, 변경 사항을 강조하며, 생성을 안내할 수 있습니다.
- [텍스트](https://docs.theseaai.com/main/kr/tools/text.md): 제품 비주얼에 텍스트를 직접 추가하세요. 텍스트는 Beachside 내에서 계속 편집 가능하므로 외부 디자인 도구로 내보내지 않고도 레이아웃과 스타일을 조정할 수 있습니다.
- [서체](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/reactions.md): 반응을 사용하면 장면에 “스탬프”를 표시할 수 있습니다. 승인 상태를 표시하거나, 강력한 옵션을 강조하거나, 문제 및 기타 중요한 메모를 표시하는 데 사용할 수 있습니다.
- [자 및 가이드](https://docs.theseaai.com/main/kr/tools/ruler-and-guides.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.
