# Ignore MiniMessage

The `Ignore-MiniMessage` option allows users to configure whether CommandPrompter ignores MiniMessage syntax when parsing prompts.

#### Usage

You can customize the `Ignore-MiniMessage` option by editing the appropriate configuration file, typically named "config.yml" or similar, with the following:

```yaml
Ignore-MiniMessage: true
```

In this example, CommandPrompter is configured to ignore MiniMessage syntax.

#### Explanation

The `Ignore-MiniMessage` option ensures that CommandPrompter's parser does not mistake MiniMessage syntax for a prompt. This prevents conflicts and allows users to use both CommandPrompter and MiniMessage without interference.

#### Example

To disable the ignoring of MiniMessage syntax, set the configuration as follows:

```yaml
Ignore-MiniMessage: false
```

This will enable CommandPrompter to parse MiniMessage syntax along with prompts.


---

# 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/ignore-minimessage.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.
