# Prompt-Message

The `AnvilGUI.Prompt-Message` option specifies the message to be displayed on the Anvil GUI

#### Usage

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

```yaml
AnvilGUI:
  Prompt-Message: ''
```

In this example, no prompt message is provided.

#### Explanation

The `AnvilGUI.Prompt-Message` option allows you to define a message that provides guidance or instructions for users within the Anvil GUI. You can use this message to prompt users on what type of input is expected or guide them through the input process.

#### Example

To set a prompt message for the Anvil GUI, use the following configuration:

```yaml
AnvilGUI:
  Prompt-Message: 'Please enter your text here:'
```

This will display "Please enter your text here:" as the prompt message in the Anvil GUI.


---

# 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/anvil-ui/prompt-message.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.
