> 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/5.-rechat-daily.md).

# Rechat Daily

Everyday around 6 a.m. your local time you will receive a **Rechat Daily** in your inbox. You should start your day by reviewing this personalized newsletter.

### Featured sections in the Daily

1. **Today's Agenda** driven by your [Outlook, Google](/guides/getting-started/setting-up-your-contacts.md) and Rechat calendar.&#x20;
2. **Upcoming Birthdays and Anniversaries** with one click to send celebration cards or call.
3. [**Touch Reminders**](https://help.rechat.com/guides/crm/managing-your-contacts/tags-1#touch-reminders-automation)**:** Rechat will monitor your relationships and remind you if you are falling out of touch with your contacts. You should make an effort to get in touch with contacts showing up here.
4. **Your Deals** and ability to view all marketing collateral for them to promote with a click.
5. **Marketing Insight:** You will also find a list of most recently sent emails and e-blasts you've sent and the insight on who opens and clicks on them.
6. **Holidays:** A day or two before an upcoming holiday Rechat will include some branded eBlasts and social media marketing collaterals for you in your Daily, so without any efforts and with a click you can have your marketing done for that holiday.&#x20;
7. **Live Workshops**: Rechat holds weekly live workshop webinars that you can join to hone your skills and ask any questions you might have.  You can find the schedule for upcoming workshops at the bottom of your Daily.&#x20;

Below is a sample of Daily, please note that this sample is missing sections 3, 6 and 7.

![](/files/-MX8Hd0jBTxICi2BjoZy)


---

# 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/5.-rechat-daily.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.
