> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rebottle.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Your Inventory

The Inventory dashboard shows exactly what's currently in your account across all operations, broken down into four categories.

Each operation has its own individual dashboard accessible from the home page. This shows operation specific inventory.

<CardGroup cols={2}>
  <Card icon="circle-question" title="Express Pool">
    Items that came in via Express orders and haven't been sorted yet. Waiting for you to use **Update Inventory** to classify them.
  </Card>

  <Card icon="circle-dot" title="Loose Items">
    You know the **material type** (plastics, cans, glass) but haven't assigned a distributor yet. Broken down by material type.
  </Card>

  <Card icon="circle-check" title="Ready Items">
    **Fully sorted** — material type and distributor known. Organized per distributor and ready for the next offload.
  </Card>

  <Card icon="circle-xmark" title="Non-Deposit Items">
    Containers with **no deposit value**. Tracked separately as they earn scrap value only, not a deposit payout.
  </Card>
</CardGroup>

### Why your numbers change

| Action                          | What changes                                       |
| :------------------------------ | :------------------------------------------------- |
| Log a Standard order            | Loose and/or Ready inventory goes up               |
| Log an Express order            | Express goes up                                    |
| Update Inventory (sort Express) | Express ↓, loose or ready goes up                  |
| Update Inventory (sort loose)   | Loose goes down, ready goes up                     |
| Convert to Non-Deposit          | Source pile ↓, non-deposit goes up                 |
| Offload                         | Ready/loose goes down — items leave your operation |
