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

# PL向けの基本機能

- [キャラクター作成](https://docs.ccfolia.com/pl-tutorial/character-edit.md): ココフォリア上で使えるキャラクターの作成について
- [基本情報](https://docs.ccfolia.com/pl-tutorial/character-edit/basic.md): キャラクターの基本情報について
- [立ち絵・差分](https://docs.ccfolia.com/pl-tutorial/character-edit/character-icon.md): キャラクターの立ち絵・差分機能の使い方について
- [ステータス・パラメータ](https://docs.ccfolia.com/pl-tutorial/character-edit/status-setting.md): キャラクターのステータスやパラメータについて
- [チャットパレット](https://docs.ccfolia.com/pl-tutorial/character-edit/chat-pallet.md): チャットパレット機能について
- [キャラを「隠す」設定](https://docs.ccfolia.com/pl-tutorial/character-edit/visibility-setting.md): キャラクターに設定できる表示様式について
- [ルームチャット機能](https://docs.ccfolia.com/pl-tutorial/room-chat.md): ルームチャット機能について
- [チャットメニュー](https://docs.ccfolia.com/pl-tutorial/room-chat/chat-menu.md): チャットメニューの使い方について
- [発言タブ](https://docs.ccfolia.com/pl-tutorial/room-chat/chat-tab.md): 発言タブの操作方法や仕様について
- [ダイスロール](https://docs.ccfolia.com/pl-tutorial/room-chat/dice-roll.md): ダイスロールのやりかたについて
- [パネル・カードデッキ](https://docs.ccfolia.com/pl-tutorial/panels.md): スクリーンパネルやマーカーパネル、山札の操作について
- [パネルの操作](https://docs.ccfolia.com/pl-tutorial/panels/panels.md): パネルの操作について
- [カードデッキの操作](https://docs.ccfolia.com/pl-tutorial/panels/card-decks.md): カードデッキの操作について
- [アカウント設定の変更](https://docs.ccfolia.com/pl-tutorial/account-setting-change.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.ccfolia.com/pl-tutorial.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.
