> For the complete documentation index, see [llms.txt](https://personal-development.codeyourfuture.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://personal-development.codeyourfuture.io/em-modules/retro-1/connect-me.md).

# Connect me

This is a fun writing activity that can promote empathy and connection.

### **Steps**

1. This game should ideally be played with all cameras on if the participants are online.
2. The facilitator types in a word or a phrase, one at a time. Examples: strawberry, New York, sky, ball, one year.&#x20;
3. Participants have 1-2 minutes to write something about themselves associated with the word or phrase - or something they associate with the word or phrase.&#x20;
4. Facilitator plans a speaking order and sets a timer for 2 minutes.
5. Sentences are shared.&#x20;
6. The facilitator shares the next word or phrase.
7. After one round or more, there can be a brief reflection before going on to the next word.

### **Reflection**

* What was this activity like for you?&#x20;
* Did you discover anything?&#x20;
* How did this activity make you feel?&#x20;
* What did you learn about other people today?

#### **Tips**

* Depending upon the groups’ level of maturity, a participant could suggest a word and send it to the facilitator.
* Depending on the group’s median age, words (like justice, hope, safety, etc.) can be more evocative and challenging, and touch off deeper conversation.


---

# 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://personal-development.codeyourfuture.io/em-modules/retro-1/connect-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.
