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

# Store

> Read the store, device, seller and cash-session directories for the till.

The **Store** screen (Magasin & caisses) is a read-only settings area with four
directory panels. It is distinct from checkout — it is where you look up how the store
is set up, not where you ring up a sale.

## The four directories

| Tab          | Shows                                                       | Source            |
| ------------ | ----------------------------------------------------------- | ----------------- |
| **Store**    | The stores                                                  | `GET /v1/stores`  |
| **Devices**  | The registers' devices — label, kind, register, link status | `GET /v1/fleet`   |
| **Sellers**  | Salespeople — identity, email, role                         | `GET /v1/team`    |
| **Sessions** | Cash sessions — register, date, open/closed                 | `GET /v1/finance` |

Each panel supports search. The directories are read live once the till is signed in;
otherwise they fall back to offline fixtures and upgrade in place to live data with no
change to the screen.

## Related

* [Daily cash session](/en/caisse/journee-caisse) — open and close the sessions listed
  here.
* [Peripherals](/en/caisse/peripheriques) — pair the devices listed here.
