# Listings Screen

The Listings Screen in the Browse Home Listings Feature Template utilizes our Location property type to display locations on a map and to take advantage of other geolocation functionality. Beyond that, the screen is made up of a list to beautifully display home listings available for rent.

## The Components

### **Map Component**

<figure><img src="/files/jcRlNtecsuJt5hhc97X4" alt="" width="563"><figcaption></figcaption></figure>

The Map Component requires a Google Maps API key. Without the API Key properly configured, when previewing the app, you will notice an error.

⚡ **Marker Action**

* Link Action to ‘Listing Detail’ Screen (from an individual marker on the map)

### List Component

<figure><img src="/files/AHNO46ey9sKBvPIRsJz2" alt="" width="563"><figcaption></figcaption></figure>

The List Component displays all relevant information at a glance for users to quickly scroll through. The information displayed can be controlled in the database.

All Listings in the database are shown in the list — there are no filters.

⚡ **List Actions**

* Link Action to ‘Listing Detail’ Screen


---

# 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://help.adalo.com/feature-templates/browse-home-listings/listings-screen.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.
