> 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/archive/june-release-roundup.md).

# June 2025

### **✨ New Features**

* [**Custom Team Logos Supported for Personal and Team Accounts**](https://help.rechat.com/whats-new/custom-team-logos-supported-for-personal-and-team-accounts)**:** Your Admin can now upload a custom logo to your Personal Account. It will appear on marketing email templates to keep your branding polished and professional.
* **New Marketing Admin Role** – A dedicated role with access to **Studio, Impersonation, and Members** for marketing-focused management.
* [**Enable Two-Way Calendar Sync (Google & Outlook)**](https://help.rechat.com/whats-new/how-to-enable-two-way-calendar-sync-google-and-outlook)

  Easily sync your Google Calendar or Microsoft Outlook with Rechat for seamless scheduling.

### **📱 Mobile Updates**

**iOS App**

* **Digital Ads** – Create and manage digital advertising campaigns directly in the app.

**Android App**

* **Lead Claiming** – Claim and manage leads from your mobile device.
* **Lucy Timeline** – Improved timeline interface for the Lucy assistant.
* **Dynamic Marketing Categories** – Automatically fetch and display marketing categories via API.

### **🌟 Highlights**

* [**Lucy: Your AI Assistant**](https://help.rechat.com/whats-new/lucy-your-ai-assistant) – Lucy serves as your AI-powered co-pilot, equipped with features specifically tailored for real estate professionals. By streamlining your daily tasks, Lucy enables agents to work faster, write better, and think bigger.
* [**Lead Sources & Routing**](https://help.rechat.com/whats-new/lead-sources-and-routing) – Connect to top lead sources like **Zillow, Realtor.com, Placester**, and more with flexible routing options.
* [**Digital Ads**](https://help.rechat.com/guides/marketing/marketing-center/social-marketing/digital-ads) – Rechat Digital Ads revolutionizes how agents create and manage ad campaigns, offering a seamless way to capture leads and expand their reach beyond traditional email marketing.

### **🚀 Coming Soon**

* [**Smart Search & Tags in the Marketing Center**](https://help.rechat.com/whats-new/template-search-and-tags-in-the-marketing-center) – Finding the right templates just got faster. Agents can now take advantage of improved search tools to quickly locate exactly what they need. Search templates in the Marketing Center by Name, Tag, Description, or Category, allowing for quick access to the most relevant content for their marketing needs.

<br>


---

# 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/archive/june-release-roundup.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.
