# Prompts Configuration

The `prompt-config.yml` file contains various configuration options that allow customization and control over the prompts and user interfaces in the CommandPrompter plugin. This configuration file is essential for managing the behavior and appearance of different prompt-related features within the plugin. Below are the key configuration options available in the `prompt-config.yml` file:

* **Player UI:** Configures the visual aspects and behavior of the [Player UI Prompt](/commandprompter/prompts/player-ui-prompt.md).
* **Anvil UI:** Manages the settings related to [Anvil UI Prompt](/commandprompter/prompts/anvil-ui-prompt.md).
* **Chat Prompt:** Controls the settings for [Chat Prompt](/commandprompter/prompts/chat-prompt.md).
* **Sign UI:** Defines the configuration for the [Sign UI Prompt](/commandprompter/prompts/sign-ui-prompt.md).

{% hint style="info" %}
Input validation has it's own page here: [Input Validation](/commandprompter/features/input-validation.md)
{% endhint %}

For detailed information on each configuration option and its specific parameters, refer to the individual pages corresponding to each configuration option within the `prompt-config.yml` file.

***

Feel free to customize this overview based on your documentation requirements.


---

# 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/prompts-configuration.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.
