# Google Maps

It is pretty easy to import Epicollect5 data into Google Maps (by using [My Maps](https://www.google.com/mymaps))

Go to <https://www.google.com/mymaps> and log in with your Google Account.

Click on "+ CREATE A NEW MAP".

<figure><img src="/files/xKBSuCT8LxXX4Grsu47v" alt=""><figcaption></figcaption></figure>

On the new map, click on the import button.

![](/files/fP0xmuFpQq9rwhKDBVco)

Pick the `.csv` file with your downloaded data. ([How to download data?](/web-application/downloading-data.md)). Wait for the upload to complete.

![](/files/NpR0xHxu6hfG5cmrAB8a)

You will be asked to pick the latitude and longitude from your data set. Epicollect5 prepends "**lat\_**" and "**long\_**" to latitude and longitude columns respectively.

![](/files/J31rLPwhwN6X6j9q3ASw)

We are using the EC5 Demo Project for this example so we will pick "**lat\_3\_Where\_are\_you**" as the latitude and "**long\_3\_Where\_are\_you**" as the longitude.

|                                  |                                  |
| -------------------------------- | -------------------------------- |
| ![](/files/7pEvaTNENmBe7X3yAtoC) | ![](/files/cywsVnBMFwrIkE43hh6B) |

Now you will be asked to pick a column of your data set to be used as the title for the placemark. Epicollect5 conveniently has a "**title**" column assigned to each of your entries ([learn more about entry title](/formbuilder/title.md)) therefore that is an obvious choice.

![](/files/kYdaFp0IQaKNdtf4oUiS)After clicking on "Finish" your map will load. Isn't that awesome? [Learn more about My Maps.](https://support.google.com/mymaps/?hl=en#topic=)

![](/files/8e9dER5oxc18BVVtNfCZ)


---

# 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.epicollect.net/integrations/google-maps.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.
