> For the complete documentation index, see [llms.txt](https://docs.yoplanning.support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoplanning.support/en/faq/faq-des-staffs/deplacer-un-eleve-dun-cours-a-un-autre-harmonisation.md).

# Déplacer un élève d'un cours à un autre (harmonisation)

### Feature Description

Harmonization is a process allowing participants to be rebalanced between several sessions, according to their level and age, in order to ensure homogeneous distribution. This feature makes it easier to move students from one class to another to create more balanced groups.

### Steps to use the feature

1. **Go to original session:**
   * Select the session containing the students you want to move.
2. **Manage reservations:**
   * Click the **Manage Reservations** button located on the selected session page.
3. **Select students to move:**
   * In the list of participants, check the boxes of the students you want to move to another session.
4. **Move students:**
   * Click the **Move** button at the top right of the interface.
5. **Choose the destination session:**
   * A window opens with the list of available sessions. This list only displays sessions of the same type and with times compatible with the original session.
   * Use the staff filter at the top of the window to select a particular staff if necessary.
   * Click on the desired destination session for the selected students.
6. **Save changes:**
   * After selecting the destination session, click on the **Save** button to finalize the movement of the students.

#### Tips for use and best practices

* **Proactive planning:** Regularly check the levels and ages of participants in sessions to anticipate alignment needs.
* **Communication:** Inform students or their parents in advance of possible travel to avoid confusion.
* **Documentation:** Keep track of trips made for future reference and to ensure seamless session management.

### Common errors or problems and solutions

* **Incompatible destination session:**
  * If no destination session appears, verify that the available sessions are of the same type and have times compatible with the original session.
* **Access rights issues:**
  * If you are unable to move students to incompatible sessions or different times, contact a team member with administrative rights to make the move.


---

# 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://docs.yoplanning.support/en/faq/faq-des-staffs/deplacer-un-eleve-dun-cours-a-un-autre-harmonisation.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.
