# Address Flows

The Address Flows skill can be used to ask a user for an address. The skill will perform an address lookup via Google Maps to validate whether or not it exists.

## How to install?

### Installing the package

Depending on your license, the Address Flows skill can be installed in the packages section of the platform.

Not all Smart Apps support the Address Flows skill. When they do however you can perform the following steps to install the skill to your App.

1. Go to packages
2. Click on Browse skills
3. Click on Address Flows
4. Click on Install

### Configuring the API key

For the lookup in Google Maps to work, you need an API key. An API key can be obtained by [following this guide](https://developers.google.com/maps/documentation/geocoding/get-api-key) <https://developers.google.com/maps/documentation/geocoding/get-api-key>.

Enter the generated API key in the 'Integrations - Secrets' section.

## How to use?

### In the Flow Designer

The Address Flows skill introduces a new Ask node to ask for a users' address:

* [Ask: Address](/studio/flows/nodes/ask-address.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://manuals.dialox.ai/store/skills/address-flows.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.
