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

> Connect SiteGPT with your favorite platforms and tools

SiteGPT integrates with popular messaging platforms and automation tools to bring your AI chatbot wherever your customers are.

## Available integrations

<Tabs>
  <Tab title="Messaging platforms" icon="message">
    Connect your chatbot to messaging platforms where your customers already communicate:

    <CardGroup cols={2}>
      <Card title="Slack" icon="slack" href="/integrations/slack">
        Deploy your chatbot in Slack workspaces for team support
      </Card>

      <Card title="Google Chat" icon="google" href="/integrations/google-chat">
        Integrate with Google Workspace for seamless team collaboration
      </Card>

      <Card title="Facebook Messenger" icon="facebook" href="/integrations/messenger">
        Reach customers on Facebook's messaging platform
      </Card>

      <Card title="Crisp" icon="comments" href="/integrations/crisp">
        Add AI support to your Crisp live chat
      </Card>

      <Card title="Freshdesk" icon="headset" href="/integrations/freshdesk">
        Enhance your Freshdesk support with AI responses
      </Card>

      <Card title="Freshchat" icon="message" href="/integrations/freshchat">
        Integrate AI support with Freshchat live chat
      </Card>

      <Card title="Zendesk" icon="ticket" href="/integrations/zendesk">
        One-click OAuth install as a Zendesk AI agent — no API keys, no webhooks
      </Card>

      <Card title="Zendesk (Legacy)" icon="ticket" href="/integrations/zendesk-legacy">
        Older API-key-based Zendesk integration — kept for existing installs
      </Card>

      <Card title="Zoho SalesIQ" icon="chart-line" href="/integrations/zoho">
        Add intelligent chat to your Zoho CRM
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Automation" icon="bolt">
    <Card title="Zapier" icon="bolt" href="/integrations/zapier">
      Connect SiteGPT with 5,000+ apps to automate workflows when messages are sent, conversations are escalated, or leads are captured
    </Card>
  </Tab>
</Tabs>

## How integrations work

<Steps>
  <Step title="Connect platform">
    Your chatbot becomes available on the connected platform
  </Step>

  <Step title="Users interact">
    Users can interact with your chatbot directly through that platform
  </Step>

  <Step title="Conversations sync">
    All conversations sync back to your SiteGPT dashboard
  </Step>

  <Step title="Maintain control">
    You maintain full control over your chatbot's behavior and responses
  </Step>
</Steps>

## Setting up integrations

<Steps>
  <Step title="Navigate to dashboard">
    Navigate to your chatbot dashboard
  </Step>

  <Step title="Open integrations">
    Go to **Integrations** in the sidebar
  </Step>

  <Step title="Select platform">
    Select the platform you want to connect
  </Step>

  <Step title="Follow instructions">
    Follow the platform-specific setup instructions
  </Step>

  <Step title="Test integration">
    Test the integration to ensure it's working correctly
  </Step>
</Steps>

## Managing integrations

You can manage your integrations from the Integrations page:

* View connection status
* Update integration settings
* Disconnect integrations you no longer need
* Monitor integration-specific analytics

## Next steps

<CardGroup cols={2}>
  <Card title="Slack integration" icon="slack" href="/integrations/slack">
    Connect your chatbot to Slack workspaces
  </Card>

  <Card title="Google Chat integration" icon="google" href="/integrations/google-chat">
    Deploy your chatbot in Google Chat
  </Card>

  <Card title="Messenger integration" icon="facebook" href="/integrations/messenger">
    Reach customers on Facebook Messenger
  </Card>

  <Card title="Zapier integration" icon="bolt" href="/integrations/zapier">
    Automate workflows with 5,000+ apps
  </Card>

  <Card title="Website integration" icon="code" href="/setup/integrating-with-your-website">
    Deploy your chatbot on your website
  </Card>

  <Card title="Webhooks" icon="webhook" href="/developers/webhooks">
    Build custom integrations with webhooks
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/getting-started">
    Integrate programmatically with our API
  </Card>

  <Card title="SDK documentation" icon="book" href="/developers/sdk">
    Use our JavaScript SDK for advanced features
  </Card>
</CardGroup>
