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

# Integrations

> Connect Stripe for payments, Telegram and Claude for store management, and Google Analytics for traffic insights.

Quickshops integrates with the services you already use to get paid, understand your audience, and manage your store from the dashboard, your phone, or your favorite AI app.

## Available integrations

<CardGroup cols={2}>
  <Card title="Stripe" icon="credit-card" href="/integrations/payments">
    Accept cards, Apple Pay, and Google Pay. Required before customers can checkout.
  </Card>

  <Card title="Telegram" icon="send" href="/integrations/telegram">
    Manage your store by chat from your phone. **Pro** plan.
  </Card>

  <Card title="Claude & Cursor" icon="bot" href="/mcp/overview">
    Manage your store by chat from Claude Desktop or Cursor. **Pro** plan.
  </Card>

  <Card title="Google Analytics" icon="bar-chart-2" href="#google-analytics">
    Track storefront visits with your GA4 Measurement ID.
  </Card>
</CardGroup>

## Stripe (payments)

Stripe powers every checkout on your store. You connect your own Stripe account so payouts go directly to your bank.

* One-time product purchases
* Monthly and yearly subscriptions
* Automatic customer receipts from Stripe
* Refunds from your Stripe dashboard

[Set up Stripe →](/integrations/payments)

## Manage your store by chat

You have three options — pick what fits your workflow:

| Integration          | Where                | Plan | Setup                                                        |
| -------------------- | -------------------- | ---- | ------------------------------------------------------------ |
| **AI Chat**          | Quickshops dashboard | Free | Built in — open **AI Chat** and start typing                 |
| **Telegram**         | Your phone           | Pro  | [Connect in Settings → Integrations](/integrations/telegram) |
| **Claude or Cursor** | Desktop AI apps      | Pro  | [MCP setup](/mcp/connecting)                                 |

[Claude & Cursor setup →](/mcp/overview)

## Google Analytics

If you use Google Analytics 4, add your Measurement ID so Quickshops can track storefront traffic.

<Steps>
  <Step title="Get your Measurement ID">
    In [Google Analytics](https://analytics.google.com), open your property and copy the ID that starts with `G-`.
  </Step>

  <Step title="Add it in Quickshops">
    Go to **Settings → Integrations** and paste the ID into the Google Analytics field. Save your settings.
  </Step>
</Steps>

Analytics in your Quickshops dashboard (**Analytics** in the sidebar) shows sales-focused metrics even if you don't use GA4.

## What you don't need to configure

Quickshops handles payment webhooks and order processing automatically after Stripe is connected. You do **not** need to set up Stripe webhooks or write code for standard storefront selling.

<Note>
  Building a fully custom storefront with your own code? See the [Developers](/api/overview) section for the REST API and TypeScript SDK. Headless API access requires **Pro**.
</Note>
