# Cancel-Hover-Message

The `TextPrompt.Cancel-Hover-Message` option specifies the message to show when a player hovers over the clickable cancel message in the TextPrompt feature.

#### Usage

You can configure the `TextPrompt.Cancel-Hover-Message` by editing the "prompt-config.yml" file as follows:

```yaml
TextPrompt:
  Cancel-Hover-Message: '&7Click here to cancel command completion'
```

In this example, the hover message is set to "Click here to cancel command completion" in gray color.

#### Explanation

The `TextPrompt.Cancel-Hover-Message` option allows you to define the message that appears when a player hovers over the clickable cancel message. This message provides additional context or instruction to users regarding the functionality of the cancel option.

#### Example

To customize the hover message for the cancel option, use the following configuration:

```yaml
TextPrompt:
  Cancel-Hover-Message: '&7Press to end completion'
```

This will display "Press to end completion" in gray color when a player hovers over the clickable cancel message in the.


---

# 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/chat-prompt/cancel-hover-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.
