# Placeholders

<table data-full-width="true"><thead><tr><th width="480">Placeholder</th><th>Description</th></tr></thead><tbody><tr><td><code>%zkoth_world%</code></td><td>Current koth world</td></tr><tr><td><code>%zkoth_name%</code></td><td>Current koth name</td></tr><tr><td><code>%zkoth_min_x%</code></td><td>Current koth min X</td></tr><tr><td><code>%zkoth_min_y%</code></td><td>Current koth min Y</td></tr><tr><td><code>%zkoth_min_z%</code></td><td>Current koth min Z</td></tr><tr><td><code>%zkoth_max_x%</code></td><td>Current koth max X</td></tr><tr><td><code>%zkoth_max_y%</code></td><td>Current koth max Y</td></tr><tr><td><code>%zkoth_max_z%</code></td><td>Current koth max Z</td></tr><tr><td><code>%zkoth_center_x%</code></td><td>Current koth center X</td></tr><tr><td><code>%zkoth_center_y%</code></td><td>Current koth center Y</td></tr><tr><td><code>%zkoth_center_z%</code></td><td>Current koth center Z</td></tr><tr><td><code>%zkoth_spawn_seconds%</code></td><td>Current koth spawn seconds</td></tr><tr><td><code>%zkoth_spawn_format%</code></td><td>Current koth spawn seconds formatted</td></tr><tr><td><code>%zkoth_capture_seconds%</code></td><td>Current koth capture seconds</td></tr><tr><td><code>%zkoth_capture_format%</code></td><td>Current koth capture seconds formatted</td></tr><tr><td><code>%zkoth_capture_max_seconds%</code></td><td>Current koth max capture seconds</td></tr><tr><td><code>%zkoth_capture_max_formats%</code></td><td>Current koth max capture seconds formatted</td></tr><tr><td><code>%zkoth_score%</code></td><td>Score of player</td></tr><tr><td><code>%zkoth_score_player_&#x3C;position>%</code></td><td>Player name at position</td></tr><tr><td><code>%zkoth_score_points_&#x3C;position>%</code></td><td>Points at position</td></tr><tr><td><code>%zkoth_score_team_name_&#x3C;position>%</code></td><td>Team name at position</td></tr><tr><td><code>%zkoth_score_team_id_&#x3C;position>%</code></td><td>Team id at position</td></tr><tr><td><code>%zkoth_score_team_leader_&#x3C;position>%</code></td><td>Team leader name at position</td></tr><tr><td><code>%zkoth_player_name%</code></td><td>Current koth capture player name</td></tr><tr><td><code>%zkoth_team_name%</code></td><td>Current koth capture player team name</td></tr><tr><td><code>%zkoth_team_id%</code></td><td>Current koth capture player team id</td></tr><tr><td><code>%zkoth_team_leader%</code></td><td>Current koth capture player team leader name</td></tr><tr><td><code>%zkoth_active_&#x3C;koth name>%</code></td><td>Lets you know if a koth is active</td></tr><tr><td><code>%zkoth_cooldown_&#x3C;koth name>%</code></td><td>Lets you know if a koth is in cooldown</td></tr><tr><td><code>%zkoth_start_&#x3C;koth name>%</code></td><td>Lets you know if a koth is start</td></tr><tr><td><code>%zkoth_capture_progress_bar%</code></td><td>Displays a progressbar for koth capture</td></tr><tr><td><code>%zkoth_progress_bar_score_points_&#x3C;position>%</code></td><td>Points at position as a progress bar</td></tr><tr><td><code>%zkoth_progress_bar_score%</code></td><td>Score of player as a progress bar</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://zkoth.groupez.dev/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.
