> ## Documentation Index
> Fetch the complete documentation index at: https://wiki.another-horizon.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# Front

> Conecta el chat de Front para gestionar conversaciones de soporte al cliente.

Añade lo siguiente a tu archivo `docs.json` para incorporar un widget de [Front Chat](https://front.com).

<CodeGroup>
  ```json Opciones de integración en docs.json theme={null}
  "integrations": {
      "frontchat": "CHAT_ID"
  }
  ```

  ```json Ejemplo theme={null}
  "integrations": {
      "frontchat": "1365d046d7c023e9b030ce90d02d093a"
  }
  ```
</CodeGroup>
