> 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/move-together.md).

# Move together

This embodied team-building activity builds visual focus and concentration, and invites non-verbal connection.

### **Steps**

1. This is a physical game that requires participants be on camera if participating online. &#x20;
2. Explain that you will start a movement, and everyone should try to follow you and move together. &#x20;
3. Keep the initial moment simple and slow, and encourage participants to work together nonverbally. Focus on the movement, and remind the group your goal is for everyone to move together.&#x20;
4. As the group gets more practice with moving together, ask another participant to take over as the leader.  You can rotate the lead role so everyone has a chance to lead the group through movement.
5. Advanced challenge: If the group likes movement and finds this to be easy, challenge everyone to move together without a lead.

### **Reflection**

* What skills are we building as a team when we move together nonverbally?
* How is moving together on-screen different than moving in real space if you were online? &#x20;
* How is moving on-screen different than talking on-screen if you were online?

#### **Tips**

* If online, on Zoom video settings there is a box called “Mirror My Video.”  For this game, it’s recommended that everyone turn this feature off if they are online, so that everyone works with the same screen orientation.


---

# 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/move-together.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.
