# 画面の見方：作品リスト

## ローカル

「AIのべりすと」で書いた作品はすべてローカルに保存されています。\
ローカルに保存できる容量はブラウザによって最大5MB～10MBです。

{% hint style="warning" %}
&#x20;iOSでは1週間でローカルストレージが削除される場合があります。\
定期的に「ZIPですべてエクスポート」して保存することをお薦めします。
{% endhint %}

アカウントを変更しても、ローカルに保存されている作品は確認できます。\
ブラウザが異なったり、使用端末が異なると、ログインアカウントが同じでも確認できません。

## リモート

リモートストレージに暗号化して保存されている作品を表示しています。

{% hint style="warning" %}
&#x20;暗号化の仕様上、パスワードをリセット／変更するとリモートストレージはクリアされます。
{% endhint %}

***

## 新しい作品を作る

[<mark style="color:green;">作品編集画面</mark>](/help/no.md)に移動します。

***

## ZIPですべてエクスポート

すべてのローカル作品を一度にまとめてエクスポートします。

***

## 作品リスト

通常リストとグリッドリストでは、作品タイトルと本文の一部を表示します。\
コンパクトリストでは、作品タイトルのみを表示します。

### <img src="/files/FJZbmrQba4ajR8ZquNtP" alt="" data-size="line"> シェア

当サービスの機能を用いて、プロンプトをシェアすることができます。

{% hint style="danger" %}
日本国および利用者の居住国の法令、公序良俗(18歳未満にとって不適切な内容を含みます)、他者の権利を侵害すると当サービスが判断するコンテンツのシェアを固く禁じています。\
詳しくは[<mark style="color:green;">こちら</mark>](https://ai-novel.com/terms_of_use.html)をご覧ください。
{% endhint %}

{% hint style="danger" %}
&#x20;シェアした内容は暗号化されておらず、管理者によって確認が行われる場合があります。
{% endhint %}

### <img src="/files/AoSntpWGtD3hK6gD9Cfc" alt="" data-size="line"> エクスポート

.novelファイルをローカルに保存します。\
この機能で保存した.novelファイルは別の端末で読み込んだり、キャラクターブックやスクリプトのテンプレートとして利用することができます。

### <img src="/files/yVeGvSbDuBc0kfuLOc9t" alt="" data-size="line"> リーディング

閲覧用のレイアウトでプロンプトの本文を読むことができます。

### <img src="/files/LU8tLRL33pDPTukA8pPd" alt="" data-size="line"> 削除する

プロンプトを削除します。


---

# 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://ai-novel.gitbook.io/help/norisuto.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.
