# Listing Detail Screen

The Listing Detail Screen is where all the information about the house is going to be on full display — from images to more granular details with buttons that have been reserved for the creator to decide which actions to take. This screen contains a list component, buttons, text, and a map component to show off your available rentals or properties.

## New Components

### **List Component**

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

This is a list of all photos from the Listing Photos Collection and filtered to any photos that match the Current Listing.

⚡ **List Action**

* Update User > Selected Image > Listing Photo ID (this will control which image shows up on the Modal)
* Link Action to ‘Modal Image Gallery’ 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/listing-detail-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.
