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

# Locations

Your **locations** are the individual places your business operates. Madison organises your reviews, posts, and reports around them, so it's worth keeping them accurate. Manage them under **Settings → Locations**.

{% hint style="info" %}
Madison currently works for locations across the **United States** and **Canada**.
{% endhint %}

## Add a location

{% stepper %}
{% step %}

#### Go to Settings → Locations

Open **Settings** and choose the **Locations** tab, then **Add location**.
{% endstep %}

{% step %}

#### Find it on Google, or enter it manually

**Find it on Google** (recommended) fills in the name, address, and website for you. Or select **Add location manually** and enter the details yourself, business name, street address, town/city, state/province, ZIP/postal code, and country.
{% endstep %}

{% step %}

#### Connect Google

Connect the location's Google Business Profile so reviews flow in. If Madison flags that it [isn't verified](/troubleshooting/cant-verify-listing.md), follow the steps there.
{% endstep %}
{% endstepper %}

## Manage a location

For each location you can set:

* **Assigned users**: who on your team works on it. Your Owner is always included. Owners and Admins can change who's assigned.
* **Auto-approve windows**: how long Madison waits before publishing approved social campaigns and review replies for you (1 to 5 days, or off).
* **Active or inactive**: switch a location off when it's not in use.

## Find newly added accounts

If you've added a new account on one of your connected integrations, such as a new Google location or Facebook Page, select **Refresh accounts** to check all your integrations and pull in anything new. Any new locations appear shortly.

{% hint style="success" %}
If you manage several locations, use the **location selector** at the top of the screen to switch between them anywhere in Madison.
{% endhint %}


---

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