# Configuration

The configuration is found at **.../plugins/PlaceholderAPI/config.yml** under the **gradient2** section

### ⚙️ Settings

```yaml
reset-formatting-afterwards: true
```

{% hint style="info" %}
**true** -> Converted text gets the reset modifier (like "**\&r**") appended to it at the end to remove formatting
{% endhint %}

### [➕](https://emojipedia.org/plus/) Add your own preset

```yaml
presets:
  template:
    colors: ''
    style: ''
```

{% hint style="warning" %}
The name of the preset (in this case **template**) must **not** have any underscore characters (**\_**), otherwise you might not be able to use it
{% endhint %}

{% hint style="info" %}
The **colors** value (hex codes) must be separated with a comma (**,**), for example:

<pre class="language-yaml"><code class="lang-yaml"><strong>colors: '#FFFFFF,#808080' 
</strong></code></pre>

and follow the same hex color code pattern (no mix and match), for example:

```yaml
colors: '&#FFFFFF,#808080' # This doesn't work and will cause errors
```

\
This field **cannot** be left empty.
{% endhint %}

{% hint style="info" %}
The **style** value (formatting/modifiers) must be separated with a comma (**,**), for example:

```yaml
style: 'l,o,n'
```

\
This field **can** be left empty (no formatting will be used)
{% endhint %}


---

# 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://docs.aeonxd.xyz/expansions/gradient2/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.
