> For the complete documentation index, see [llms.txt](https://remoteu.gitbook.io/manager-remoteu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://remoteu.gitbook.io/manager-remoteu/day-2/read-me.md).

# Day 2 READ ME

### Readings&#x20;

* 📖 [Daily Check-In Chats](/manager-remoteu/day-2/readings/daily-check-in-chats.md)&#x20;
* 📖 [Create Calendars](/manager-remoteu/day-2/readings/creating-calendars.md)
* 📖 [How to be a Great Coach](https://remoteu.gitbook.io/manager-remoteu/)
* 📖 [How the WSPro Frameworks Fit Together](/manager-remoteu/day-2/readings/wspro-framework-matrix.md)&#x20;

### Great Examples (Be Like This)

* 🏆 [Daily Check in Chat Example 1 ](/manager-remoteu/day-2/day-5-examples/check-in-chat-examples.md)
* 🏆 [Daily Check in Chat Example 2](/manager-remoteu/day-2/day-5-examples/great-daily-check-in-chats-example-2.md)
* 🏆 [Daily Check in Chat Example 3](https://docs.google.com/spreadsheets/d/1bz7OR3ysXobhhoODsX3n7dm8CKiao7ld8TcnRwhAORQ/edit?usp=sharing)
* 🏆 [Create Calendars Example 1](/manager-remoteu/day-2/day-5-examples/good-create-calendar-example-1.md)
* 🏆 [Create Calendars Example 2](/manager-remoteu/day-2/day-5-examples/good-create-calendar-example-2.md)

### Bad Examples (Don't Be Like This)

* 👎 [Dail](https://drive.google.com/file/d/1TgYWEGUKdW4YvO_ENIAZS2Gxsdct1FK_/view)[y Check in Chat Poor Example](https://drive.google.com/file/d/1TgYWEGUKdW4YvO_ENIAZS2Gxsdct1FK_/view)&#x20;
* 👎 [Create Calendar Poor Example](/manager-remoteu/day-2/day-5-examples/bad-create-calendar-example-1.md)

### Videos

* **📺** [Daily Check-In Chats](https://drive.google.com/file/d/1llz1lSYT7AOQFEK4vcBTckSzxHaXdY8I/view)
* **📺** [How to Create Calendars](https://drive.google.com/file/d/1D-D5x4FNQ9SikoY3esm_Ev3PGcJ3L_du/view)
* **📺** [How to use the WSPro Calendar App](https://crossover.zoom.us/recording/play/FdqFicmLShhUy7IuMz2V6lpPt5pVg-vN0lNfX6JrHMYzeBBIhTMA76TJD2EfbLid?continueMode=true)

### Quizzes

* **✏️** [Daily Check-In Chat Quiz](https://docs.google.com/forms/d/e/1FAIpQLSdnlxY_PWcey8dY4njbW0pem8uqgkOaceFx98tlH6IlEZmZdA/viewform)
* **✏️** [Daily CiC Refresh Quiz](https://docs.google.com/forms/d/e/1FAIpQLSdnlxY_PWcey8dY4njbW0pem8uqgkOaceFx98tlH6IlEZmZdA/viewform)
* **✏️** [Create Calendars Quiz](https://docs.google.com/forms/d/e/1FAIpQLSd93zSJlKh03aRkBkFV3SDpCRz8ottBZzF1KNLsZ_L8oxYKxg/viewform)
* **✏️** [Create Calendar Refresh Quiz](https://docs.google.com/forms/d/e/1FAIpQLSeQEHHMEJUQG1jqDKwZNJMfNvO7aqJcIkasLfKLu0wR3bNQKA/viewform)
* **✏️** [Concise Communication Quiz](https://docs.google.com/forms/d/e/1FAIpQLSdYoLIdKXyzh9cn80uFocSDN2oU6l07H77N819SNgj6Hs64kg/viewform)
* **✏️** [Orientation Quiz](https://docs.google.com/forms/d/1ln1H_Jvv17EtqgVmuVanA_C3-J3PQ1pB7EF_2Lh3eK0/edit?ts=5c6db877)

### Application Project

* 🔨[Daily Check In Chats](https://docs.google.com/spreadsheets/d/1mneZ7KvB5qIHmOwRHw8G7gPw624ZyQ7cx39c7uq88Lo/edit#gid=260745523)


---

# 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://remoteu.gitbook.io/manager-remoteu/day-2/read-me.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.
