# Google Maps API Key

The plugin uses Google Maps Places API to autocomplete address search on any WordPress form. The API is required for the plugin to function. Users can use existing Google Maps API Key (with Places API activated) or get a new one by following [How to get Google Maps API key](/kb/how-to-get-google-maps-api-key.md) help guide. The API gives 100,000 maps queries per day per account which is more than enough for small to medium websites.

{% hint style="info" %}
Google Maps API Key gives 100,000 maps queries per day.
{% endhint %}

The search returns two place types **'geocode'** and **'establishment'**. This should allow users to search both by street address i.e *'**123 street name'*** and establishment name i.e ***'The Awesome Cafe'*****.**

The API key is **not encrypted** and has input type of 'password'. This basically turns the content in the field into password dots. The best way to prevent misuse of API Key is to limit it to website domain name when creating one.

![](/files/-MPqjnM0zicFXJ0A7JYR)

## Related How to guides

* [How to get Google Maps API Key?](/kb/how-to-get-google-maps-api-key.md)


---

# 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://saa.khadim.nz/doc/google-maps-api-key.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.
