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

# Integrations

> Browse and manage outbound connectors that link Solya POS to external systems, from the Centrale.

**Integrations** is the catalogue of connectors that link Solya POS to external
systems — the outbound connectors a network turns on to send data elsewhere. The
Centrale is where you browse the catalogue and enable or configure a connector.

## What it is for

* Browse the available **connectors**.
* **Enable** or **disable** a connector.
* Read and update a connector's **configuration**.

## Key screens and actions

<Steps>
  <Step title="Browse connectors">
    The integrations screen lists connectors with their state (enabled /
    disabled).
  </Step>

  <Step title="Enable or disable">
    Turn a connector on or off.
  </Step>

  <Step title="Configure">
    Open a connector to read and update its settings.
  </Step>
</Steps>

<Note>
  The connector catalogue is an evolving surface. For building your own integration
  against the full API — rather than a pre-built connector — see the
  [Developers guides](/en/developers/overview).
</Note>

## In the API

| Capability       | Endpoints                                                                   |
| ---------------- | --------------------------------------------------------------------------- |
| List & detail    | `GET /v1/integrations`, `GET /v1/integrations/{key}`                        |
| Configure        | `PUT /v1/integrations/{key}`                                                |
| Enable / disable | `POST /v1/integrations/{key}/enable`, `POST /v1/integrations/{key}/disable` |

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