> ## Documentation Index
> Fetch the complete documentation index at: https://support.bolt.new/llms.txt
> Use this file to discover all available pages before exploring further.

# Save and manage prompts

> Save your prompts in the Prompt Library to reuse them later, and apply built-in prompts Bolt provides for common tasks.

The Prompt Library contains two types of prompts:

* Built-in prompts Bolt provides for common development tasks like SEO, accessibility, dark mode implementation, and error handling
* Custom prompts that you create and save yourself

You can browse prompts in the library or find them by name using a slash command in the chatbox.

## Browse all prompts

Prompts are organized into categories like **SEO**, **Accessibility**, **Usability**, and **Workflow**.

1. In the bottom-left corner of the chatbox, click the **plus icon**, then click **Open Prompt Library**.
2. Browse through the available prompts. Hover over a prompt name to see the full prompt text.
3. Click a prompt to insert it into the chatbox. You can use it as is or edit it before sending.

## Find a prompt by name

If you know the name of the prompt you want, type `/` followed by the prompt name in the chatbox. Bolt filters prompts as you type.

Slash commands must start with a lowercase letter. If the prompt name starts with an uppercase letter, type it in lowercase to get results. For example, to find the **Dark Mode Implementation** prompt, type `/dark`.

Click **Use prompt** or press Enter to insert it into the chatbox.

## Create a prompt

1. In the chatbox, type `/create prompt`.
2. In the results, click **Create prompt**.
3. Fill in the following fields:
   * **Category**: Select an existing category, or click **Create new category**.
   * **Icon**: Select an icon. If you select an existing category, its icon prepopulates.
   * **Name**: Enter a short name to display in the Prompt Library.
   * **Prompt**: Write the prompt you want to save.
4. Click **Create prompt**.

## Manage your prompts

You can favorite any prompt, including built-in prompts. Favorited prompts appear at the top of the list.

To favorite a prompt, click the **star icon** next to it. Click the star icon again to remove it from favorites.

You can edit and delete custom prompts, but not built-in prompts.

1. In the bottom-left corner of the chatbox, click the **plus icon**, then click **Open Prompt Library**.

2. Find the prompt you want to manage, then click it.

3. Click the **three-dot menu**.

   <img src="https://mintcdn.com/stackblitz/ykXyLTItpmfmfeyD/images/manage-prompt.png?fit=max&auto=format&n=ykXyLTItpmfmfeyD&q=85&s=cf7b43734c9082709f45fa5e3e988cbd" alt="The Prompt Library with the three-dot menu open on a custom prompt" width="1920" height="898" data-path="images/manage-prompt.png" />

4. Choose an action:
   * **Toggle favorite**: Adds the prompt to favorites or removes it.
   * **Edit** (custom prompts only): Opens the prompt so you can make changes.
   * **Delete** (custom prompts only): Deletes the prompt from the library.

## Prompt availability

Custom prompts are tied to your account, not to individual projects. They're available across all your workspaces, including any team workspaces you belong to.

Custom prompts aren't shared with other members of a team workspace by default. To give a teammate access to a prompt, send them the prompt text so they can add it to their own library.
