# AI Tools

Chamilo 2.0 introduces AI-powered tools that help you create content faster and provide personalized support to your learners. These features use large language models (such as OpenAI's GPT, Google Gemini, Mistral, or others) to generate educational content and assist with grading.

> AI tools must be configured by your platform administrator before they become available. See the [AI Configuration](/administration-guide/admin-guide/integrations/ai-configuration.md) section of the Administration Guide for setup details.

## Available AI Tools

* [**AI Tutor**](/teacher-guide/teacher-guide/ai-tools/ai-tutor.md) — An AI chatbot that learners can interact with for course-related questions
* [**Exercise Generator**](/teacher-guide/teacher-guide/ai-tools/exercise-generator.md) — Automatically generate quiz questions from your course content or a topic description
* [**Learning Path Generator**](/teacher-guide/teacher-guide/ai-tools/learning-path-generator.md) — Create structured learning sequences from a topic or set of objectives
* [**AI Grading**](/teacher-guide/teacher-guide/ai-tools/ai-grading.md) — Get AI-assisted evaluation of open-ended answers and student submissions
* [**Glossary Terms Generator**](https://github.com/chamilo/docs/blob/2.x/teacher-guide/ai-tools/glossary-generator.md) — Automatically generate term definitions for your course glossary
* [**AI Media Generation**](https://github.com/chamilo/docs/blob/2.x/teacher-guide/ai-tools/ai-media-generation.md) — Generate images and short videos from the rich-text editor while creating documents

## How AI Tools Work

When AI tools are enabled, they appear in the relevant contexts:

* The **Exercise Generator** appears when creating or editing exercises, and also as a quick action on documents in the Documents tool
* The **Learning Path Generator** appears when creating learning paths
* The **AI Grading** option appears in the assignment correction workflow
* The **AI Tutor** is available to learners within the course
* The **Glossary Terms Generator** appears in the Glossary tool toolbar
* The **AI Media Generation** dialog appears in the rich-text editor when creating or editing documents

All AI-generated content is presented as a **suggestion** that you can review, edit, and modify before publishing. You always have the final say on what your learners see.


---

# 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/teacher-guide/teacher-guide/ai-tools.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.
