# Files

The Files feature in LootLocker allows you to store files within a player’s profile, ideal for larger files that benefit from the speed and scalability of a content delivery network (CDN). For smaller data storage needs, we recommend using [Player Metadata](https://docs.lootlocker.com/shared-systems/metadata).

With Files, you can upload, update, download, and delete files via API or through the LootLocker Web Console. Each file requires a specified purpose upon upload, and files can be marked as private to restrict visibility from other players. The Files feature also supports up to five revisions per file, with the option to revert to previous versions via the Web Console.

### Use Cases

* Player Profile Picture
* Cloud Saves
* Screenshots

### How-to

* [Configure Files in Web Console](https://docs.lootlocker.com/players/files/how-to/manage-player-files)
* [Work with Files In-Game](https://docs.lootlocker.com/players/files/how-to/work-with-files)


---

# 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/players/files.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.
