# Move users results from/to a session

In the case you would want to move from a session-less mode to a session-full mode, you might (in exceptional cases) want to move a specific students' tracking data from a course-context to a session-context. This (still unstable) tool has been written exactly for that.

Its interface is complex but relatively self-explaining. If you have doubts, we recommend you take backups, act cautiously and maybe contact an official Chamilo provider to take care of it...


---

# Agent Instructions: 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:

```
GET https://docs.chamilo.org/1.11.x/admin-guide/sessions_management/move_users_results_fromto_a_session.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
