# PlaceholderAPI Support

## Placeholders

#### Introduction <a href="#introduction" id="introduction"></a>

***

Here you can find placeholds of TheTags plugin

<table data-header-hidden><thead><tr><th width="365"></th><th></th></tr></thead><tbody><tr><td>Placeholder</td><td>Description</td></tr><tr><td><code>%thetags_only_tag%</code></td><td>Useful if you want to use custom tag and normal tags, this placeholder will prioritize the custom tag.</td></tr><tr><td><code>%thetags_custom_tag%</code></td><td>This placeholder will only show you the <strong>CUSTOM</strong> tag you have in use.</td></tr><tr><td><code>%thetags_tag%</code></td><td>This placeholder will only show you the tag you have in use.</td></tr><tr><td><code>%thetags_title%</code></td><td>This placeholder will only show you the title of the equipped tag.</td></tr><tr><td><code>%thetags_identifier%</code></td><td>It will display the name of the tag (as the template is written).</td></tr><tr><td><code>%thetags_tokens%</code></td><td>It will show the number of tokens you have.</td></tr><tr><td><code>%thetags_next_token%</code></td><td>It will show you the formatted time to receive another exchange token.</td></tr><tr><td><code>%thetags_player_cooldown%</code></td><td>It will show you the formatted time before you can change the custom tag again.</td></tr><tr><td><code>%thetags_tag_priority%</code></td><td>Now you can get the priority of the label, it will return 0 if no priority is configured.</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/thetags/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.
