> 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/monthly-release-roundup/june-2026/for-agents.md).

# For Agents

### Lucy Just Got Smarter

Lucy's CMA capabilities got a meaningful upgrade. She now uses agentic AI reasoning to select better comps and can pull in off-market properties when MLS listings aren't enough, giving you more flexibility in any market.

We've also refreshed her response view with a cleaner, wider layout for a smoother experience overall, and she can now visualize the content.

<a href="https://help.rechat.com/whats-new/lucy-your-ai-assistant" class="button primary" data-icon="arrow-pointer">Meet Lucy</a>

***

### Your Market, Delivered Monthly

Personalized market reports can now be sent straight to your clients every month. Tailor each report to the neighborhoods and property types most relevant to help clients stay informed about what's happening in their market.

<a href="https://help.rechat.com/guides/marketing/marketing-center/automated-market-reports" class="button primary" data-icon="book-open-cover">Read More</a>

***

### Product News

#### Marketing Center Revamp

Your saved work now lives in a new **Drafts** tab instead of **Archives**, conveniently within Insights, and the header has been cleaned up for easier navigation.

<a href="https://help.rechat.com/guides/marketing/marketing-center" class="button primary" data-icon="book-open-cover">Read More</a>

#### Save Now, Send Later

Save your progress without scheduling. Drafts are now automatically created when you click **Save & Continue** during the send flow.

<a href="https://help.rechat.com/whats-new/automatic-marketing-drafts" class="button primary" data-icon="book-open-cover">Read More</a>

#### Build Trust with Testimonials

Turn positive client experiences into powerful marketing assets. Request feedback from clients, import existing reviews, organize them in a central library, and use them throughout your marketing.

<a href="https://help.rechat.com/whats-new/testimonials" class="button primary" data-icon="book-open-cover">Read More</a>

***

### Love Rechat? Tell the World!

Your quick G2 review helps us shine and helps other brokerages find tools that truly move the needle.

<a href="https://www.g2.com/contributor/2026-member-newsletters-review-campaign-c5302a78-15c1-407c-9ee3-a5c887995fe4" class="button primary" data-icon="star">Review Rechat on G2</a>

***

### You're Invited

This one's been a long time coming, and it's finally here!

The House of Rechat is our first-ever community, a private space for real estate professionals to connect, learn, co-create, and grow together.

Inside you'll find:

* Live community calls with the Rechat team
* Q\&A sessions and honest conversations
* Webinars with guest speakers covering marketing, sales, and more
* Product updates and a direct line to share your feedback
* Resources to build your brand and grow your business
* Tutorials, how-to guides, and more

We'd love to have you in the room.

<a href="https://www.facebook.com/groups/houseofrechat" class="button primary" data-icon="facebook">Join Now!</a>


---

# 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/monthly-release-roundup/june-2026/for-agents.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.
