# XP and Level Gating

XP and level gating works the same way as [token gating](/buenoverse/player-management/token-gating.md). The difference is that a player can get access to certain interactions by checking if a player has a certain level, or amount of XP. This feature only applies to interactions.

Token, item and XP gating are combinable! So only players with token X, item X and ‘…’ XP can do certain things. This makes gating a powerful tool for creating experiences in the Buenoverse.

To set permissions for XP and level gating, just pick XP from the drop down menu and add the amount XP or level players should have. In the example below, anyone with level 2 and 50XP can use the interaction.

<figure><img src="/files/5QadEuxXlh0dahKSnJkk" alt=""><figcaption><p>XP and level gating options</p></figcaption></figure>

To learn more about XP and leveling systems (and see them in action!) watch the tutorial video below:

{% embed url="<https://www.youtube.com/watch?v=EnBYyRKGXAE>" %}


---

# 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.bueno.art/buenoverse/player-management/xp-and-level-gating.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.
