# Placeholders

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

| %vxcoinflip\_wins%           | Shows the total number of coinflip games the player has won.                         |
| ---------------------------- | ------------------------------------------------------------------------------------ |
| %vxcoinflip\_losses%         | Shows the total number of coinflip games the player has lost.                        |
| %vxcoinflip\_winrate%        | Shows the player's win rate as a formatted percentage (e.g., `50.0`).                |
| %vxcoinflip\_profit%         | Shows the player's total net profit from gambling.                                   |
| %vxcoinflip\_total\_lost%    | Shows the total amount of money the player has lost in coinflips.                    |
| %vxcoinflip\_total\_gambled% | Shows the total combined amount the player has wagered overall.                      |
| %vxcoinflip\_active\_games%  | Shows the total number of coinflip games currently waiting in the panel server-wide. |


---

# 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/vxcoinflip/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.
