# Experience

{% hint style="info" %}
Last updated: 2024/1/9
{% endhint %}

Here is the list of tables which are related to experience category:

<table><thead><tr><th width="78" align="center">ID</th><th width="177">Display Name</th><th width="228">Explanations</th><th align="center">Parameter A</th><th align="center">Parameter B</th></tr></thead><tbody><tr><td align="center">284</td><td>Reward player with experience points for level completion (singleplayer)</td><td>when this trigger is triggered, it will reward 200xp to the player. 1 time per day.</td><td align="center">-</td><td align="center">-</td></tr><tr><td align="center">285</td><td>Reward player-initiator with experience points for level completion (multiplayer)</td><td>same as above, but in multiplayer.</td><td align="center">-</td><td align="center">-</td></tr></tbody></table>


---

# 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://eaglepb2.gitbook.io/pb2-editor-manual/tables/trigger/experience.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.
