# Prompt library

AIChatOne app allows you to build your own prompt collection so you can make use of them anytime.

* You can choose to add prompts from AIChatOne’s built-in prompts
* Or create your own prompts

> A prompt refers to a conversation starter or a task you provide to the model to guide its conversation

## Choose from Built-in Prompts <a href="#id-4424323bb0a642f781f54c9340e80dc6" id="id-4424323bb0a642f781f54c9340e80dc6"></a>

AIChatOne offers more than 160 pre-built prompts. Here’s how to add them to your library:

* Click “Prompt Library”
* Switch to “Community Prompts” tab
* “Add” prompts that you find most useful to your personal prompt list.

The prompt you've just added will now be visible under the “Your Prompts” tab

## Create Your Own Prompts <a href="#id-9e2011ab31a64667a844850c76922d3d" id="id-9e2011ab31a64667a844850c76922d3d"></a>

You can easily create your own prompt as follows:

* Open Prompt Library
* Click “Add Prompt” button
* Fill in the necessary details - your prompt title, description, actual prompt content, etc.

The prompts you create will also be displayed under the "Your Prompts" section:


---

# 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.aichatone.com/product-guides/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.
