> For the complete documentation index, see [llms.txt](https://help.rechat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.rechat.com/guides/deals/7.-managing-listings-and-accepting-offers/manage-listing-photos.md).

# Manage Listing Photos

Within your deal you also have the ability to manage your photos so you have everything for your listing in one place.

## Steps

1. To manage photos you have to select the **Photo** tab on top of the page.  Any photos added to the deal will later be available to you when doing marketing for that particular deal.&#x20;
2. You can drag-and-drop your photos into your deal, or select **Upload**. You can add captions to them or drag them around to arrange their order.
3. If your office inputs your listings into the MLS system for you, or if the marketing team needs high quality photos of your listing, this is a great way to manage and share them with your office.

{% hint style="info" %}
**Tip**: You can select photos you want and then press download at the bottom of the page, which will then download a zip file for you with all of the selected photos, in the same order you had sorted them inside of your deal.
{% endhint %}

<br>

<figure><img src="/files/CLPddrNoujwbeHfRG3cE" alt=""><figcaption></figcaption></figure>


---

# 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.rechat.com/guides/deals/7.-managing-listings-and-accepting-offers/manage-listing-photos.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.
