# Home

## Get Started

Follow these steps to get you up and running.

1. [Install and activate ](https://saa.khadim.nz/kb/how-to-install-and-activate-simple-address-autocomplete-plugin)Simple Address Autocomplete plugin.
2. [Get a Google Maps API Key](https://saa.khadim.nz/kb/how-to-get-google-maps-api-key) and activate the required APIs.
3. Go to plugin settings under **Settings** > **Simple Autocomplete**
4. [Enter your API Key](https://saa.khadim.nz/kb/where-to-enter-google-maps-api-key) that you just got from Google Maps.
5. [Find the field id](https://saa.khadim.nz/kb/how-to-find-the-field-id) of the form.
6. [Enter the form ids](https://saa.khadim.nz/kb/where-to-enter-field-id) in Simple Address Autocomplete settings.
7. [Select the country](https://saa.khadim.nz/kb/how-to-limit-search-to-one-country) you want to limit the search to.
8. [Enable/disable browser geolocation](https://saa.khadim.nz/kb/how-to-enable-browser-geolocation) option. Please note, enabling browser geolocation only works if country option is set to Worldwide. [Read more here..](https://saa.khadim.nz/doc/browser-geolocation)
9. Save settings.
10. Voila, that field now has address autocomplete functionality. If you are having issues please see the FAQ below.

## Frequently Asked Questions

Below are most frequently asked questions.

### Can I limit the search to one country?

Yes. This plugin allows you to limit the search to one country or worldwide. It also support multiple countries.

### Does it work with any form?

Yes. The plugin works when any form including custom forms.

### Is it single line address or multi-line address autocomplete?

It is single line address autocomplete.

### Does it support WooCommerce?

It does not out of the box.&#x20;

### Can I add multiple autocomplete address to field on one page?

Yes. You can add as many as fields you like to a single page or form. Just keep adding field ids to the list.

### Is Google Maps API key free?

Google gives up to 100,000 maps queries per day which is more than enough for small to medium websites.&#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://saa.khadim.nz/master.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.
