# Color Codes

Help Command uses the IridiumColorAPI

To create a gradient:

```
"<GRADIENT:FF0000>White to Pink</GRADIENT:FFBEBE>"
```

To create a solid hex color:

```
"<SOLID:FF0080>Solid Colour!"
```

To create a rainbow:

```
"<RAINBOW1>THIS IS A REALLY COOL Rainbow</RAINBOW>"
```

To make a different shade of rainbow add a number to the end of RAINBOW. The number represents the saturation of the color:

```
 "<RAINBOW2>THIS IS A REALLY COOL Rainbow IN A DIFFERENT SHADE</RAINBOW>"
```


---

# 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://hcdocs.voidem.com/color-codes.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.
