# Item Gating

Item gating works the same way as token gating. The difference is that a player can get access to certain interactions by checking if a player has item X in their inventory. 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.

Builders can item gate anywhere they see the permissions menu available. Item gating is particularly useful when creating quests and experiences in the Buenoverse.

For instance, if we want a player to only pick up item B if they already have item A in their inventory. Or, talk to NPC A, only if they have item B in their inventory.

The permissions menu has a few settings builders can change. In the case of the example below, anyone with a raygun, can use this portal interaction. To select an inventory item to check for, press the edit icon.

{% hint style="info" %}
**Only objects that are defined as a ‘collectible’ show up in the item picker menu.**&#x20;
{% endhint %}

Builders can also select collectibles from other rooms by changing the url in the item picker menu.

<figure><img src="/files/P1n6P5UvQDNP749kqS8U" alt=""><figcaption><p>Item gate options</p></figcaption></figure>


---

# 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/item-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.
