# 38 : Rewards

Rewards granted for completing a main- side- or hunt quest. Each reward is linked to one quest by its identifier.

### Examples

* Change the 3 contents of a reward.

### Notes

{% hint style="info" %}
The contents of a reward differ depending on if the quest was concluded or not. So if the player received reward 128, the contents of it will be different based on if quest 128 was concluded or not. The vanilla game only ever gives rewards for concluding a quest for the first time though.
{% endhint %}

{% hint style="info" %}
For more information about a reward, you can view the inventory content spreadsheet in [Resources](/the-insurgents-toolkit/getting-started/resources.md).
{% endhint %}


---

# 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://xeavin.gitbook.io/the-insurgents-toolkit/features/battlepack-editor/38-rewards.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.
