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

# Navigation

> How the Centrale back-office and the Caisse till are laid out, and where to find each capability.

Solya POS ships two apps. This page maps each one so you know where to click.

## The Centrale (back-office)

The Centrale runs in the browser at head office. A left sidebar groups the
back-office capabilities; the working area on the right shows lists, detail
panels and forms for whatever you select.

<CardGroup cols={2}>
  <Card title="Dashboard" icon="gauge" href="/en/centrale/overview">
    KPIs, revenue trend, top products, sales by store and fleet health.
  </Card>

  <Card title="Catalogue & pricing" icon="tags" href="/en/centrale/catalogue">
    Products, brands, taxonomy, kits, store pricing and markdowns.
  </Card>

  <Card title="Stock & supply" icon="boxes-stacked" href="/en/centrale/stock-inventaire">
    Inventory, cycle counts, transfers, orders (OMS) and procurement.
  </Card>

  <Card title="Customers & loyalty" icon="users" href="/en/centrale/clients">
    Customer directory, segments, loyalty, gift cards and quotes.
  </Card>

  <Card title="Marketing" icon="bullhorn" href="/en/centrale/promotions-coupons">
    Promotions, coupons and outbound campaigns.
  </Card>

  <Card title="Finance & reporting" icon="chart-line" href="/en/centrale/finance">
    Network finance, deposits, fiscal exports and reports.
  </Card>

  <Card title="Network & team" icon="sitemap" href="/en/centrale/magasins-regions-flotte">
    Stores, regions, device fleet and team.
  </Card>

  <Card title="System" icon="gear" href="/en/centrale/parametres">
    Settings, integrations and the AI assistant.
  </Card>
</CardGroup>

## The Caisse (till)

The Caisse runs in-store on the counter. The centre of the screen is the sale in
progress (the cart); the surrounding controls add items, apply the customer,
handle returns and take payment. The daily cash session frames the shift, from
opening float to close. The Caisse guides cover each screen in detail.

## Finding a specific action

Each Centrale guide follows the same shape:

<Steps>
  <Step title="What it is for">
    A short description of the business area.
  </Step>

  <Step title="Key screens and actions">
    The lists, panels and buttons you will use, matching what you see in the app.
  </Step>

  <Step title="In the API">
    The endpoints behind the screen, so an integration or an AI agent can do the
    same thing — cross-linked to the [API Reference](/en/developers/overview).
  </Step>
</Steps>

## Next

Read the [core concepts](/en/getting-started/concepts) for the shared vocabulary,
or open the [Centrale overview](/en/centrale/overview).
