> 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/getting-started/quickstart.md).

# Quickstart

When you create your account, Madison guides you through setup step by step. This page explains what to expect along the way.

## Setting up

{% stepper %}
{% step %}

#### Create your account

Go to [app.meetmadison.ai/register](https://app.meetmadison.ai/register), or select **Sign up** from the login page. Continue with **Google** or your **email address**. See [signing in](/getting-started/signing-in.md) for more.
{% endstep %}

{% step %}

#### Add your locations

Add the business locations you want to manage. Start typing your business name and Madison finds it on Google, filling in the name and address for you. Can't find it? Select **Add location manually** and enter the name, address, and other details yourself.

{% hint style="success" %}
You can add more locations any time from **Settings → Locations**.
{% endhint %}
{% endstep %}

{% step %}

#### Choose a plan

Choose the plan that suits your business and enter your billing details. You can see or change your plan any time under **Settings → Plan & Billing**.
{% endstep %}

{% step %}

#### Add your details

Tell us your name and your business (organisation) name.
{% endstep %}

{% step %}

#### Book your onboarding call

Pick a time for a free 30-minute call. Our team will help you finish setting up and get the most from Madison. See [Book your onboarding call](/getting-started/onboarding-call.md).

The remaining steps are ones we can walk you through on that call, so feel free to leave them until then. Do them now to get going faster, wait for your call, or, if you're happy setting up on your own, skip the call (you can book it later from your dashboard, or contact support any time).
{% endstep %}

{% step %}

#### Connect your integrations

Connect the accounts Madison works with. During setup we focus on **Google** and **Meta** (Facebook and Instagram), because most businesses have them and they power a lot of Madison.

You don't have to connect both, and these aren't the only options - you can connect the [full set of integrations](/settings/integrations.md), including your CRMs, now or later instead. See [Connect your integrations](/getting-started/connect-your-integrations.md).
{% endstep %}

{% step %}

#### Invite your team

Add colleagues so they can help manage reviews, posts, and messages. See [Invite your team](/getting-started/invite-your-team.md).
{% endstep %}

{% step %}

#### Set your notifications

Choose what you'd like to be told about, and whether by **email** or **text**. Madison will always have the tasks you need to tackle ready and waiting for you on the **Home** screen.
{% endstep %}
{% endstepper %}

## You're all set

When setup is complete, you'll land on your **Home** screen: your to-do list of anything that needs you, like reviews to reply to or posts to approve. A few things to expect:

* **Give it a few minutes.** Madison imports your data from whatever you connected, so reviews, posts, and stats can take a little while to appear.
* **A quiet Home is normal.** If you're already up to date: say there are no reviews waiting, Home stays clear until your next review or bit of activity comes in.
* **Connected nothing yet?** There won't be anything to action. Connect more integrations when you're ready, or just wait for your onboarding call (book one if you haven't already).

## Next steps

* [**Connect more integrations**](/settings/integrations.md): add your CRMs and other tools
* [**Set up your first review request**](/reputation/review-requests.md): start bringing in more reviews


---

# 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/getting-started/quickstart.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.
