> For the complete documentation index, see [llms.txt](https://docs.smaq.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smaq.io/documentation/connections.md).

# Connections

- [Overview](https://docs.smaq.io/documentation/connections/connections.md): Connect SMAQ to every ad platform, analytics tool, and database it supports. Each integration is a one-time setup that powers datablocks, dashboards, and automations forever after.
- [Google Analytics 4](https://docs.smaq.io/documentation/connections/ga4.md): Connect Google Analytics 4 for web and app analytics, ecommerce events, audience analysis, and channel performance.
- [Google Ads](https://docs.smaq.io/documentation/connections/google-ads.md): Connect Google Ads for paid search, display, YouTube, Demand Gen, and shopping campaign performance.
- [Google Search Console](https://docs.smaq.io/documentation/connections/google-search-console.md): Connect Google Search Console for organic search performance — impressions, clicks, position, and queries.
- [DV360](https://docs.smaq.io/documentation/connections/dv360.md): Connect Display & Video 360 for programmatic display, video, and audio campaign performance across the open web.
- [Facebook Ads](https://docs.smaq.io/documentation/connections/facebook-ads.md): Connect Meta (Facebook + Instagram) paid advertising. One Meta connection covers ad placements across Facebook, Instagram, Messenger, and the Audience Network.
- [Facebook Page](https://docs.smaq.io/documentation/connections/facebook-page.md): Connect a Facebook Page for organic post performance and audience insights — separate from paid Meta Ads.
- [Instagram](https://docs.smaq.io/documentation/connections/instagram.md): Connect an Instagram Business or Creator account for organic content performance, follower growth, and viral post monitoring.
- [Threads](https://docs.smaq.io/documentation/connections/threads.md): Connect Meta Threads for organic Threads content performance and engagement.
- [TikTok Ads](https://docs.smaq.io/documentation/connections/tiktok-ads.md): Connect TikTok for Business to track paid campaign performance, creative fatigue, and audience signals on TikTok.
- [LinkedIn Ads](https://docs.smaq.io/documentation/connections/linkedin-ads.md): Connect LinkedIn Ads for sponsored content, message ads, and InMail campaign performance — usually paired with B2B lead-gen reporting.
- [Apple Search Ads](https://docs.smaq.io/documentation/connections/apple-search-ads.md): Connect Apple Search Ads for iOS App Store campaign performance — search terms, keywords, and conversion events.
- [AppsFlyer](https://docs.smaq.io/documentation/connections/appsflyer.md): Connect AppsFlyer for mobile attribution — installs, events, and revenue across every ad source you track.
- [WooCommerce](https://docs.smaq.io/documentation/connections/woocommerce.md): Connect a WooCommerce store for order, product, and customer data — the open-source ecommerce counterpart to Shopify.
- [SQL databases](https://docs.smaq.io/documentation/connections/sql-databases.md): Connect SMAQ directly to a SQL database. Useful for first-party data, warehouse tables, and any data that doesn't live in an ad platform.
- [AWS RDS](https://docs.smaq.io/documentation/connections/sql-databases/aws-rds.md): Connect a PostgreSQL or MySQL database hosted on Amazon RDS — including the network and security setup SMAQ needs.
- [GCP Cloud SQL](https://docs.smaq.io/documentation/connections/sql-databases/gcp-cloud-sql.md): Connect a PostgreSQL or MySQL database hosted on GCP Cloud SQL.
- [Microsoft Azure SQL](https://docs.smaq.io/documentation/connections/sql-databases/microsoft-azure-sql.md): Connect a Microsoft Azure SQL Database (managed SQL Server) to SMAQ.
- [Custom endpoint](https://docs.smaq.io/documentation/connections/custom-endpoint.md): Connect any JSON HTTP endpoint to SMAQ — for in-house APIs, niche tools that don't have a native integration, or third-party services you already pay for.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.smaq.io/documentation/connections.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
