> For the complete documentation index, see [llms.txt](https://futureleadersglobal.gitbook.io/program/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://futureleadersglobal.gitbook.io/program/toolbox/processes/group-alignment.md).

# Group alignment

|                 |            |
| --------------- | ---------- |
| **WHO**         | Solo+group |
| **WHERE**       | Group-room |
| **MATERIAL**    | -          |
| **FACILITATOR** | Host       |

**Introduction:**\
\
Alignment is about being in sync while moving in the same direction. Getting aligned as a group means that we can make the most out of the time spent together. Getting aligned is a practice - this is why we revisit it during the program.\
\
As a first step, it is important to know why we are in groups. The reason is twofold. Firstly, the group is a comfortable space where we support and challenge each other's learning journey. Secondly, in the group we learn about each other's contexts, and therefore can support translating insights from the program into practice outside the program, as well as follow up on commitments.

Being aligned makes it possible to make the most out of being in a group and spending time together. This can mean group members following through with commitments, everyone being energized, growing, etc. By revisiting group alignment, we keep asking - is this how we want to be? is there something we want to do differently?

**Intention**\
\
Shared responsibility for creating a space that helps us make the most of the time we spend together.

### How:

|       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **1** | <p>(5min)<br>Think back to the time since last group alignment, and the space you have created together (If you're doing group alignment for the first time, just reflect on the space you have created together so far).<br><br>Reflect upon the following questions:<br><br>-Have we followed up on our commitments as a group?<br>-What has worked towards us creating a good space as a group?<br>-What has worked against it?<br><br>(5min)<br>Share thoughts with the rest of the group.<br><br>Find a place/format for saving your insights as a group so you can be reminded of them throughout the program.</p> |
| **2** | <p>(15min)<br><br>Discuss in the group:<br>Based on what everyone has shared - what do we want to prioritize as a group, going forward?<br><br>Decide:<br>What rules do we want to have as a group?<br>What mindsets do we want to cultivate?<br><br>Make sure you save your decisions as a group so you can be reminded of them throughout the program, and revisit them easily.<br><br><br></p>                                                                                                                                                                                                                        |


---

# 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://futureleadersglobal.gitbook.io/program/toolbox/processes/group-alignment.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.
