# Realtor Profile

The Realtor Profile module is your customization center, allowing you to configure your AI assistant's behavior, appearance, and integration settings. This module transforms your generic chatbot into a personalized real estate assistant that represents your brand and connects seamlessly with your existing business systems.

<figure><img src="https://2760156511-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FstnWhTwl45rHLlLKTZYT%2Fuploads%2FH2Ap3x6C5YcERSV2Qi9H%2FScreenshot%202025-05-31%20at%204.18.50%E2%80%AFPM.png?alt=media&#x26;token=6baf6d58-2af9-4526-868e-7d8fd52a383d" alt=""><figcaption></figcaption></figure>

## Profile Module – Setup & Customization

The profile section of the Realty AI dashboard is where you configure essential settings to personalize and integrate your chatbot, Madison. Below is a breakdown of the key components you'll work with:

Your realtor profile serves as the central command center for your AI assistant, controlling everything from realtor information to advanced CRM integrations. The system automatically applies your profile settings across all client interactions, ensuring consistent branding and seamless contact collection.&#x20;

### Realtor Information Configuration

The profile  section manages your core business information that gets fed into Madison for context, providing:

#### Realtor Information Panel

* **Realtor Name** - Your name and other information.&#x20;
* **Brokerage Association** - Company affiliation (EXP, Century 21, etc.)
* **Service Location** - Primary market area (e.g., "Toronto")
* **Website** - Your business website URL
* **Calendar Link** - Link that Madison can refer people to book a meeting. &#x20;

<figure><img src="https://2760156511-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FstnWhTwl45rHLlLKTZYT%2Fuploads%2Fj1UkeuhxUiVMUG0LwsCH%2FScreenshot%202025-05-31%20at%204.19.21%E2%80%AFPM.png?alt=media&#x26;token=9a90f741-20ba-468b-8815-05cb017ce0fe" alt=""><figcaption></figcaption></figure>

### CRM Connection

Easily sync your leads with your CRM system.

To enable CRM integration:

1. Click **Connect CRM** in the CRM Connection section.
2. Follow the platform-specific instructions in the linked [**View Guide**](https://realty-ai.gitbook.io/realty-ai-support-docs/crm-integration).
3. Once connected, all qualified leads captured by Madison will automatically be sent to your CRM.

<figure><img src="https://2760156511-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FstnWhTwl45rHLlLKTZYT%2Fuploads%2FKigDUlVU7qvaO46P14VG%2FScreenshot%202025-06-01%20at%202.27.39%E2%80%AFPM.png?alt=media&#x26;token=407a7ce2-f9d8-409a-8766-b48ecf469ec8" alt=""><figcaption></figcaption></figure>

If you need assistance, you can reach out to <admin@realty-ai.com>.

***

### Website Code (Custom Embed Snippet)

Install the chatbot on your website in seconds.

To add Madison to your site:

1. Copy the code snippet from the [**Website Code**](https://realty-ai.gitbook.io/realty-ai-support-docs/realty-ai-installation) section.
2. Paste it into your website’s `<body>` tag.
3. Save and publish the changes.

<figure><img src="https://2760156511-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FstnWhTwl45rHLlLKTZYT%2Fuploads%2FuEpXuhEMpa4lLpuHyb3k%2FScreenshot%202025-06-01%20at%202.29.03%E2%80%AFPM.png?alt=media&#x26;token=5f91c803-4bef-4ec8-9644-97693d956686" alt=""><figcaption></figcaption></figure>

Example code:

```html
<script type="module">
  import Chatbot from "https://cdn.jsdelivr.net/gh/realty-ai-org/RealtyAIChat@main/dist/web.js";
  Chatbot.init({ userID: "your-user-id-here" });
</script>
```

Refer to our installation guides or contact <admin@realty-ai.com> for platform-specific help (e.g., WordPress, Sierra Interactive, Incom).

***

### Advanced Features: Chatbot Customization

<figure><img src="https://2760156511-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FstnWhTwl45rHLlLKTZYT%2Fuploads%2FgkpmazSoq1mlIZnHKAKM%2FScreenshot%202025-06-01%20at%202.33.45%E2%80%AFPM.png?alt=media&#x26;token=69902727-3664-4e3d-acf3-6f69111fd7f9" alt=""><figcaption></figcaption></figure>

#### Agent Branding

* **Avatar Image**: Upload a profile photo to appear as the chatbot avatar.
* **Greeting Message**: Set the first message Madison sends when a visitor opens the chat.
* **Popup Message**: Define the message that appears when the chat bubble prompts users.

#### Chat Button Settings

* Toggle between **Open** and **Closed** states.
* Choose to display the chat button **as an avatar** or as a traditional chat icon.
* Set the **Popup Button Location** (right or left of the screen).

#### Appearance & Behavior Settings

* Customize the **popup message background color** using a hex code.
* Set a **popup delay** after the page loads (in seconds).
* Limit the **maximum number of auto-opens** for returning visitors.
* Control when and how the chat window opens:
  * Automatically open on desktop
  * Automatically open on mobile
  * Automatically open after delay

***

### Summary

| Section               | Purpose                                     | Key Actions                                 |
| --------------------- | ------------------------------------------- | ------------------------------------------- |
| CRM Connection        | Sync leads to your CRM                      | Connect and follow guide                    |
| Website Code          | Install chatbot on your website             | Copy/paste embed code                       |
| Chatbot Customization | Personalize chatbot appearance and behavior | Avatar, greeting, popup, auto-open settings |

For additional support, contact <admin@realty-ai.com>.
