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

# Custom Prompts

> Create reusable AI instructions for consistent, personalized results tailored to your workflow.

Custom prompts let you save reusable instructions for the Assistant. Instead of rewriting the same request every time, you can apply one prompt and get consistent results.

## What are custom prompts?

Custom prompts are reusable instructions you create for recurring tasks.

Common uses include:

* Rewriting text in a preferred tone
* Structuring notes or documentation
* Translating content to a target language
* Summarizing in a fixed format
* Generating task lists or plans
* Creating consistent captions and alt text

## Accessing custom prompts

<Tabs>
  <Tab title="Mac">
    Click the **Space name** at the top of the sidebar to open Settings.

    <Frame>
      <img src="https://mintlify.s3.us-west-1.amazonaws.com/craft-support/images/snippets/open-settings/en/content/mac-space-name.png" alt="Click the Space name in the sidebar" />
    </Frame>
  </Tab>

  <Tab title="Web / Windows">
    <Steps>
      <Step title="Open the Space dropdown">
        Click the **Space name** in the top-left corner.
      </Step>

      <Step title="Select Settings">
        Click **Settings** at the bottom of the dropdown.

        <Frame>
          <img src="https://mintlify.s3.us-west-1.amazonaws.com/craft-support/images/snippets/open-settings/en/content/web-space-dropdown.png" alt="Space dropdown with Settings option" />
        </Frame>
      </Step>
    </Steps>
  </Tab>

  <Tab title="iOS">
    <Steps>
      <Step title="Tap the Space icon">
        Tap the **Space icon** in the top-left corner.

        <Frame>
          <img src="https://mintlify.s3.us-west-1.amazonaws.com/craft-support/images/snippets/open-settings/en/content/ios-space-icon.png" alt="Space icon in the top-left corner" />
        </Frame>
      </Step>

      <Step title="Open Settings">
        Tap **Settings**.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Android">
    <Steps>
      <Step title="Tap your profile picture">
        Tap your **profile picture** in the top-right corner.
      </Step>

      <Step title="Open Settings">
        Tap **Settings**.

        <Frame>
          <img src="https://mintlify.s3.us-west-1.amazonaws.com/craft-support/images/snippets/open-settings/en/content/android-profile-menu.png" alt="Profile menu with Settings option" />
        </Frame>
      </Step>
    </Steps>
  </Tab>
</Tabs>

<Steps>
  <Step>
    Go to **Assistant**.
  </Step>

  <Step>
    Scroll to **Saved Prompts**.
  </Step>

  <Step>
    Click **Add Prompt**.
  </Step>
</Steps>

<img src="https://mintcdn.com/craft-support/bXGV3J9qfsAQZqJz/images/ai-assistant/custom-prompts/en/content/saved-prompts.png?fit=max&auto=format&n=bXGV3J9qfsAQZqJz&q=85&s=f04706c4577daace7a63f9dfd09df6e2" alt="Saved prompts section in Assistant settings" width="1192" height="896" data-path="images/ai-assistant/custom-prompts/en/content/saved-prompts.png" />

## Creating effective prompts

The best prompts are specific and format-aware.

* ✓ "Summarize this in 3 bullet points focused on action items"

* ✗ "Summarize this"

* ✓ "Rewrite in a friendly tone for a blog intro"

* ✗ "Make this better"

## Example prompts

```
Title: Meeting Summary
Prompt: Extract key decisions, action items, and next steps from this note. Format as:
- Decisions: [list]
- Action Items: [list with owners]
- Next Steps: [list with dates]
```

```
Title: Restyle Document
Prompt: Restyle this document with colored section headings, callout boxes for key points, and subtle dividers between sections.
```

```
Title: Create Subpages
Prompt: Break this document into subpages, one per major section, and keep a short table of contents on the parent page.
```

```
Title: Restructure Notes
Prompt: Reorganize these notes into clear sections with headings: Context, Decisions, Action Items, and Follow-ups.
```

## Limits

* Up to **20 saved prompts**
* Maximum **1,000 characters** per prompt

## Using custom prompts

<Steps>
  <Step>
    Open the Assistant panel.
  </Step>

  <Step>
    Find your saved prompt in quick actions.
  </Step>

  <Step>
    Select it to apply.
  </Step>
</Steps>

You can search prompts by name in the Assistant panel.

## Editing prompt support

Editing-oriented prompts require **Execute** mode with a **Fast** or **Max** model.

## Managing your prompts

**Edit a prompt:**

* Go to Settings → Assistant → Saved Prompts
* Select the prompt
* Update title or content
* Save

**Delete a prompt:**

* Go to Settings → Assistant → Saved Prompts
* Click delete on the prompt
* Confirm

## Related Articles

<CardGroup cols={2}>
  <Card title="Using Craft Assistant" href="/en/ai-assistant/using">
    Learn the basics of working with the Assistant
  </Card>

  <Card title="Editing with Craft Assistant" href="/en/ai-assistant/editing">
    Apply prompts directly to documents in Execute mode
  </Card>

  <Card title="Choosing AI Models" href="/en/ai-assistant/models">
    Select the right model for your prompts
  </Card>

  <Card title="Formatting" href="/en/write-and-edit/formatting">
    Create prompts for consistent text formatting and styling
  </Card>
</CardGroup>
