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

# ツール

- [レイヤー](https://docs.theseaai.com/main/jp/tsru/layers.md): キャンバス上でレイヤーを直接回転・反転できます。ドラッグハンドルで向きを調整し、15°刻みでスナップし、対応レイヤーをその場でミラー反転できます。
- [ブラシ](https://docs.theseaai.com/main/jp/tsru/burashi.md): シーン上に直接スケッチして、視覚的な指示を示します。色ごとに個別のレイヤーが作成され、領域の定義、変更箇所の強調、生成のガイドに使えます。
- [テキスト](https://docs.theseaai.com/main/jp/tsru/tekisuto.md): 製品ビジュアルに直接テキストを追加します。テキストは Beachside 内で編集可能なままなので、外部のデザインツールに書き出さなくてもレイアウトやスタイルを調整できます。
- [書体](https://docs.theseaai.com/main/jp/tsru/tekisuto/shu-ti.md): カスタムフォントをアップロードし、あらかじめ読み込まれたシステムフォントから選択できます。
- [テキスト設定](https://docs.theseaai.com/main/jp/tsru/tekisuto/tekisuto.md): グローバル設定（テキストフレーム全体に適用）と文字単位の調整で、文字サイズ、字間、横幅、行間、配置、テキスト装飾をコントロールできます。
- [リアクション](https://docs.theseaai.com/main/jp/tsru/riakushon.md): リアクションを使うと、シーンに「スタンプ」を付けてマークできます。承認状況の表示、良い候補の強調、問題点やその他の重要なメモのフラグ付けに使えます。
- [定規とガイド](https://docs.theseaai.com/main/jp/tsru/togaido.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/jp/tsru.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.
