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

# Integrations

> Connect third-party services and understand how their data powers your dashboard

Integrations bring external data into Anymorph, enabling richer analytics and connecting your GEO efforts to real business outcomes. Each integration feeds specific data into specific dashboard pages.

## Available Integrations

### Google (Search Console + GA4)

The most important integration. A single Google OAuth connection can provide both Search Console and GA4 data.

**What Anymorph reads** (read-only access):

| Service                   | Data                                                                                             | Where it appears in Anymorph                                                                        |
| ------------------------- | ------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------- |
| **Google Search Console** | Indexing status, search impressions, clicks, average position, crawl errors, coverage            | [SEO](/dashboard/seo-health) (Keywords tab, Issues tab), [Performance](/dashboard/performance)      |
| **Google Analytics 4**    | Sessions, users, pageviews, traffic sources, device breakdown, geographic data, session duration | [Performance](/dashboard/performance) (GEO Pageviews, Traffic Sources, Device/Country, AI Referral) |

**How GSC data is used:**

* **Keywords tab** in SEO shows which search queries bring organic traffic, their position, search volume, and difficulty, helping you identify which keywords to target with GEO pages
* **Issues tab** surfaces crawl errors and coverage problems that may prevent AI engines from indexing your content
* **Performance dashboard** correlates organic search traffic with GEO page citations to measure real-world impact

**How GA4 data is used:**

* **GEO Pageviews chart** tracks daily pageviews on your published GEO pages, showing whether AI citations translate to actual traffic
* **Traffic Sources** breaks down where visitors come from, including AI engine referrals (ChatGPT, Perplexity, etc.)
* **Device/Country** shows the geographic and device profile of your GEO page visitors
* **AI Referral section** specifically tracks traffic that comes from AI engines via GA4 referral data, proving GEO ROI

<Tip>
  The AI Referral section in Performance is uniquely powerful. It shows direct evidence that AI engines are sending traffic to your pages, the clearest proof of GEO working.
</Tip>

**Connecting:**

1. Click **Connect** on the Google card
2. Sign in with the Google account that has access to your Search Console property and GA4
3. Grant read-only access
4. Anymorph detects which services are available and shows `GSC: Connected` and/or `GA4: Connected`

### Slack

Receive real-time notifications in your Slack workspace.

**What it does:**

* Sends alerts when new GEO page recommendations are generated
* Notifies when analysis completes
* Alerts on significant visibility changes

**Connecting:**

1. Click **Connect** on the Slack card
2. Select the Slack channel for notifications
3. Authorize the incoming webhook

### Notion

Import Notion pages and databases directly into your [Knowledge Base](/dashboard/knowledge-base).

**What it does:**

* Syncs selected Notion pages as Knowledge Base documents
* Auto-updates when Notion content changes
* Shows sync status with a page count badge

**How it's used:**

* Notion content becomes context for GEO page generation
* Product documentation, internal wikis, and brand guidelines can be synced without manual upload
* Sync status is tracked: "Syncing..." → "X pages synced" → "Completed"

<Note>
  Notion sync runs every 3 seconds during active sync and shows a progress indicator. You can manually trigger a sync with the "Sync Now" button.
</Note>

### Google Drive

Import documents from Google Drive into your Knowledge Base.

**What it does:**

* Browse and select documents from your Drive
* Imports PDFs, Docs, and Sheets as Knowledge Base content
* Read-only access. Anymorph never modifies your Drive files.

**How it's used:** Same as Notion. Imported content feeds into the GEO page generation pipeline as brand-specific context.

### Shopify / Cafe24 (Commerce)

For e-commerce brands, connect your product catalog.

**What it does:**

* Auto-imports product catalog (titles, descriptions, images, prices, categories, variants)
* Enables the [Shopping](/dashboard/shopping) dashboard for product-level AI visibility tracking
* Keeps product data in sync as your catalog changes

**How it's used:**

* Product data powers product-specific GEO page generation
* The Shopping dashboard shows which individual products AI engines mention
* Category-level visibility analysis identifies which product categories need more GEO content

## Data Flow Summary

```
Google GSC ──→ SEO (keywords, issues, coverage)
Google GA4 ──→ Performance (traffic, referrals, device/country)
Notion     ──→ Knowledge Base (docs for GEO page context)
Drive      ──→ Knowledge Base (docs for GEO page context)
Slack      ──→ Notifications (alerts, recommendations)
Shopify    ──→ Shopping dashboard + Commerce GEO pages
Cafe24     ──→ Shopping dashboard + Commerce GEO pages
```

## Managing Connections

### Connection Status

Each integration shows:

* **Account name/email**: Which account is connected
* **Connected date**: When the integration was set up
* **Status**: Active, error, or disconnected

### Disconnecting

1. Find the integration in the list
2. Click **Disconnect**
3. Confirm the action

<Note>
  Disconnecting stops future data syncing but does **not** delete historical data already imported. Knowledge Base documents from Notion/Drive remain available. Analytics data from GSC/GA4 remains visible for previously tracked periods.
</Note>

## Which Integrations Should You Connect?

<AccordionGroup>
  <Accordion title="Every workspace should connect: Google (GSC + GA4)">
    This is the single most impactful integration. Without it, your Performance dashboard has limited data and you can't measure the real-world traffic impact of your GEO pages. Connect this first.
  </Accordion>

  <Accordion title="If you have existing documentation: Notion or Google Drive">
    Instead of manually uploading documents to the Knowledge Base, connect Notion or Drive and let content sync automatically. This is especially valuable if your team maintains product docs, FAQs, or brand guidelines in these tools.
  </Accordion>

  <Accordion title="If you're an e-commerce brand: Shopify or Cafe24">
    Connecting your product catalog unlocks the Shopping dashboard and enables product-level GEO page generation. Without this, you can still use Anymorph but miss commerce-specific insights.
  </Accordion>

  <Accordion title="For team awareness: Slack">
    Optional but useful if multiple team members monitor AI visibility. Slack notifications keep everyone informed without requiring daily dashboard checks.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Performance" icon="chart-line" href="/dashboard/performance">
    Where GSC and GA4 data appears in your analytics.
  </Card>

  <Card title="Knowledge Base" icon="database" href="/dashboard/knowledge-base">
    Where Notion and Drive documents are imported.
  </Card>
</CardGroup>
