# Prompt Library

[Access Prompt Library](#access-prompt-library)

[Prompt Library Features](#prompt-library-features)

[Categorize, Share and Delete Prompt](#categorize-share-and-delete-prompt)

## Access Prompt Library

You can open the Prompt Library in two ways:

1. **From the chat bar**: Type **`/`** or click the **Prompt Library icon** next to the input box. Search prompts by **name** or **command,** then hit **Enter** to run.

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

2\. **From the righ Side Panel**: Click the Side Panel toggle on the right side of the screen. Go to **Prompts → Manage**.

## Manage Prompt Library

### ▼ **Filter Prompts**

Search by **prompt name** to quickly find what you need.

### ➕ Create Reusable Prompt

* Click **Create Prompt, that will lead you to a Prompt creation space**. Fill in:
* **Prompt name**
* **Text:** The prompt content\
  Tip: Use `{{variables}}` and commands to build powerful, dynamic prompts for consistent results.
* **Description** *(Optional)*&#x20;
* **Command** for quick access *(Optional)*&#x20;

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

### 🗂️ Categorize, Share and Delete Prompt&#x20;

Click any prompt in the left panel to perform actions:

* **Categorize prompts:** Organize your library by assigning prompts to relevant categories (e.g., “Idea", "Writing”, "Learning").
* **Share prompts:** Collaborate seamlessly by sharing prompts with your team or other users.
* **Delete prompts:** Removing prompts you no longer need.

<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/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.
