# Map Record

GridMate provides a component to display any location on Google Maps without leaving the record page. It supports Place and Street view.

In this tutorial, we will setup a Google Maps view of the account billing address. Below is a quick demo on how to configure the **GM - Google Map Record** component.

{% embed url="<https://youtu.be/5BpVlZ4QzjA>" %}
GM - Google Map Setup
{% endembed %}

Below is a quick demo of map component where the user can see the location of an account and navigate around without leaving the record page!

{% embed url="<https://youtu.be/q30o_mFT294>" %}
GM - Google Map Demo
{% endembed %}

{% hint style="info" %}
**Place Fields** property is ',' separated list of fields to build the address. It's not necessary the billing address fields.
{% endhint %}

{% hint style="info" %}
If the street view is not showing, [Enable Maps and Location Services](https://help.salesforce.com/s/articleView?id=sf.ls_provide_maps.htm\&type=5) to make sure content is displayed correctly."
{% endhint %}


---

# 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.gridmate.io/product-tour/map-record.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.
