# Enchanted

The `AnvilGUI.Enchanted` option determines whether the item on the Anvil GUI should be displayed as enchanted.

#### Usage

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

```yaml
AnvilGUI:
  Enchanted: false
```

In this example, the item on the Anvil GUI is not displayed as enchanted.

#### Explanation

The `AnvilGUI.Enchanted` option allows you to control whether the item should appear as enchanted on the Anvil GUI. Enabling this option can add a visually enhanced effect to the item, providing a more distinct appearance for users.

#### Example

To display the item on the Anvil GUI as enchanted, use the following configuration:

```yaml
AnvilGUI:
  Enchanted: true
```

This will present the item on the Anvil GUI with an enchanted visual effect.


---

# 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/enchanted.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.
