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

# AI assistant

> The in-app AI assistant in the Solya POS Centrale — ask questions and get help in natural language.

The **AI assistant** is an in-app chat that lets you ask questions and get help in
natural language, right inside the Centrale. It is designed to sit on top of the
same API that powers the rest of the back-office.

## What it is for

* Ask questions about the network and your data in plain language.
* Get help finding the right screen or action.

## Key screens and actions

<Steps>
  <Step title="Open the assistant">
    The assistant is a chat panel within the Centrale.
  </Step>

  <Step title="Ask a question">
    Type a question; the assistant responds in the conversation.
  </Step>
</Steps>

<Note>
  The assistant is an evolving surface. Because the whole POS API is **MCP-ready**,
  AI agents can operate the same capabilities the Centrale exposes — see the
  [agent / MCP guide](/en/developers/overview) in the Developers section.
</Note>

## In the API

| Capability     | Endpoints                 |
| -------------- | ------------------------- |
| Assistant chat | `POST /v1/assistant/chat` |

See the [Developers guides](/en/developers/overview) for the MCP agent surface and
the full [API Reference](/en/developers/overview).
