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

# Enrich Prompts

> Pick the default prompt for each enrichment type so the right instructions are preselected in the Enrich modal and used by Auto-Fill.

Enrich Prompts let you choose a default prompt for each enrichment type. That default is preselected the moment you open the Enrich modal and is the prompt Auto-Fill runs, so your team enriches products with the same on-brand instructions every time.

<Info>
  These are **project-level** defaults. Select a project from the switcher first. If no project is active, the page asks you to pick one before you can set defaults.
</Info>

<img className="block dark:hidden" src="https://mintcdn.com/swiftsyncai/m6j0mqBse5HmOBFi/images/marketing-screenshots/settings/settings-enrich-defaults-light-branded.webp?fit=max&auto=format&n=m6j0mqBse5HmOBFi&q=85&s=129cb53ddd338aa3ba9a9dca14703e23" alt="WISEPIM default enrich prompts per enrichment type, preselected in the enrich modal and used by Auto-Fill" width="2400" height="1445" data-path="images/marketing-screenshots/settings/settings-enrich-defaults-light-branded.webp" />

<img className="hidden dark:block" src="https://mintcdn.com/swiftsyncai/Q3dIqlj_CJMF6Idi/images/marketing-screenshots/settings/settings-enrich-defaults-dark-branded.webp?fit=max&auto=format&n=Q3dIqlj_CJMF6Idi&q=85&s=3098a4092e36455cb9ce69f18e6691a7" alt="WISEPIM default enrich prompts per enrichment type, preselected in the enrich modal and used by Auto-Fill" width="2400" height="1445" data-path="images/marketing-screenshots/settings/settings-enrich-defaults-dark-branded.webp" />

## Default prompts per enrichment

Each enrichment type has its own dropdown. Pick a prompt and it becomes the default for that type across your project. Leave a dropdown on **No default** and WISEPIM falls back to its built-in instructions for that type.

| Enrichment type      | What the default drives                               | What it covers                                                            |
| -------------------- | ----------------------------------------------------- | ------------------------------------------------------------------------- |
| **Description**      | The prompt used when writing product copy             | Both full descriptions **and** short descriptions share this one default. |
| **Titles**           | The prompt used when generating product titles        | Title variants for your products.                                         |
| **Attributes**       | The prompt used when extracting structured attributes | Inferred attribute values like material, color, weight, and dimensions.   |
| **SEO title & meta** | The prompt used for search metadata                   | Meta titles and meta descriptions.                                        |

Each dropdown lists only the prompts that match that enrichment type, so you can never assign a description prompt to the SEO slot by mistake. If a dropdown is empty, you have no prompt of that type yet. Create one first (see [Save your changes](#save-your-changes) below for where prompts come from).

<Info>
  **Description** and short description deliberately share a single default. A description-shaped prompt works for both, so setting one default covers both fields.
</Info>

To set a default for an enrichment type:

<Steps>
  <Step title="Find the enrichment type">
    Pick the row for the type you want to set, for example **Titles** or **SEO title & meta**.
  </Step>

  <Step title="Open the dropdown">
    It lists every prompt in your project that matches that enrichment type.
  </Step>

  <Step title="Choose a prompt">
    Select the prompt your team should use by default. To clear a default, set the dropdown back to **No default**.
  </Step>
</Steps>

<Tip>
  Set defaults once and your whole team enriches with the same voice. A catalog manager no longer has to remember which prompt to pick for descriptions versus SEO metadata. The correct one is already selected.
</Tip>

## Where your defaults show up

A default you set here does two things across the app:

* **Preselected in the Enrich modal.** When anyone opens the Enrich modal for a product or a selection, the prompt for that enrichment type is already chosen. They can still switch to a different prompt for that single run. Your default is a starting point, not a lock.
* **Used by Auto-Fill.** Auto-Fill fills gaps in a product using your defaults, so it writes the missing description, titles, attributes, or SEO metadata with the exact prompts you picked here. No prompt selection step required.

<Tip>
  Because the Enrich modal only **preselects** your default, power users keep full freedom. The default removes the routine choice without taking away control.
</Tip>

## Save your changes

Change any dropdown on this page and a save bar appears at the bottom right:

* **Save changes**: stores your default prompts on the project.
* **Reset**: reverts every dropdown to the last saved state.

Until you save, nothing is applied. A short toast confirms once your defaults are stored.

The prompts you choose from here come from your **Prompt Library**. If you need a new prompt for a type, build it there first. The page includes an **Open Prompt Library** shortcut so you can jump straight over, create the prompt, and come back to set it as the default.

## Related

<CardGroup cols={2}>
  <Card title="Enriching products" icon="wand-sparkles" href="/en/essentials/enriching-products">
    See how the Enrich modal and Auto-Fill use the defaults you set here.
  </Card>

  <Card title="Prompt Library" icon="book" href="/en/essentials/prompt-library">
    Create and manage the prompts that appear in each enrichment dropdown.
  </Card>

  <Card title="Prompt Lab" icon="flask-conical" href="/en/essentials/prompt-lab">
    Draft and test prompts before adding them to your library.
  </Card>

  <Card title="Settings Overview" icon="settings" href="/en/settings/overview">
    Browse every personal and project setting in one place.
  </Card>
</CardGroup>
