# Inline Prompt

BoltAI features a built-in Prompt Library Management. You can add custom prompts and autofill it on any app or website, including the official ChatGPT app.

{% hint style="danger" %}
**NOTICE**

This feature is currently in beta. Setapp users can enable this feature following [this guide](https://docs.boltai.com/docs/boltai-on-setapp/ai-inline-on-setapp).
{% endhint %}

### How to use the built-in Prompt Library <a href="#how-to-use-the-built-in-prompt-library" id="how-to-use-the-built-in-prompt-library"></a>

Similarly to the AI Assistant feature, you can trigger the Prompt Popover using the Trigger Key `//p` (configurable), then press `Return` or `Tab` to select the prompt. You can also use this as a text expander ultility.

In the demo below, I'm asking Buddha on how to be a successful entrepreneur.

{% embed url="<https://www.youtube.com/watch?v=cUkBSiv5hGo>" %}

### How to add a new prompt <a href="#how-to-add-a-new-prompt" id="how-to-add-a-new-prompt"></a>

Go to **Settings >  Prompts**, click on the "+" button.

Fill the form:

1. Give your prompt a friendly label. For example: "SVG designer"
2. Set the content of the prompt.
3. (Optional) Set a custom ID for the prompt. Note that this will be used for fuzzy search within the Prompt Popover.
4. Click `Save`

![How to add a new prompt in BoltAI](https://3493584844-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FynYW2xZqA52spY7XgWis%2Fuploads%2F6utxLkHLElUNKzpkxx2L%2Fboltai-prompt-form.jpg?alt=media\&token=6c15eb8a-01da-4faf-aa87-16823c7e7cda)

### Other functionalities <a href="#other-functionalities" id="other-functionalities"></a>

Similarly to the AI Assistant feature, you can reorder the prompt list, change the default Trigger Key or use fuzzy search in the Popover.

Learn more on the [AI Assistant page](https://docs.boltai.com/docs/ai-inline/inline-assistant)

\ <br>


---

# 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.boltai.com/docs/ai-inline/inline-prompt.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.
