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

# Integrations

> Connect Qwoty with your CRM, accounting, and business tools

{/* AUDIT NOTE: Integrations are at Settings → Developer → Integrations (/settings/integrations), NOT a standalone "Integrations" section. Confirmed available integrations: Google Chat, HubSpot, Microsoft Teams, Pennylane, Pipedrive, Slack, Stripe Invoice, Stripe Payment Link. No Salesforce, no ERP systems (NetSuite, SAP, Dynamics, Sage, Odoo). Guide card links retained as-is. */}

This section covers how to connect Qwoty with external systems like CRMs, accounting software, and other business tools. Learn how to configure, authenticate, and manage data sync between platforms.

## Reference

<CardGroup cols={2}>
  <Card title="Available integrations" icon="puzzle-piece" href="/developers/core-concepts/webhooks">
    Complete list of supported third-party platforms and their capabilities
  </Card>

  <Card title="Integration settings" icon="gear" href="/developers/core-concepts/webhooks">
    Configure authentication, field mapping, and sync preferences
  </Card>

  <Card title="Sync rules" icon="arrows-rotate" href="/developers/core-concepts/webhooks">
    Control when and how data flows between Qwoty and connected systems
  </Card>

  <Card title="Webhooks" icon="webhook" href="/developers/core-concepts/webhooks">
    Send real-time quote and order events to external endpoints
  </Card>
</CardGroup>

## Guides

<CardGroup cols={2}>
  <Card title="Connect a CRM" icon="handshake" href="/user-guide/settings/integrations/crm">
    Sync customers, opportunities, and quotes with Salesforce or HubSpot
  </Card>

  <Card title="Set up accounting sync" icon="file-invoice-dollar" href="/developers/core-concepts/webhooks">
    Push orders and invoices to QuickBooks, Xero, or NetSuite
  </Card>

  <Card title="Map custom fields" icon="table-columns" href="/developers/core-concepts/webhooks">
    Match Qwoty fields to your CRM or ERP schema
  </Card>

  <Card title="Troubleshoot sync errors" icon="triangle-exclamation" href="/developers/core-concepts/webhooks">
    Resolve common authentication and data sync issues
  </Card>
</CardGroup>
