> 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/navigate-and-manage-your-deals.md).

# Navigate and Manage Your Deals

The agent-facing Transactions dashboard, labeled My deals, gives you one place to create, find, and manage your transactions.

<figure><img src="https://1031368632-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJZySovZjoLVT1XAonI%2Fuploads%2FrJpob10MGPh6YxGERVDO%2F2026-08-19_13-46-30.png?alt=media&amp;token=9608d858-ce76-40d7-b84f-55109c687f19" alt=""><figcaption></figcaption></figure>

### Open your Deals

1. Select **Transactions** from the main navigation.
2. Select **Transactions**.

The Deals you can see depend on your role, permissions, and involvement in each transaction.

### Search for a Deal

Use the search field to locate a Deal using available identifying information, such as its property address, MLS number, or agent name.

### Filter your Deals by status

Use the tabs above the Deal list to narrow the dashboard:

* **All Deals** displays all Deals currently available to you.
* **Draft** displays Deals saved in a draft status. This does not include an unfinished Deal-creation questionnaire.
* **Active** displays active transactions.
* **Pending** displays transactions that are under contract or otherwise pending.
* **Archive** displays completed, terminated, or archived Deals available to you.

Status definitions and availability may vary by brokerage.

### Understand the Deal list

Each row represents one Deal. Depending on your view, the table may include:

* Property address
* Deal status
* Price
* Critical dates
* Primary Agent

Select a row to open the complete Deal workspace.

### Create a Deal

Select **New Deal** to begin the guided Deal-creation questionnaire.

### Additional dashboard tools

Depending on your permissions and brokerage configuration, the dashboard may also include:

* **Export Deals** to export available Deal information.
* **Download Forms** to access available transaction forms.
* **Analytics** to view transaction reporting.
* **View** to adjust how Deals are displayed.

### Related articles

* [Create a Deal](/guides/deals/create-a-deal.md)
* [Understand Your Deal Workspace](/guides/deals/understand-your-deal-workspace.md)
* [Administering Transactions](/guides/deals/administering-transactions.md)


---

# 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/navigate-and-manage-your-deals.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.
