# Map

Using map content, you can show a specific location to the responder. This is commonly used in cases when displaying store locations for a specific service.

{% hint style="info" %}
Based on the preferences of the responder, you can show them the nearest store available using map content.
{% endhint %}

## Google maps API key

Map content is drawn directly from Google Maps. In order to display a map, you need to have a [**Google maps API key**](https://developers.google.com/maps/documentation/javascript/get-api-key)**.**

## Display settings&#x20;

Using a number from 1-20, where 1 shows you the largest area,  you can change the **Zoom level** to control how big the area you would like to show in the map is.&#x20;


---

# Agent Instructions: 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.formsort.com/adding-questions-and-content/content-reference/map-content.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.
