> 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/crm/contacts/adding-contacts/connect-to-lead-sources/connect-to-realtor.md).

# Realtor.com

{% hint style="warning" %}
You must be a **Realtor.com** **Connections℠ Plus** subscriber to get leads. If you are a subscriber and would like for your leads to funnel into Rechat, follow the outlined steps below. Learn more [here](https://support.realtor.com/s/article/Lead-Settings).
{% endhint %}

1. Find and select your name in the lower left corner.

   <figure><img src="/files/Ytu4rJr4w24ocPEPpdq9" alt=""><figcaption></figcaption></figure>
2. Select **My Settings**.

   <figure><img src="/files/Ui4aAIhlpU4lR8f7nl5c" alt=""><figcaption></figcaption></figure>
3. Find and select **Connected** **Accounts**.&#x20;

   <figure><img src="/files/jkGQRRGtEA0RRgHXq44k" alt=""><figcaption></figcaption></figure>
4. Select **Realtor.com**.&#x20;

   <figure><img src="/files/O1jwLOB0EHkbWCOnU4Hy" alt=""><figcaption></figcaption></figure>
5. Select **Connect Realtor.com account**.&#x20;

   <figure><img src="/files/o3pVxGqRsY4DzTzixG9d" alt=""><figcaption></figcaption></figure>
6. Copy the code Rechat generates by clicking the two boxes.&#x20;

   <figure><img src="/files/78LSrxS9tKwk1ptfUzC6" alt=""><figcaption></figcaption></figure>
7. Log into your Realtor.com Dashboard and select your profile icon.&#x20;

   <figure><img src="/files/tn8nyySUOMvKeudR6cgH" alt=""><figcaption></figcaption></figure>
8. Next, locate **Settings** > **Lead Settings.**

   <figure><img src="/files/sd0cyahsJztNXoLWywvv" alt=""><figcaption></figcaption></figure>
9. From the **Lead** **settings**, click the **Add** **Lead** **Delivery** **API** link.

   <figure><img src="/files/6v6em6YKLqFApRvGX4qc" alt=""><figcaption></figcaption></figure>
10. The next screen will contain information on the API, a link to the **Implementation** **Guide**, and a **drop-down** menu for the you to setup the connection.&#x20;

    <figure><img src="/files/FTOKv0F57OAH2ebKfZWu" alt=""><figcaption></figcaption></figure>
11. Select Rechat and enter the below information into the available fields. **\*Please note that all information being entered is case-sensitive.**

    * **Application:** <mark style="color:red;">Other Application</mark>
    * **Application URL:** <mark style="color:red;">api.rechat.com/leads/channels/realtor</mark>
    * **API Key:** <mark style="color:red;">ArealtorPass?</mark>
    * **Login Name:** <mark style="color:red;">Your API key provided by Rechat</mark>

    <figure><img src="/files/I1ShcMOwZj1ybXfq8XuR" alt=""><figcaption></figcaption></figure>
12. Select **Test Connection**.

    <figure><img src="/files/5Fkvjg7RZfTgPrjVn0K1" alt=""><figcaption></figcaption></figure>


---

# 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/crm/contacts/adding-contacts/connect-to-lead-sources/connect-to-realtor.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.
