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

# Saved prompts

> Create, use, and manage reusable prompt templates in Chat

<Note>
  Saved prompts are currently in limited availability and being rolled out to select customers.
</Note>

Saved prompts are reusable prompt templates that help standardize common queries across your team. They allow you to create, manage, and share frequently-used prompts with everyone in your project, ensuring consistency and saving time on repetitive tasks.

## Saving a prompt

Save any prompt from your Chat conversations to make it available to all users in your project through the @ menu.

<div style={{ width: '100%', position: 'relative', paddingTop: '56.25%' }}>
  <iframe src="https://app.supademo.com/embed/cminu37g60bizgxadmuzniah7" frameBorder="0" title="How to save a prompt" allow="clipboard-write; fullscreen" webkitAllowFullscreen="true" mozAllowFullscreen="true" allowFullscreen style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', border: '3px solid #5E43CE', borderRadius: '10px' }} />
</div>

<Steps>
  <Step title="Start a new conversation">
    Enter the prompt you want to save.
  </Step>

  <Step title="Bookmark the prompt">
    After sending your prompt, click the bookmark icon that appears under it.
  </Step>

  <Step title="Name and save">
    Give the prompt a descriptive name and click **Save**.
  </Step>
</Steps>

<Info>
  For Enterprise customers, the ability to create and manage saved prompts can be controlled through role-based access controls (RBAC). Learn more about [RBAC and user permissions](/enterprise/rbac).
</Info>

## Using saved prompts

All users in the project can access and use saved prompts in their Chat conversations. Saved prompts appear alongside Agents in the @ menu, making it easy to reuse standardized prompt templates.

<div style={{ width: '100%', position: 'relative', paddingTop: '56.25%' }}>
  <iframe src="https://app.supademo.com/embed/cminu7wv50bjwgxad462phl9g" frameBorder="0" title="How to use a saved prompt" allow="clipboard-write; fullscreen" webkitAllowFullscreen="true" mozAllowFullscreen="true" allowFullscreen style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', border: '3px solid #5E43CE', borderRadius: '10px' }} />
</div>

1. Type @ in the chat input field to open the menu
2. Click 'Prompts' in the pop-up that appears
3. Select the saved prompt you want to use from the list

## Deleting a saved prompt

To delete a saved prompt:

1. Type @ in the chat and click 'Prompts' in the pop-up
2. Click the 'X' button next to the prompt you want to remove
3. Click 'Delete' on the confirmation pop-up to confirm deletion

<Tip>
  Combine saved prompts with @ mentioned Agents for workflows that use both reusable templates and specialized AI capabilities.
</Tip>
