> ## Documentation Index
> Fetch the complete documentation index at: https://developers.lighton.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations

> Connect LightOn to the tools and data sources your team already uses.

Integrations let LightOn pull from systems where your documents already live, instead of asking you to upload them by hand. Set one up once and the workspace stays in sync: additions, updates, and deletions in the source flow through automatically on the next import.

## Datasources

Datasources sync a workspace to an external file store. The workspace becomes read-only on LightOn's side; the source system remains the single source of truth.

<Columns cols={2}>
  <Card title="Google Drive" icon="google-drive" href="/integrations/google-drive">
    Sync a workspace to a Google Drive folder via a service account.
  </Card>

  <Card title="Microsoft SharePoint" icon="microsoft" href="/integrations/microsoft-sharepoint">
    Sync a workspace to a SharePoint site using an Azure app registration.
  </Card>
</Columns>

Both datasources can be configured from the **console UI** (create a new workspace, then open it and choose to sync it from inside the workspace's settings) or via the API by issuing [`PATCH /api/v3/company/workspaces/{id}`](/api-reference/workspaces/update-a-company-workspace) with a `datasource` object. See each datasource's page for the credentials and filter criteria it expects.

## LLM Providers

LLM provider guides show how to combine LightOn retrieval with a hosted model to build RAG pipelines. LightOn handles search and ranking; the provider handles generation.

<Columns cols={2}>
  <Card title="Lyceum Serverless Inference" icon="bolt" href="/integrations/lyceum">
    Use LightOn search as the retrieval layer for vision-language and other models hosted on Lyceum.
  </Card>

  <Card title="Scaleway Generative APIs" icon="server" href="/integrations/scaleway">
    Use LightOn search as the retrieval layer for Llama, Mistral, and other models hosted on Scaleway.
  </Card>

  <Card title="OVHcloud AI Endpoints" icon="cloud" href="/integrations/ovh">
    Use LightOn search as the retrieval layer for Qwen, Mistral, Llama, and other models hosted on OVHcloud.
  </Card>

  <Card title="Inceptron" icon="microchip" href="/integrations/inceptron">
    Use LightOn search as the retrieval layer for Llama, Kimi, MiniMax, and other models hosted on Inceptron.
  </Card>
</Columns>
