# Knowledge Base

- [Forminator Forms](https://saa.khadim.nz/kb/forminator-forms.md)
- [How to install and activate Simple Address Autocomplete plugin?](https://saa.khadim.nz/kb/how-to-install-and-activate-simple-address-autocomplete-plugin.md)
- [How to get coordinates?](https://saa.khadim.nz/kb/how-to-get-coordinates.md): This article will show a step by step guide on how to get location coordinates.
- [How to get Google Maps API key?](https://saa.khadim.nz/kb/how-to-get-google-maps-api-key.md): This article provides a step by step guide to get a Google Maps API key. It also provide details on how to activate the places API
- [Where to enter Google Maps API key?](https://saa.khadim.nz/kb/where-to-enter-google-maps-api-key.md)
- [How to find the field id?](https://saa.khadim.nz/kb/how-to-find-the-field-id.md): The following method to find field id can be used for any form in WordPress.
- [Where to enter field id?](https://saa.khadim.nz/kb/where-to-enter-field-id.md): The field id(s) can be entered in Simple Address Autocomplete settings page.
- [How to limit search to one or multiple countries?](https://saa.khadim.nz/kb/how-to-limit-search-to-one-country.md): This article will provide a step by step guide to limit search to one or multiple countries using Simple Address Autocomplete plugin.
- [How to enable browser geolocation?](https://saa.khadim.nz/kb/how-to-enable-browser-geolocation.md): This article provides a step by step guide to enable browser geolocation with Simple Address Autocomplete plugin.
- [How to add address autocomplete to Contact Form 7?](https://saa.khadim.nz/kb/how-to-add-address-autocomplete-to-contact-form-7.md): This article provides a detailed guide on how to add address autocomplete to Contact Form 7. It explains two methods, add it while creating a new form or adding it to an existing form.
- [New Zealand Local Citations List](https://saa.khadim.nz/kb/new-zealand-local-citations-list.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/kb.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.
