> 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/update/v1.29/library.md).

# ライブラリ機能

***

## ライブラリ

これまでは、CCFOLIA GAMESの作品の購入後、データを各自で管理していただいていました。\
v1.29で、購入作品がライブラリに表示されるようになりました。これにより、購入した作品の確認やルーム作成がココフォリア内で完結するようになりました。

***

### ライブラリタブ

ライブラリタブでは、購入した作品を確認することができます。

<figure><img src="/files/ZvhqJXMwQipQh4PJ9RtB" alt=""><figcaption></figcaption></figure>

作品のサムネイルをクリックすると、作品の概要が表示されます。

<figure><img src="/files/b4wz7tal3VOUXRdqkfTL" alt="" width="563"><figcaption></figcaption></figure>

***

### ライブラリからルームを作成する

ライブラリから作品のサムネイルをクリックすると、ルーム作成ボタンが表示されます。

新しいルームを作成して遊びたいときは**新しいルームを作成する**を、前回作成したルームで遊びたいときは**前回作成したルームに入室する**をクリックしてください。

***

### 追加・拡張コンテンツ

追加・拡張コンテンツがある作品もあります。追加・拡張コンテンツは、追加先の作品のサムネイルをクリックすると表示されます。

<figure><img src="/files/P0WCFgSTlmlIggiwtYNb" alt="" width="563"><figcaption></figcaption></figure>

#### 追加・拡張コンテンツを使用して遊ぶときのルーム作成

ライブラリから追加先の作品のサムネイル>**新しいルームを作成する**をクリックすると、利用する追加・拡張コンテンツを選択することができます。

<figure><img src="/files/fBTERcqbHU0dxgQRqcWF" alt="" width="563"><figcaption></figcaption></figure>

利用したい追加・拡張コンテンツにチェックを入れて**ルームを作成する**をクリックすると、追加・拡張コンテンツを使用したルームを作成することができます。


---

# 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/update/v1.29/library.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.
