# Placeholder

| Identifier                              | Value returned                                 |
| --------------------------------------- | ---------------------------------------------- |
| %playtime\_seconds%                     | Seconds playtime of player                     |
| %playtime\_minutes%                     | Minutes playtime of player                     |
| %playtime\_hours%                       | Hours playtime of player                       |
| %playtime\_days%                        | Days playtime of player                        |
| %playtime\_seconds\_all%                | All seconds playtime of player                 |
| %playtime\_minutes\_all%                | All minutes playtime of player                 |
| %playtime\_hours\_all%                  | All hours playtime of player                   |
| %playtime\_days\_all%                   | All days playtime of player                    |
| %playtime\_leaderboard\_<1-10>\_name%   | Player name in leaderboard position            |
| %playtime\_leaderboard\_<1-10>\_format% | Player playtime in leaderboard position        |
| %playtime\_is\_afk%                     | True/False                                     |
| %playtime\_join%                        | Join date of player                            |
| %playtime\_join\_\<SimpleDateFormat>%   | Join date of player in format date in argument |


---

# 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.zachfr.com/plugin/playtime/placeholder.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.
