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

# Concepts

> Core ideas behind Fire spark — how merchants, stores, channels, menus, and orders fit together.

Fire spark models your operation as a **merchant** connected to sales channels. Menus are rooted in your POS or RMS and **composed per context** (channel, store, fulfillment, schedule); orders flow back. These concepts are the vocabulary commercial and marketing teams share with product and operations.

## How the pieces connect

```
Merchant
├── Stores          (where you operate)
├── Channels        (where customers order)
├── Menus           (what you sell)
│   ├── Categories
│   └── Products
├── Orders          (what customers bought)
└── Fulfillment     (how orders complete)

Brands — optional, for merchants running multiple brands
CMS — optional, structured marketing content per entity
```

Most merchants start with **stores**, **channels**, and **menus**. **Brands** only matter when one legal entity sells under more than one brand name.

<CardGroup cols={2}>
  <Card title="Stores" icon="store" href="/docs/concepts/stores">
    Physical locations tied to your operation
  </Card>

  <Card title="Channels" icon="monitor-smartphone" href="/docs/concepts/channels">
    App, web, kiosk, and aggregators
  </Card>

  <Card title="Menus" icon="utensils" href="/docs/concepts/menus">
    Catalog synced from your POS or RMS
  </Card>

  <Card title="Orders" icon="receipt" href="/docs/concepts/orders">
    Purchases across every channel
  </Card>

  <Card title="Categories" icon="list" href="/docs/concepts/categories">
    How menus are grouped for customers
  </Card>

  <Card title="Products" icon="drumstick" href="/docs/concepts/products">
    Items, pricing, modifier groups, and modifiers
  </Card>

  <Card title="Fulfillment" icon="truck" href="/docs/concepts/fulfillment">
    Pickup, delivery, and dine-in rules
  </Card>

  <Card title="Brands" icon="ribbon" href="/docs/concepts/brands">
    Multiple brands under one merchant (advanced)
  </Card>

  <Card title="CMS" icon="file-text" href="/docs/concepts/cms">
    Marketing templates for brands, stores, and catalog
  </Card>
</CardGroup>
