# パネル・カードデッキ

## パネルやカードデッキ

ココフォリアを使用して遊ぶ際、キャラクター以外の画像や山札を操作する場合があります。

***

### パネルについて

#### パネルとは

ルーム内にある、背景やキャラクターなどを除いた画像は、パネルと呼ばれています。遊ぶゲームによっては、カード/コマ/マーカーなどと呼ばれることもあります。

#### パネルへのホバー

パネルにカーソルを合わせると、名称や説明文などが表示される場合があります。

#### パネルの操作

{% content-ref url="/pages/VF6BZhUbVGChuhHkoQ95" %}
[パネルの操作](/pl-tutorial/panels/panels.md)
{% endcontent-ref %}

***

### カードデッキについて

#### カードデッキとは

パネルが何枚か裏向きに重なっているものです。山札とも呼ばれます。

カードデッキからカードを引くと、デッキ内のカードがランダムに指定枚数パネルとして表示されます。

#### カードデッキの見分けかた

カードデッキはパネルとは違い、中央に山札の枚数を示&#x3059;**○枚**という表示が出ます。

<figure><img src="/files/6jJMTYcs8GW8BCQtmRHI" alt="" width="143"><figcaption></figcaption></figure>

また、カードデッキから引いたカードはパネルとして扱われますが、引いたカードの右クリックメニューを見ると**山札に戻す**が白く表示されています。ここをクリックすると山札に戻すことができます。

#### カードデッキの操作

{% content-ref url="/pages/1gFskFwfHtajw5ocD1rm" %}
[カードデッキの操作](/pl-tutorial/panels/card-decks.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://docs.ccfolia.com/pl-tutorial/panels.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
