# Prompt-Prefix

The `Prompt-Prefix` option allows you to set a custom prefix for CommandPrompter's PluginMessenger.

#### Usage

You can configure the `Prompt-Prefix` by editing the "config.yml" file as follows:

```yaml
# Set the plugin prefix
Prompt-Prefix: '[&3Prompter&r] '
```

In this example, the prefix is set to `[&3Prompter&r]`.

#### Explanation

The `Prompt-Prefix` is a string that appears before prompts when using the CommandPrompter plugin. It's customizable to match your server's branding or style.

#### Example

You can set the `Prompt-Prefix` to your server's name like this:

```yaml
Prompt-Prefix: '[&bMyServer&r] '
```

This will display prompts with the prefix "\[MyServer]".


---

# 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://cyr1en.gitbook.io/commandprompter/configuration/command-prompter-configuration/prompt-prefix.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.
