> For the complete documentation index, see [llms.txt](https://docs.studio.uzu-app.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.studio.uzu-app.com/basic-features.md).

# 各機能詳細

- [キャラクター](https://docs.studio.uzu-app.com/basic-features/character.md)
- [キャラクターの基本項目](https://docs.studio.uzu-app.com/basic-features/character/basic.md)
- [ミッション](https://docs.studio.uzu-app.com/basic-features/character/mission.md)
- [特殊キャラクター種別](https://docs.studio.uzu-app.com/basic-features/character/second-play-character.md)
- [フェーズ](https://docs.studio.uzu-app.com/basic-features/phase.md)
- [フェーズの作成・概要](https://docs.studio.uzu-app.com/basic-features/phase/basic.md)
- [基本フェーズ](https://docs.studio.uzu-app.com/basic-features/phase/basic/discussion.md)
- [読み合わせフェーズ](https://docs.studio.uzu-app.com/basic-features/phase/basic/script.md)
- [ゲームの流れ表示フェーズ](https://docs.studio.uzu-app.com/basic-features/phase/basic/timeline.md)
- [投票フェーズの作り方](https://docs.studio.uzu-app.com/basic-features/phase/basic/select.md)
- [探索フェーズ](https://docs.studio.uzu-app.com/basic-features/phase/basic/canvas.md): 画面全体をマップや盤面にし、画像タップによる自由な調査・リアルな移動表現ができるフェーズです。
- [フェーズ進行](https://docs.studio.uzu-app.com/basic-features/phase/flow.md)
- [テキスト](https://docs.studio.uzu-app.com/basic-features/texttab.md)
- [ルーム](https://docs.studio.uzu-app.com/basic-features/room.md)
- [感想戦画面](https://docs.studio.uzu-app.com/basic-features/result.md)
- [手がかり](https://docs.studio.uzu-app.com/basic-features/clue.md)
- [山札](https://docs.studio.uzu-app.com/basic-features/decks.md)
- [アクション](https://docs.studio.uzu-app.com/basic-features/action.md): 単純な手がかり取得や山札調査を超えた様々なアクションを設定できます。
- [トークン](https://docs.studio.uzu-app.com/basic-features/token.md)
- [自由記述](https://docs.studio.uzu-app.com/basic-features/text-fields.md)
- [トリガー](https://docs.studio.uzu-app.com/basic-features/trigger.md): 条件を満たすと自動で発動するアクションを設定できます。
- [演出](https://docs.studio.uzu-app.com/basic-features/effect.md)
- [BGM](https://docs.studio.uzu-app.com/basic-features/effect/bgm.md)
- [SE・ナレーション](https://docs.studio.uzu-app.com/basic-features/effect/se.md)
- [ムービー](https://docs.studio.uzu-app.com/basic-features/effect/movie.md)
- [背景画像](https://docs.studio.uzu-app.com/basic-features/effect/background.md)
- [カラーテーマ](https://docs.studio.uzu-app.com/basic-features/effect/colortheme.md)
- [画面デザイン](https://docs.studio.uzu-app.com/basic-features/effect/screen-design.md)
- [全体共通：条件設定](https://docs.studio.uzu-app.com/basic-features/condition.md)
- [右上ボタン：動作確認](https://docs.studio.uzu-app.com/basic-features/demo.md)
- [右上ボタン：最新バージョンを作成](https://docs.studio.uzu-app.com/basic-features/new-version.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.studio.uzu-app.com/basic-features.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.
