# Overview

In LootLocker, Content Management serves as the central hub for managing all your game’s content across platforms. With Content Management, you can organize, edit, and maintain everything from cosmetics, game configurations, and loot boxes to user-generated content (UGC), all in one place.

The following Content Management features are available in LootLocker:

* [Assets](/content/working-with-assets.md): Manage and configure in-game items and game configurations.
* [Loot Box (Asset)](/content/working-with-assets/how-to/rarity-assets.md): Create loot boxes containing randomized items.
* [Drop Table (Asset)](/content/working-with-assets/how-to/create-a-drop-table.md): Define probability-based item drops.
* [Rental (Asset)](/content/working-with-assets/how-to/rental-assets.md): Enable time-based access to assets, allowing players to rent items for a specific period.
* [Game Config (Asset)](/content/working-with-assets/how-to/use-an-asset-to-distribute-a-custom-game-config.md): Tweak gameplay or game data dynamically while the game is live.
* [Squire](broken://pages/cTeQ0GAw9pKN3qKObw6Q): Squire is a Discord bot that connects your Discord community directly to your game using LootLocker.
* [Twitch Drops](/content/twitch-drops.md): Twitch Drops makes it easy to reward your players for watching your game on Twitch.
* [User Generated Content (UGC)](/content/ugc-overview.md): Allow players to create, share, and interact with user-generated content, while providing moderation and curation tools through the web console.


---

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