# Address

The ***address*** element requires you to input an address and it gives you back the coordinates (longitude and latitude) of that location

While you type the address, MBurger will get Google Maps API and autocomplete the field

{% hint style="info" %}
you could use it to get the X/Y coordinates for your stores, offices, point of interests - such as museums, restaurants, parks, etc. - and show them on a map
{% endhint %}

Address element **properties**:

* **Required**: if selected, this element becomes required and cannot be left empty.


---

# 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://userguide.mburger.cloud/section-1/element-type/address.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.
