# How To

- [Create & Configure an Asset](https://docs.lootlocker.com/content/working-with-assets/how-to/create-configure-asset.md)
- [Organize & Search for Assets](https://docs.lootlocker.com/content/working-with-assets/how-to/organize-search-asset.md)
- [Retrieve Assets In-Game](https://docs.lootlocker.com/content/working-with-assets/how-to/retrieve-assets-in-game.md)
- [Set up Asset Storage Template](https://docs.lootlocker.com/content/working-with-assets/how-to/set-up-asset-storage-templates.md)
- [Check Grant Notifications](https://docs.lootlocker.com/content/working-with-assets/how-to/check-grant-notifications.md)
- [Set up a Game Config Asset](https://docs.lootlocker.com/content/working-with-assets/how-to/use-an-asset-to-distribute-a-custom-game-config.md)
- [Create a Loot Box](https://docs.lootlocker.com/content/working-with-assets/how-to/rarity-assets.md)
- [Work with Loot Boxes In-Game](https://docs.lootlocker.com/content/working-with-assets/how-to/implement-loot-box-in-game.md)
- [Create a Drop Table](https://docs.lootlocker.com/content/working-with-assets/how-to/create-a-drop-table.md)
- [Work with Drop Tables In-Game](https://docs.lootlocker.com/content/working-with-assets/how-to/use-drop-table-in-game.md)
- [Create a Rental Asset](https://docs.lootlocker.com/content/working-with-assets/how-to/rental-assets.md)
- [Work with Rental Assets In-Game](https://docs.lootlocker.com/content/working-with-assets/how-to/use-rental-asset-in-game.md)


---

# 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/content/working-with-assets/how-to.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.
