> For the complete documentation index, see [llms.txt](https://help.meetmadison.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.meetmadison.ai/settings/integrations.md).

# Integrations

An **integration** is a service connection - Google, Meta, Square, and so on. Each integration can contain one or more **accounts**: a specific Facebook Page, a Google Business Profile location, and so on, which you assign to your Madison locations after connecting. Connecting integrations is what lets Madison gather your reviews, publish your posts, send review requests, and build your reports.

Manage them under **Settings → Integrations**. For step-by-step connecting and disconnecting, see [Connect your integrations](/getting-started/connect-your-integrations.md).

## What you can connect

<details>

<summary>Reviews &#x26; listings</summary>

* **Google** (Google Business Profile) - reviews, your listing details, and performance data
* **Facebook** - your Facebook reviews (which Facebook calls Recommendations)
* **Tripadvisor** - traveller reviews
* **Expedia** - guest reviews and feedback
* **Booking.com** - guest reviews

</details>

<details>

<summary>Social</summary>

* **Facebook** and **Instagram** - connected together through **Meta**
* **LinkedIn**
* **X** (Twitter)

</details>

<details>

<summary>CRMs</summary>

These bring in your customers and can trigger review requests automatically:

* **Square**
* **Toast**
* **HubSpot**
* **Mariana Tek**
* **WorkCenter**

</details>

{% hint style="info" %}
**Facebook and Instagram come together through Meta.** One Meta connection brings in both: your reviews, posts, comments, and messages. See [Connect your integrations](/getting-started/connect-your-integrations.md) for how to connect Meta and the backup option.
{% endhint %}

## Multiple accounts per integration

After connecting a service, you assign each account within it to the Madison **location** it belongs to (or keep it at the organisation level) so your data lands in the right place. You can add more accounts to the same integration at any time.

## Keeping your integrations healthy

Madison syncs your accounts automatically in the background. You never press a button. It can take a little while for your data to first appear after connecting.

Each connection shows whether it's **healthy** or **needs attention**. Common things Madison will flag include a Facebook Page without messaging enabled, an Instagram account that isn't a Business account, or a Google listing that still needs verifying.

{% hint style="warning" %}
If a connection drops, Madison alerts your **Owner and Admins** by email (and text, if enabled) with a link to **Settings → Integrations**, where you can select **Reconnect**. Syncing resumes automatically once it's healthy again.
{% endhint %}

## Disconnecting

Removing an integration disconnects all of its accounts and stops Madison syncing their data. Your existing data stays in Madison; it just won't update until you reconnect.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.meetmadison.ai/settings/integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
