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

# Integrations

> Connect your data in Nekt to BI tools, AI agents, and external APIs.

Once your data is organized in the Catalog, Integrations let you put it to work — in dashboards, AI agents, or any system that can query an API.

## AI

<CardGroup cols={3}>
  <Card title="Claude" icon="message-bot" href="./claude">
    Connect Claude to your data through Claude.ai or Claude Code.
  </Card>

  <Card title="Lovable" icon="wand-magic-sparkles" href="./lovable">
    Build apps with your Nekt data via MCP, Supabase, Google Sheets, or the Data API.
  </Card>

  <Card title="ChatGPT" icon="comments" href="./chatgpt">
    Connect ChatGPT to your data via OAuth.
  </Card>

  <Card title="OpenClaw" icon="claws" href="./openclaw">
    Connect OpenClaw to your data via MCP.
  </Card>

  <Card title="Codex" icon="terminal" href="./codex">
    Connect OpenAI Codex to your data via MCP from the CLI.
  </Card>
</CardGroup>

## APIs

<CardGroup cols={3}>
  <Card title="Data API" icon="database" href="./data-api">
    Query your data directly over HTTP using SQL.
  </Card>
</CardGroup>

## Visualizations

<CardGroup cols={3}>
  <Card title="Looker Studio" icon="chart-pie" href="./looker-studio">
    Connect directly to your data via BigQuery (Nekt Express / GCP) or Nekt's custom connector (AWS).
  </Card>

  <Card title="Power BI" icon="chart-bar" href="./power-bi">
    Build reports against your data using BigQuery (Nekt Express / GCP) or the ODBC connector (AWS).
  </Card>

  <Card title="Grafana" icon="chart-line" href="./grafana">
    Query your data via BigQuery or Athena and build operational dashboards.
  </Card>

  <Card title="Metabase" icon="table" href="./metabase">
    Self-serve analytics on your data with the BigQuery or Athena connector.
  </Card>

  <Card title="Tableau" icon="chart-scatter" href="./tableau">
    Connect Tableau to your data via BigQuery or the Amazon Athena connector.
  </Card>

  <Card title="Qlik Sense" icon="circle-nodes" href="./qlik-sense">
    Connect Qlik Sense to your data via BigQuery or the Amazon Athena connector.
  </Card>

  <Card title="Streamlit" icon="code" href="./streamlit">
    Build data apps with direct access to your tables using a scoped token.
  </Card>
</CardGroup>
