# Placeholders

### List of placeholders:﻿ <a href="#list-of-placeholders" id="list-of-placeholders"></a>

<table data-header-hidden><thead><tr><th width="454.999755859375">Placeholder</th><th width="195.3333740234375">Description</th><th>Example Output</th></tr></thead><tbody><tr><td>%vxchatgames_next%</td><td>Seconds until the very next game.</td><td>1:15</td></tr><tr><td>%vxchatgames_total_wins%</td><td>Total wins of player.</td><td>10</td></tr><tr><td>%vxchatgames_wins_&#x3C;GAME>%</td><td>Wins of player in specific game.</td><td>5</td></tr><tr><td>%vxchatgames_record_&#x3C;GAME>%</td><td>Best record time of player in sepcific game.</td><td>3.15</td></tr><tr><td>%vxchatgames_total_wins_formatted%</td><td>Total wins of player formatted.</td><td>10 wins</td></tr><tr><td>%vxchatgames_record_&#x3C;GAME>_formatted%</td><td>Best record of player in specific game, fromatted.</td><td>3.15</td></tr><tr><td>%vxchatgames_top_records_&#x3C;RANK>_&#x3C;GAME>_name%</td><td>Shows the name of player on leaderboard  who is &#x3C;RANK> place and in &#x3C;GAME> game.</td><td>Player</td></tr><tr><td>%vxchatgames_top_records_&#x3C;RANK>_&#x3C;GAME>_time%</td><td>Shows the name of player on leaderboard who is &#x3C;RANK> place and in &#x3C;GAME> game.</td><td>3.15</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://vortexstudio-1.gitbook.io/vortexstudio-docs/vxchatgames/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.
