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

# Inventory Overview

> The central hub for managing every item you own — from acquisition to sale.

## What is the Inventory Page?

The Inventory page is your full catalog. Every item you buy to resell gets logged here. You track each individual unit — its size, cost, status, and price — so you always know exactly what you have, what it's worth, and where it stands in your sales flow.

## What You Can Do

* Add new items with costs, sizes, and quantities
* Update item statuses as they move from Unlisted → Listed → Sold
* Set and update listed prices
* Filter by status, date, or search by name
* Edit any item's details through the detail panel
* View inventory-wide stats at a glance

## Inventory Sections

<CardGroup cols={2}>
  <Card title="Adding Items" icon="plus" href="/inventory/adding-items">
    How to log a new item with all its details and units.
  </Card>

  <Card title="Item Fields" icon="input-text" href="/inventory/item-fields">
    Every field explained — name, brand, cost, size, and more.
  </Card>

  <Card title="Item Statuses" icon="circle-dot" href="/inventory/item-statuses">
    What Unlisted, Listed, and Sold mean and when to use each.
  </Card>

  <Card title="The Detail Panel" icon="sidebar-flip" href="/inventory/detail-panel">
    How to edit items, update prices, and manage individual units.
  </Card>

  <Card title="Filtering" icon="filter" href="/inventory/filtering">
    How to filter and search your inventory table.
  </Card>

  <Card title="Inventory Stats" icon="chart-bar" href="/inventory/inventory-stats">
    The four stat cards above the table and what they mean.
  </Card>
</CardGroup>

## The Inventory Table

The table shows every item in your catalog. Each row is one item, with columns for:

| Column           | Description                     |
| ---------------- | ------------------------------- |
| **Item**         | Name and thumbnail              |
| **Size**         | The variant or size of the unit |
| **Cost**         | What you paid to acquire it     |
| **Listed Price** | Your current asking price       |
| **Status**       | Unlisted, Listed, or Sold       |
| **Date**         | When you acquired it            |

Click any row to open the **detail panel** on the right side, where you can edit all fields and manage individual units.
