# Option 2: Get your Google Maps API Keys​

To make sure you can use the full feature set of MapsIndoors you'll need to enable these services.

* [<mark style="color:purple;">Maps JavaScript API</mark>](https://console.cloud.google.com/apis/library/maps-backend.googleapis.com)
* [<mark style="color:purple;">Google Maps Distance Matrix API</mark>](https://console.cloud.google.com/apis/library/distance-matrix-backend.googleapis.com)
* [<mark style="color:purple;">Google Maps Directions API</mark>](https://console.cloud.google.com/apis/library/directions-backend.googleapis.com)
* [<mark style="color:purple;">Google Places API Web Service</mark>](https://console.cloud.google.com/apis/library/places-backend.googleapis.com)

Then you need to create your Google Maps API key by following the link below:

* [<mark style="color:purple;">Create Google Maps API key</mark>](https://developers.google.com/maps/documentation/javascript/get-api-key)

If you apply restrictions to your key, remember to include the Google services listed above.


---

# 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.mapsindoors.com/sdks-and-frameworks/web/tutorial/getting-started/map-engine-provider/option-2-get-your-google-maps-api-keys.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.
