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

# Saving your own prompt templates

> Saved Prompts let you store prompts you use often and reuse them in one click.

## Turn a good prompt into a reusable template

Saved Prompts let you store prompts you use often and reuse them in one click. The real power comes from [**variable fields**](/help/the-prompt-bar-scope/using-variable-fields-in-a-prompt) — fill-in blanks you add with `#` so the same template adapts to each new task.

## Open the Create New Prompt window

<Frame>
  <img src="https://mintcdn.com/chief-2d405d1a/BBGD1uH7sfT84ugx/images/help/launchpad-new-prompt-btn.png?fit=max&auto=format&n=BBGD1uH7sfT84ugx&q=85&s=db94d042d3843bad37e6373febdf3ccf" alt="The New Prompt button highlighted in the Saved Prompts panel" width="1300" height="264" data-path="images/help/launchpad-new-prompt-btn.png" />
</Frame>

1. Open the **Saved Prompts** panel — your personal half of [the Launchpad](/help/prompts-the-launchpad/what-is-the-launchpad).
2. Click **New Prompt** (top-right button). The **Create New Prompt** window opens.

## Fill in the details

<Frame>
  <img src="https://mintcdn.com/chief-2d405d1a/BBGD1uH7sfT84ugx/images/help/launchpad-create-modal.png?fit=max&auto=format&n=BBGD1uH7sfT84ugx&q=85&s=9e364eef52e61a7b78b2e60fc756aa2b" alt="The Create New Prompt window with the Name, Description and Prompt fields" width="1000" height="732" data-path="images/help/launchpad-create-modal.png" />
</Frame>

1. In **Name**, type a short title — this is how the prompt appears in your list.
2. In **Description** (optional), add a one-line reminder of what the prompt does.
3. In the **Prompt** editor, write the prompt text you want to reuse.

<Tip>
  🚀 **Pro-Tip:** Type **@** in the Prompt editor to [mention Files, Labels, Collections, or Concepts](/help/the-prompt-bar-scope/mentioning-files-labels-collections-concepts), so the right context is attached every time you run the template.
</Tip>

## Add a variable field with

<Frame>
  <img src="https://mintcdn.com/chief-2d405d1a/BBGD1uH7sfT84ugx/images/help/launchpad-add-variable.png?fit=max&auto=format&n=BBGD1uH7sfT84ugx&q=85&s=f266c226ae6187d260b27de9e61de62b" alt="The Add Template Variable window with the five variable types" width="900" height="928" data-path="images/help/launchpad-add-variable.png" />
</Frame>

Variable fields are blanks you fill in each time you run the prompt. To add one:

1. In the **Prompt** editor, type **#** where you want the blank. The **Add Template Variable** window opens.
2. In **Variable Name**, type a short label (for example *document*, *format*, or *tone*).
3. Under **Variable Type**, pick one of the five field types:
   * **Text Input** — a single-line field for free-form input.
   * **Paragraph Input** — a multi-line area for longer input.
   * **File Picker** — lets you select a file from your assets.
   * **Record Audio** — [records audio](/help/your-knowledge-library/recording-audio-directly-into-chief) for the field.
   * **Dropdown** — a list of options you choose from.
4. If you chose **Dropdown**, type each option under **Dropdown Options** and press **Enter** to add it. You need at least one option.
5. Click the create button to insert the field. It appears as a chip in your prompt text.
6. Repeat for any other blanks you want.

## Save the template

<Frame>
  <img src="https://mintcdn.com/chief-2d405d1a/BBGD1uH7sfT84ugx/images/help/launchpad-create-save.png?fit=max&auto=format&n=BBGD1uH7sfT84ugx&q=85&s=69e07ef85ccc6a76fab287040366f7de" alt="The Create New Prompt button at the bottom of the prompt editor" width="1100" height="339" data-path="images/help/launchpad-create-save.png" />
</Frame>

1. Click **Create New Prompt** at the bottom of the window.
2. Your template appears in the **Saved Prompts** list, ready to reuse.

To run it later, click the prompt in the list. Chief loads it into the [prompt bar](/help/the-prompt-bar-scope/the-prompt-bar-a-tour-of-your-chat-controls) with every variable chip intact, so you just fill the blanks and send.

## Frequently asked questions

<AccordionGroup>
  <Accordion title="The Create button is greyed out — why can't I save?">
    You need both a **Name** and some **Prompt** text before you can save. If you added a **Dropdown** variable, it also needs at least one option.
  </Accordion>

  <Accordion title="I closed the window by mistake — did I lose my draft?">
    No. Chief keeps an unsaved draft for the Create window, so reopening **New Prompt** restores your name, description, and text. Click **Cancel** if you instead want to discard the draft.
  </Accordion>

  <Accordion title="Do variable fields show up when I edit the template later?">
    Yes. Variable chips are stored with the template, so they reappear in the editor and in the prompt bar each time you reuse it.
  </Accordion>
</AccordionGroup>
