> 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/getting-started.md).

# Welcome to Rechat

{% embed url="<https://youtu.be/vMg5pgaNcG4?si=362xNhOvpZ4ejNi->" %}

### Welcome to Rechat

Welcome! These five quick setup steps will have you ready to work in Rechat in just a few minutes.

By the end of this guide, you'll have:

* ✅ Signed in to your account
* ✅ Completed your profile
* ✅ Connected your email and calendar
* ✅ Verified your MLS
* ✅ Installed the Rechat mobile app

***

### Before You Begin

Have these ready before you start:

* Your Rechat invitation email
* Your Google or Microsoft email credentials
* Your MLS ID or License Number

***

### Your Setup Checklist

#### ✅ Step 1 — Sign In

Access your Rechat account for the first time and learn how to reset your password if needed.

[**Start Here**](/guides/getting-started/how-do-i-log-into-my-rechat-account.md)

#### 👤 Step 2 — Complete Your Profile

Add your headshot, contact information, professional bio, email signature, and connect the integrations that power your account.

[**Complete your profile**](/guides/getting-started/set-up-your-account.md)

#### 📧 Step 3 — Connect Your Email & Calendar

Sync Google or Microsoft so Rechat can send email, manage your calendar, and keep your contacts up to date.

[**Connect Your Email & Calendar**](https://app.gitbook.com/o/-MRXZD3QCpbq2BMBtrmF/s/-MJZySovZjoLVT1XAonI/~/edit/~/changes/1211/guides/getting-started/set-up-your-account#step-5-connect-your-accounts)

#### 🏡 Step 4 — Verify Your MLS

Connect your MLS membership to unlock listing search, CMAs, Transactions (if applicable), and other MLS-powered features.

[**Verify Your MLS**](https://app.gitbook.com/o/-MRXZD3QCpbq2BMBtrmF/s/-MJZySovZjoLVT1XAonI/~/edit/~/changes/1211/guides/getting-started/set-up-your-account#verify-your-mls)

#### 📱 Step 5 — Get the Mobile App

Take Rechat with you so you can work from anywhere.

[**Download the Mobile App**](/guides/getting-started/rechat-mobile-apps.md)

***

### You're Ready!

Once you've completed these steps, you're ready to start using Rechat.

#### Next, explore:

* 👥 [People](/guides/crm.md)
* 📣 [Marketing](/guides/marketing.md)
* 🔍 [Search](/guides/searches-and-tours.md)
* 📄 [Transactions](/guides/deals.md)
* 🤖 [Lucy AI](/guides/lucy-your-ai-assistant.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/getting-started.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.
