> 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/gai-yao.md): ブラシ、テキスト、図形、消しゴムのツールを使って、シーン上で直接ビジュアルを作成できます。
- [ブラシ](https://docs.theseaai.com/main/jp/tsru/burashi.md): ブラシツールを使ってシーン上に直接スケッチし、範囲を定義したり、変更箇所を強調したり、生成をガイドしたりできます。
- [消しゴム](https://docs.theseaai.com/main/jp/tsru/shigomu.md): 消しゴムツールを使って、シーンから不要なものを削除します。画像、テキスト、ブラシ、図形に対応しています。
- [テキスト](https://docs.theseaai.com/main/jp/tsru/tekisuto.md): シーンに直接テキストを追加して、レイアウトやラベルを作成します。
- [書体](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/tu-xing.md): 長方形、楕円、線をシーン上に直接描いて、ビジュアル要素を作成したり、ガイドとして使ったりできます。
- [リアクション](https://docs.theseaai.com/main/jp/tsru/riakushon.md): Reactionsを使うと、シーンに「スタンプ」を付けられます。承認状況の表示、有力な案の強調、問題点やその他重要なメモのフラグ付けに使えます。


---

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