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

# Integrations overview

> Bring your chatbot to the channels and support tools your team already uses.

Integrations connect your chatbot to messaging channels and support
platforms. Set them up from **Integrations** in your chatbot's sidebar
(under **Advanced**); each card walks you through its own connection flow.

## Support platforms

Let the chatbot answer inside your help desk, and hand off to your agents
there:

<CardGroup cols={2}>
  <Card title="Zendesk Messaging" icon="headset" href="/docs/integrations/zendesk">
    Install SiteGPT as a Zendesk AI agent from the Zendesk Marketplace.
    One-click OAuth, no API keys. The recommended Zendesk path.
  </Card>

  <Card title="Zendesk (Legacy)" icon="headset" href="/docs/integrations/zendesk-legacy">
    The older API-key integration, for accounts that cannot use the
    Marketplace app yet.
  </Card>

  <Card title="Freshdesk Messaging" icon="comment-dots" href="/docs/integrations/freshdesk">
    Answer Freshdesk Messaging (formerly Freshchat) conversations with your
    chatbot and route to agents when needed.
  </Card>

  <Card title="Crisp" icon="comments" href="/docs/integrations/crisp">
    Use SiteGPT as the first responder in your Crisp inbox.
  </Card>

  <Card title="Zoho SalesIQ" icon="building" href="/docs/integrations/zoho">
    Run SiteGPT as a SalesIQ bot on sites that use Zoho's chat.
  </Card>
</CardGroup>

## Messaging channels

Meet visitors where they already chat:

<CardGroup cols={2}>
  <Card title="Slack" icon="slack" href="/docs/integrations/slack">
    Chat with your bot in a Slack channel; great for internal knowledge
    bases and team self-service.
  </Card>

  <Card title="Facebook Messenger" icon="facebook" href="/docs/integrations/messenger">
    Answer your Facebook Page's messages automatically.
  </Card>

  <Card title="Google Chat" icon="google" href="/docs/integrations/google-chat">
    Bring the chatbot into your Google Workspace.
  </Card>
</CardGroup>

## Data sources are separate

Content connectors (Notion, Google Drive, Dropbox, OneDrive, Box, GitHub)
live under **Files & Data Sources**, not Integrations. See
[Add your content](/docs/content/files).

## Webhooks and API

If your platform is not listed, you can still connect it:

* [Webhooks](/docs/developers/webhooks) push messages, leads, and escalations to
  any endpoint as they happen.
* The [Agent API](/docs/api-reference/v2/getting-started) gives full programmatic
  access to conversations and settings.
