# Address Autocomplete

To enable Address Autocomplete follow these steps:

1. Create Google API key: <https://developers.google.com/maps/documentation/javascript/get-api-key>
2. Enable Places API for this key
3. Make sure to restrict this key to your site url
4. Don't restrict the API restrictions:\
   &#x20;![](/files/vTpu6EgwSC3eXpEnU6KQ)
5. Copy and Paste this key in Breakdance Settings > API Keys > Google Maps API Key
6. Open Checkout page with Breakdance builder
7. On Checkout Wrapper - make sure that Address autocomplete is enabled:![](/files/Rcdr2WNQmNah9f2js2Rp)

{% embed url="<https://drive.google.com/file/d/1TjsZjLdkrVxm1PYp5Vo6_Ls5JoteJkn0/view?usp=sharing>" %}


---

# 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.woohoo.dance/elements/checkout/address-autocomplete.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.
