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

# Settings

> Configure network-wide preferences and review the network overview in the Solya POS Centrale.

**Settings** is where network-wide preferences live, alongside a **network
overview** that rolls up the whole estate — banner, stores, registers and team —
into one place.

## What it is for

* Read and update network **preferences**.
* See the **network overview**: the banner, its stores and regions, the device
  fleet and the team, composed into a single pilotage view.

## Key screens and actions

<Steps>
  <Step title="Network overview">
    The overview composes live data from stores, fleet, brands and team into an
    enseigne → stores → registers → team roll-up, so you can see the shape of the
    network at a glance.
  </Step>

  <Step title="Preferences">
    The settings panel reads and updates network preferences.
  </Step>
</Steps>

<Note>
  The network overview is a **read composition** over the
  [stores, regions & fleet](/en/centrale/magasins-regions-flotte) and
  [team](/en/centrale/equipe) surfaces — the same records, gathered in one view.
</Note>

## In the API

| Capability           | Endpoints                                                           |
| -------------------- | ------------------------------------------------------------------- |
| Settings             | `GET/PUT /v1/settings`                                              |
| Overview composition | `GET /v1/stores`, `GET /v1/fleet`, `GET /v1/brands`, `GET /v1/team` |

See the [API Reference](/en/developers/overview) for full details.
