# Your Locker

![Snake OS LOCKER app — equip skins, badges, PFPs](/files/r1MzySOShiPosQxo0BPq)

The Locker is your cosmetic inventory + equip center. Open with key **9** or the LOCKER home icon.

## What Lives in the Locker

* All **market items** you own (skins, arenas, badges, powerups, packs, pfps)
* All **free starter items** everyone gets
* All **achievement-unlocked cosmetics** (e.g., DIAMOND ELO badge)
* For BETA testers: **every market item granted free during beta**

## Categories (Tabs)

| Tab            | What                                                       |
| -------------- | ---------------------------------------------------------- |
| **PFP**        | Profile pictures — pick which avatar shows in friends/chat |
| **SKIN**       | Snake appearance                                           |
| **THEME**      | (Future) Phone shell themes                                |
| **BACKGROUND** | Game arenas                                                |
| **BADGE**      | Profile flair badge (1 active)                             |
| **ITEM**       | Powerups (up to 4 active)                                  |

## What "Owned" Means

An item is yours if it appears in:

* `market_purchases` (you bought it OR were beta-granted it)
* A purchased pack that included it

Ownership is enforced server-side on equip — you can't equip an item you don't own, even if you tamper with the client.


---

# 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.snake-os.com/market-and-locker/overview-1.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.
