# Custom-Title

The `AnvilGUI.Custom-Title` option allows you to set a custom title for the Anvil GUI if the title is enabled.

#### Usage

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

```yaml
AnvilGUI:
  Custom-Title: ''
```

In this example, no custom title is provided.

#### Explanation

The `AnvilGUI.Custom-Title` option enables you to define a personalized title for the Anvil GUI when the title is enabled. You can use this feature to provide users with a more descriptive or engaging title that complements the prompt.

#### Example

To set a custom title for the Anvil GUI, use the following configuration:

```yaml
AnvilGUI:
  Custom-Title: 'Enter Your Text Here'
```

This will display "Enter Your Text Here" as the custom title in the Anvil GUI.
