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

# Saved Prompts

> Create reusable assistants for repeatable work.

Saved Prompts let you package instructions and capabilities into a reusable assistant. Use them when you repeat the same kind of work often.

<Card title="Saved Prompts examples" icon="bookmark-check" href="/features/saved-prompts-examples">
  Start from practical examples for writing, support, research, reviews, and translation polish.
</Card>

## When to create a Saved Prompt

Create a Saved Prompt for workflows such as:

* Writing weekly updates.
* Reviewing product requirements.
* Creating support replies.
* Summarizing research.
* Drafting social posts.
* Following a specific tone or review checklist.

## Create a Saved Prompt

<Steps>
  <Step title="Open Saved Prompts">
    Go to **Saved Prompts** from the main navigation.
  </Step>

  <Step title="Create a new prompt">
    Click **Create Saved Prompt**.
  </Step>

  <Step title="Add details">
    Add a name, description, and instructions. Keep the instructions specific enough that Babbily knows how to behave.
  </Step>

  <Step title="Choose a model">
    Choose the model the Saved Prompt should use. A model is required before you save.
  </Step>

  <Step title="Choose capabilities">
    Enable only the supported capabilities the Saved Prompt should be allowed to use for that model. Available options depend on the selected model.
  </Step>

  <Step title="Save and use it">
    Save the prompt and select it when you want that workflow in chat.
  </Step>
</Steps>

## Write strong instructions

Good Saved Prompt instructions include:

* The role Babbily should play.
* The kind of input you will provide.
* The output format.
* Tone and style rules.
* What Babbily should ask before assuming.

```text theme={null}
You help turn rough notes into concise customer update emails. Keep the tone warm and direct. Return a subject line, a 2 paragraph email, and 3 optional bullet points.
```

<Tip>
  Start with a narrow Saved Prompt. You can always edit it after you see how it performs.
</Tip>

## Manage Saved Prompts

From **Saved Prompts**, you can edit, use, or delete your prompts. Saved Prompts show capability labels such as Search, Image, Video, or Reasoning when those capabilities are enabled.

<Note>
  Saved Prompts are designed for repeatable instructions. Do not store passwords, private keys, payment details, or other secrets in a Saved Prompt.
</Note>
