> 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/rechat-mobile-apps.md).

# Getting the Rechat Mobile App

The Rechat mobile app gives you access to your contacts, listings, deals, marketing, and AI tools while you're away from your computer. Whether you're preparing for a showing, following up with a client, or creating marketing on the go, Rechat is always within reach.&#x20;

{% columns %}
{% column %} <a href="https://apps.apple.com/us/app/rechat/id974093560" class="button primary" data-icon="app-store-ios">Download the iPhone App</a>
{% endcolumn %}

{% column %} <a href="https://play.google.com/store/apps/details?id=com.rechat.mobile&#x26;hl=en_US" class="button primary" data-icon="google-play">Download the Android App</a>
{% endcolumn %}
{% endcolumns %}

### 📱 What You Can Do

With the Rechat mobile app, you can:

* Manage your contacts
* Search listings
* View and update transactions
* Create and share marketing
* Access Lucy AI
* Receive important notifications
* Stay connected while you're on the go
* & so much more!

### 🔑 Sign In

After installing the app:

1. Open Rechat.
2. Sign in using the same email address and password you use on the web.
3. If Multi-Factor Authentication is enabled, enter the verification code from your authenticator app.

### 🔔 Allow Notifications

We recommend allowing notifications when prompted.

Notifications help you stay informed about:

* Transaction updates
* Task reminders
* Client activity

You can update notification preferences at any time in your device settings.


---

# 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/rechat-mobile-apps.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.
