# Setting Up Deals

As an Admin, setting up Deals correctly ensures your agents follow a structured workflow that matches your brokerage’s requirements. This includes statuses, contexts, checklists, and contacts.

**Best Practice Order:**

1. Build [**Checklists**](/appendix/brokerage-set-up/transaction-management-deals/setting-up-deals/creating-checklists.md)
2. Define [**Contexts**](/appendix/brokerage-set-up/transaction-management-deals/setting-up-deals/defining-contexts.md)
3. Configure [**Statuses**](/appendix/brokerage-set-up/transaction-management-deals/setting-up-deals/configuring-statuses.md)

### Preparation Before Setup

Before configuring Rechat:

1. **Office Discovery**
   * Each office should provide its **Property Types / Checklist Types**.
   * Examples: Resale, Residential Lease, Commercial, New Home, Lot/Land.
2. **Gather Checklists**
   * For each property type, gather the actual **forms and documents required**.
   * Mark items as **Required vs. Optional**.
   * Sample Template: <https://docs.google.com/spreadsheets/d/1K0bL6uH7tQ-9sZA647U8r_nH4UgGHmL1FB_Rmoh-0ec/edit#gid=502606576>
3. **Unify Where Possible**
   * Offices within the same MLS/association may be able to share the same checklists.
   * The goal should be consistency across regions unless local rules prevent it.

{% hint style="warning" %}
**Best Practice:** Start broad (unified checklists) and only customize locally when required.
{% endhint %}


---

# 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.rechat.com/appendix/brokerage-set-up/transaction-management-deals/setting-up-deals.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.
