# プロンプトライブラリ

[プロンプトライブラリにアクセス](#access-prompt-library)

[プロンプトライブラリの管理](#puronputoraiburarino)

[プロンプトの分類・共有・削除](#categorize-share-and-delete-prompt)

## プロンプトライブラリへのアクセス

プロンプトライブラリは、次の2つの方法で開くことができます。

1. **チャットバーから**：**`/`と入力するか、**&#x5165;力欄横の**プロンプトライブラリアイコン**をクリックしま&#x3059;**。名前やコマンド**でプロンプトを検索し、**Enter**で実行します。

<figure><img src="/files/4tOn81aTPG1p63XYVSXJ" alt=""><figcaption></figcaption></figure>

2\. **画面右側のサイドパネルから：**&#x753B;面右側のサイドパネル切り替えをクリックします。**プロンプト → 管理**に進みます。

## プロンプトライブラリの管理

### ▼ プロンプトのフィルタ

**プロンプト名**で検索し、必要なプロンプトをすばやく見つけられます。

### ➕ 再利用可能なプロンプトを作成

* **プロンプトを作成**をクリックすると、**プロンプト作成画面が表示されます**。以下を入力してください：
  * **プロンプト名**
  * **テキスト**：プロンプトの内容&#x20;

    ヒント：`{{variables}}`やコマンドを活用し、強力かつ動的なプロンプトを作成できます。
  * **説明**（任意）
  * クイックアクセス用の**コマンド**（任意）

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

### 🗂️ プロンプトの分類・共有・削除

左側のパネルで任意のプロンプトをクリックして操作できます：

* **プロンプトの分類**：関連するカテゴリ（例：「アイデア」「ライティング」「学習」など）に割り当てて整理できます。
* **プロンプトの共有**：チームや他のユーザーとプロンプトを共有し、共同作業が可能です。
* **プロンプトの削除**：不要になったプロンプトを削除できます。

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


---

# 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://help.doraverse.com/jp/feature-list/prompt-library.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.
