# PlaceholderAPI Support

## Placeholders

Here you can find placeholds of TheGlow plugin

***

### **Rewards:** <a href="#introduction" id="introduction"></a>

<table data-header-hidden><thead><tr><th width="285"></th><th></th></tr></thead><tbody><tr><td>Placeholder</td><td>Description</td></tr><tr><td><code>%theglow_glow_state%</code></td><td>You can get the status of the player's equipped glow, it will return true or false.</td></tr><tr><td><code>%theglow_glow_id%</code></td><td>You will be able to obtain the id of the equipped glow</td></tr><tr><td><code>%theglow_glow_colors%</code></td><td>If your glow contains more than one color, you can use this method to obtain a list of all the colors</td></tr><tr><td><code>%theglow_glow_color%</code></td><td>This will return the color you have equipped e.g. &#x26;c &#x26;a &#x26;2 and above.</td></tr></tbody></table>


---

# 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.xshyo.us/free-plugins/theglow/placeholderapi-support.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.
