# Placeholders

### Note placeholders are working from version 4.4.0 and on

#### The placeholders (PLACEHOLDERAPI)

Note all placeholders start with MCGSG\_\*placeholder\*

<table><thead><tr><th width="237">Placeholder</th><th>Result</th><th width="186">Example</th><th data-type="checkbox">Player based</th></tr></thead><tbody><tr><td>MCGSG_status_*streamerid*</td><td>Shows online / offline for streamer provided</td><td>MCGSG_status_mmuziek</td><td>false</td></tr><tr><td>MCGSG_hasdrops_*streamerid*</td><td>returns if it has drops enabled</td><td>MCGSG_hasdrops_mmuziek</td><td>false</td></tr><tr><td>MCGSG_channel_*streamerid*</td><td>returns channel url</td><td>MCGSG_channel_mmuziek</td><td>false</td></tr><tr><td>MCGSG_linked</td><td>returns if viewer is linked to a streamer</td><td>MCGSG_linked</td><td>true</td></tr><tr><td>MCGSG_followers</td><td>Returns followercount</td><td>MCGSG_followers</td><td>true</td></tr><tr><td>MCGSG_twitchnick</td><td>Returns linked twitch nick</td><td>MCGSG_twitchnick</td><td>true</td></tr><tr><td>MCGSG_hasclaim</td><td>Returns if user has rewards to claim</td><td>MCGSG_hasclaim</td><td>true</td></tr><tr><td>MCGSG_checksub</td><td>Returns subscription status for their linked channel</td><td>MCGSG_checksub</td><td>true</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.mcgsoft.eu/mcg-streamer-gui/placeholders.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.
