# Prompts

Prompts tell the AI how to behave. The Prompt Manager lets you browse built-in domain prompts, create your own, and mark prompts as QuickLauncher shortcuts.

**Accessing the Prompt Manager**

Open the plugin **Settings** dialogueue and switch to the **Prompts** tab.

<figure><img src="/files/zeRXXygapa06TZJDU3Gg" alt=""><figcaption></figcaption></figure>

**Active prompt**

Right-click any translation prompt in the tree and choose **Set as active prompt for this project** to designate it as the active prompt. The active prompt is shown with a pin icon and bold blue text. It is used by [memory bank Quick Add](/help/features/ai-assistant/super-memory/quick-add.md) when appending terminology, and is auto-selected in the [Batch Translate](/help/features/batch-operations/batch-translate.md) dropdown. The active prompt is saved [per project](/help/settings/project-settings.md).

**What's in this section**

* [**Built-in Prompts**](/help/settings/prompts/built-in-prompts.md) – the prompts that ship with the plugin, organised by category
* [**Prompt Variables**](/help/settings/prompts/prompt-variables.md) – placeholders you can use to make prompts context-aware (language, segment, project)
* [**Writing Custom Prompts**](/help/settings/prompts/writing-custom-prompts.md) – anatomy of a good prompt, worked examples, and tips
* [**QuickLauncher Shortcuts**](/help/settings/prompts/quicklauncher-shortcuts.md) – marking prompts as QuickLauncher items, keyboard shortcuts (Ctrl+Alt+1-0), and reordering
* [**Organising Prompts**](/help/settings/prompts/organising-prompts.md) – folders, drag-and-drop, and the prompt library structure
* [**Prompt File Format**](/help/settings/prompts/prompt-file-format.md) – the `.svprompt` format, YAML fields, and creating/editing/deleting prompts

**See Also**

* [AutoPrompt](/help/features/batch-operations/generate-prompt.md)
* [QuickLauncher](/help/features/quicklauncher.md)
* [AI Settings](/help/settings/ai-settings.md)
* [Batch Translate](/help/features/batch-operations/batch-translate.md)
* [AI Proofreader](/help/features/batch-operations/ai-proofreader.md)
* [SuperMemory](/help/features/ai-assistant/super-memory.md)
* [Keyboard Shortcuts](/help/reference/keyboard-shortcuts.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://supervertaler.gitbook.io/help/settings/prompts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
