> 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/deals-dashboard.md).

# Deal's Dashboard

<figure><img src="/files/9NQNVC8R2M3KPWekWjS8" alt="" width="472"><figcaption></figcaption></figure>

1. To access your deals dashboard, select **Transactions or the Money Icon** on your main navigation menu.&#x20;
2. Under the **Transactions** tab you’ll see a list of all of your listings and contracts.
3. Each deal is identified by the property address and is one row of information in the dashboard.
4. Hovering over critical date of a deal will display the entire timeline of that deal.&#x20;
5. You can search for your deals by address, MLS number, or a person’s name who was involved in the deal, such as an agent or a client name.&#x20;
6. You can sort deals by status or filter through them using the tabs on top.
7. All of your sold and terminated deals will be found under **Archive** tabs or by searching for them


---

# 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/deals-dashboard.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.
