> For the complete documentation index, see [llms.txt](https://chamilo-docs.stoneageit.ch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chamilo-docs.stoneageit.ch/leitfaden-fuer-lehrer/wiki/commenting_a_page.md).

# Kommentieren einer Seite

Durch Klicken auf das Symbol \_Diskutieren auf diese Seite ![](/files/-MQg95wNfdHbKzdFzSTv) erhalten Sie Zugriff auf ein Formular zum Hinzufügen/Anzeigen von Kommentaren. Dieser Bereich ist sichtbar und kann von jedem Benutzer aktualisiert werden. Weitere Aktionen, die auf Wiki-Seiten ausgeführt werden können, sind:

| Icons                                                             | Funktionen                                                                                             |
| ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| ![](/files/-MQfWVk9k-7ZPVOLbA7Y)                                  | Überprüfe den Verlauf der Änderungen einer Seite                                                       |
| ![](/files/-MQfWVkB2am5zZO6ro_q)                                  | Liste der Seiten anzeigen, die mit der aktuellen Seite verlinkt sind                                   |
| ![](/files/-MQg95wUv579uf_KN6zq)                                  | Lösche die aktuelle Seite                                                                              |
| ![](/files/-MQfWVkF8YNmneLielFs)                                  | Exportiere die Seite als HTML-Dokument                                                                 |
| ![](/files/-MQg95wYLkptVeyEKw8i)                                  | Exportiere die Seite als PDF-Dokument                                                                  |
| ![](/files/-MQg95w_D1qcWEFbQmGd)                                  | Erhalten Sie eine E-Mail-Benachrichtigung über alle Änderungen, die an dieser Seite vorgenommen wurden |
| ![](/files/-MQg95wbHq3p_5RUc_VM)                                  | Eine Seite sichtbar/für Lernende sichtbar/unsichtbar machen                                            |
| ![](/files/-MQfWVkRMGcUpIHsZIT_) ![](/files/-MQfWVkTp8OnFrjp_HgW) | Sperren/Entsperren einer Seite für die Ausgabe durch Lernende                                          |


---

# 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://chamilo-docs.stoneageit.ch/leitfaden-fuer-lehrer/wiki/commenting_a_page.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.
