> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/database/location.md).

# Location

## Intro Video

{% embed url="<https://youtu.be/TY13idHv7Nc>" %}

## Guides

Use the guides below to build location features into your app!

{% content-ref url="/pages/QbNZS3kDkMeMtYe7l5ov" %}
[Getting Your Google API Key](/database/location/getting-your-google-api-key.md)
{% endcontent-ref %}

{% content-ref url="/pages/MdUuws7Wj0vLxvRf4iiK" %}
[The Location Property Type](/database/location/the-location-property-type.md)
{% endcontent-ref %}

{% content-ref url="/pages/z9bPyWtk75jeBEC5Odg3" %}
[Location in Forms and Inputs](/database/location/location-in-forms-and-inputs.md)
{% endcontent-ref %}

{% content-ref url="/pages/BqtsnjxuzaH6Iw21CQRQ" %}
[Location Magic Text and Formatting](/database/location/location-magic-text-and-formatting.md)
{% endcontent-ref %}

{% content-ref url="/pages/jAsI07YUlpQuHVusgqpa" %}
[Getting the User's Location](/database/location/getting-the-users-location.md)
{% endcontent-ref %}

{% content-ref url="/pages/ljY0mgfJTeRPQ9KEylnJ" %}
[Latitude, Longitude, and Special Formulas](/database/location/latitude-longitude-and-special-formulas.md)
{% endcontent-ref %}

{% content-ref url="/pages/CYA2DnUb3ltWkLLF1RwG" %}
[Comparing Locations](/database/location/comparing-locations.md)
{% endcontent-ref %}

{% content-ref url="/pages/drXPPuXmgttQaNI1Y3Mh" %}
[Start Maps Navigation in Your Adalo Apps Using Google Maps, Apple Maps, or Waze](/how-to/start-maps-navigation-in-your-adalo-apps-using-google-maps-apple-maps-or-waze.md)
{% endcontent-ref %}

{% content-ref url="/pages/XSMcEenm4lWoUqmUhDmb" %}
[Generating Map Previews in Your Adalo App Using the Google Static Maps API](/how-to/how-to-send-scheduled-push-notifications-1.md)
{% endcontent-ref %}

## Help

You can learn more on how to set up the Location feature in our [Location 101: Building A Gig Economy Delivery App (Think Uber, But Also AirBnB)](https://appacademy.adalo.com/course/geolocation-uber-airbnb)  and [Add Location To Your App: Airbnb in 25 Minutes](https://appacademy.adalo.com/course/airbnb-in-adalo) courses from [The Adalo App Academy](https://appacademy.adalo.com/homepage).&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.adalo.com/database/location.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
