# add-on Placeholders

These variables can be used only if PlaceholderAPI is installed, for reference see [Integrations](/quests-add-on/get-started/installing-add-on/integrations.md#placeholderapi)

### Player Placeholders

Input: `%quests_remaining_challenges%`

Type: Integer

Output: The number of challenges remaining to complete.

### Quest Placeholders

{% hint style="warning" %}
It is necessary to replace \<quest\_id> with the quest ID.
{% endhint %}

Input: `%quests_<quest_id>_progress%`

Type: Integer

Output: The progress of the quest in flat numbers.

Input: `%quests_<quest_id>_required_progress%`

Type: Integer

Output: The required progress of the quest in flat numbers.

Input: `%quests_<quest_id>_progress_percentage%`

Type: Integer

Output: The progress of the quest in percetage.

### Challenge Placeholders

{% hint style="warning" %}
It is necessary to replace \<challenge\_id> with the challenge ID.
{% endhint %}

Input: `%quests_<challenge_id>_required_progress%`

Type: Integer

Output: The required progress of the challenge in flat numbers.


---

# 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://huh-docs.gitbook.io/quests-add-on/placeholderapi/add-on-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.
