# Personal tutoring

Let's say you work in a private college and most students have a right to personal tutoring. They can follow pre-recorded audio courses at their pace and have an assigned tutor which is available to them at any pre-agreed time.

Without sessions, you would have one course sharing several tutors and several students, and each tutor would share the “space” with others and would see the results of students he isn't in charge of. Worst, he could even modify the results of a students he isn't in charge of...

With the sessions, simply define one new session per student. Register the courses he has access to and his own coach to the session. These two will now be able to work in an isolated virtual space.


---

# 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/use_cases/personal_tutoring.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.
