> ## 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.

# Stores, regions & fleet

> Manage the store network, its regional grouping and the device fleet in the Solya POS Centrale.

This area is the network's org chart in data form: the **stores** that sell, the
**regions** that group them, and the **device fleet** (registers and peripherals)
they run.

## Stores

<Steps>
  <Step title="Store directory & hierarchy">
    The stores screen shows the directory and the organisational hierarchy of your
    network.
  </Step>

  <Step title="Onboard or edit a store">
    Create a store, edit its details, and deactivate it when it closes.
  </Step>
</Steps>

Stores are the anchor for [stock](/en/centrale/stock-inventaire),
[pricing](/en/centrale/prix-magasin), [transfers](/en/centrale/transferts) and
[finance](/en/centrale/finance).

## Regions

Regions group stores for roll-ups and reporting. They are reference data — the
regions screen presents the regional structure of the network.

## Fleet

The fleet is the set of registers and peripherals belonging to stores. The fleet
screen lists devices with their status (online / offline), so you can see the
network's till estate and onboard new devices.

## In the API

| Capability | Endpoints                                                                                          |
| ---------- | -------------------------------------------------------------------------------------------------- |
| Stores     | `GET/POST /v1/stores`, `GET/PUT /v1/stores/{storeId}`, `POST /v1/stores/{storeId}/deactivate`      |
| Regions    | `GET/POST /v1/regions`, `GET/PUT /v1/regions/{regionId}`, `POST /v1/regions/{regionId}/deactivate` |
| Fleet      | `GET/POST /v1/fleet`, `GET/PUT /v1/fleet/{deviceId}`                                               |

Store, region and fleet writes require the appropriate **manage** scope — see
[roles and permissions](/en/getting-started/roles-and-permissions). Full request
shapes are in the [API Reference](/en/developers/overview).
