# Session Categories

Session categories help organize your sessions, especially when you have many sessions running simultaneously.

## Creating a Category

1. From the administration panel, navigate to **Session categories**
2. Click **Add a category**
3. Enter a **name** and optional start/end dates
4. Save

## Use Cases

* **By program** — "Leadership Development", "Technical Training", "Onboarding"
* **By period** — "Q1 2026", "Spring Semester", "July Batch"
* **By department** — "Engineering", "Sales", "Human Resources"

## Managing Categories

* **Edit** — Change the category name or dates
* **Assign sessions** — When creating or editing a session, select its category
* **Delete** — Remove a category (sessions in the category become uncategorized)


---

# 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/administration-guide/admin-guide/sessions/session-categories.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.
