# Placeholders

#### Placeholder List

1. **Cooldown Placeholder**\
   `%outpost_<outpostname>_cooldown%`\
   Returns the cooldown period (in seconds) for the specified outpost. This is useful for tracking wait times between uses.
2. **Name Placeholder**\
   `%outpost_<outpostname>_name%`\
   Retrieves the display name of the outpost. This name is typically used for identification in commands and user interfaces.
3. **Description Placeholder**\
   `%outpost_<outpostname>_description%`\
   Provides a brief description of the outpost. This can include information about its purpose, benefits, and any unique features.
4. **Claim Status Placeholder** (Only for KingdomsX)\
   `%outpost_<outpostname>_claim%`\
   Indicates which kingdom or player has claimed the outpost. This is particularly important for tracking control and ownership in-game.


---

# 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.anotherlevel.it/documentation/outposts/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.
