# Placeholder (Core)

## Core

`%prime_coins%` - Coins des Spieler Anzeigen\
`%prime_onmins%` - Anzahl der Spielminuten\
`%prime_ontime_1%` - Spielzeit formatiert (4:36)\
`%prime_ontime_2%` - Spielzeit formatiert (4 Stunden 36 Minuten)\
`%prime_ontime_3%` - Spielzeit formatiert (4h 36m)\
`%prime_ontime_4%` - Spielzeit formatiert (4h)

## Clan (Nur mit BungeeSystem)

`%clan_name%` - Name des Clans\
`%clan_tag%` - Clantag\
`%clan_tag_formatted%` - Clantag mit `[]` wenn Clan != null\
`%clan_count%` - Anzahl der Clanmember

## Cloud (Nur mit CloudNet v2 und v3)

`%cloudgrouponline_[GROUPNAME]%` - Anzahl der Spieler auf einer Servergruppe/Task\
`%cloudserveronline_[SERVERNAME]%` - Anzahl der Spieler auf einem Server


---

# 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://wiki.primeapi.de/core-api/placeholder-core.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.
