# Entitlements

Entitlements are a common concept in the games industry, used to refer to content that a player has access to rather than fully owns. A player’s entitlement to content means they have the right to use it, but this access can be revoked if necessary, as they do not hold ownership rights. LootLocker’s Entitlements system enables you to track all purchases a player has made and review the status of any purchase attempts. This system can also be used to display a purchase history to players, meeting requirements from certain First Party platforms for visible transaction records.

### How-to

* [Work with Entitlements In-Game](https://docs.lootlocker.com/commerce/entitlements/how-to/work-with-entitlements)


---

# 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.lootlocker.com/commerce/entitlements.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.
