> 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/readme.md).

# Help Center

<h2 align="center">What can we help you find?</h2>

<p align="center">Browse the topics below, or use the Assistant to ask anything.</p>

<p align="center"><button type="button" class="button primary" data-action="ask" data-icon="gitbook-assistant">Ask the Assistant</button><a href="mailto:support@meetmadison.ai" class="button secondary" data-icon="paper-plane">Contact support</a></p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-rocket" style="color:$primary;">:rocket:</i></h3></td><td><h4><strong>Getting started</strong></h4></td><td>Set up your account and connect your tools</td><td><a href="/pages/V9f24AvFFov9fx34yfkv">/pages/V9f24AvFFov9fx34yfkv</a></td></tr><tr><td><h3><i class="fa-bullhorn" style="color:$primary;">:bullhorn:</i></h3></td><td><h4><strong>What's new</strong></h4></td><td>The latest features and improvements</td><td><a href="/pages/VeitvUuCnlhGJ8GJfUBy">/pages/VeitvUuCnlhGJ8GJfUBy</a></td></tr><tr><td><h3><i class="fa-star" style="color:$primary;">:star:</i></h3></td><td><h4><strong>Reviews and reputation</strong></h4></td><td>Manage reviews and bring in more</td><td><a href="/pages/et9QWOWYnvynOeBZELvw">/pages/et9QWOWYnvynOeBZELvw</a></td></tr><tr><td><h3><i class="fa-location-dot" style="color:$primary;">:location-dot:</i></h3></td><td><h4><strong>Rank higher on Google</strong></h4></td><td>Optimise your listing and local ranking</td><td><a href="/pages/smk1wWyLsD4JnfDtbuSJ">/pages/smk1wWyLsD4JnfDtbuSJ</a></td></tr><tr><td><h3><i class="fa-thumbs-up" style="color:$primary;">:thumbs-up:</i></h3></td><td><h4><strong>Social</strong></h4></td><td>Plan, approve, and publish posts</td><td><a href="/pages/OD17dI7akl59oYZE05x6">/pages/OD17dI7akl59oYZE05x6</a></td></tr><tr><td><h3><i class="fa-chart-line" style="color:$primary;">:chart-line:</i></h3></td><td><h4><strong>Reports</strong></h4></td><td>Track how you're performing</td><td><a href="/pages/pV8t3BoK02IvP0vIqEKF">/pages/pV8t3BoK02IvP0vIqEKF</a></td></tr><tr><td><h3><i class="fa-gear" style="color:$primary;">:gear:</i></h3></td><td><h4><strong>Settings and billing</strong></h4></td><td>Locations, team, and your plan</td><td><a href="/pages/3P4LZdUJWH5Y3XM25jEz">/pages/3P4LZdUJWH5Y3XM25jEz</a></td></tr><tr><td><h3><i class="fa-wrench" style="color:$primary;">:wrench:</i></h3></td><td><h4><strong>Troubleshooting</strong></h4></td><td>Fix common issues</td><td><a href="/pages/ZSGY5ao8IAE44pxKfoDT">/pages/ZSGY5ao8IAE44pxKfoDT</a></td></tr></tbody></table>

## Popular articles

* [**Quickstart**](/getting-started/quickstart.md): get set up in a few minutes
* [**Responding to reviews**](/reputation/responding-to-reviews.md): review and approve on-brand draft replies
* [**Review requests**](/reputation/review-requests.md): ask customers for reviews
* [**Connect your integrations**](/getting-started/connect-your-integrations.md): link Google, Meta, and more
* [**Plan & billing**](/settings/billing.md): manage your plan and payment


---

# 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/readme.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.
