> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/1.11.x-fr/guide-enseignant/a_quoi_sert_chamilo/elements_communs_de_linterface.md).

# Éléments communs de l'interface

L'enseignant dispose des trois boutons génériques suivants sur la plateforme :

| Icônes                                                           | Fonctionnalités                                                                                                                           |
| ---------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| ![](/files/-MFUo5O4hVeu1PyVwvlT)                                 | L'outil « crayon » qui permet de **modifier** une information                                                                             |
| ![](/files/-MFUs8U_d3IuV8cf9hyx)                                 | L'outil « croix » qui permet de **supprimer** des informations ou un contenu                                                              |
| ![](/files/-MGzDvVYgKq5KCx_Gegd)![](/files/-MGzDvVnnip2TpzdJwUg) | L'outil « œil » qui permet de rendre **visible** ou **invisible** une information                                                         |
| ![](/files/-MGzDvVxts5jseAb3h03)                                 | L'étoile jaune par-dessus un icône symbolise la création d'une nouvelle ressource                                                         |
| ![](/files/-MFUo56dmEwWcNMxuFnJ)                                 | Une flèche bleue pointant vers la droite indique généralement l'action de déplacer les choses ou les insérer dans d'autres                |
| ![](/files/-LH9Czc79xOGWwHrIZD7)                                 | Une flèche bleue pointant vers la gauche signifie généralement retourner en arrière (comme le bouton de retour en arrière de navigateur). |
| ![](/files/-MGzEKeGSsAAu4SNfc23)                                 | Une flèche bleue pointant vers le bas indique généralement le téléchargement de fichiers ou de données.                                   |
| ![](/files/-MGzDvWLInkdB_NWNyiX)                                 | Une flèche bleue pointant vers le haut indique généralement l'envoi de fichiers ou de données vers le serveur.                            |


---

# 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://docs.chamilo.org/1.11.x-fr/guide-enseignant/a_quoi_sert_chamilo/elements_communs_de_linterface.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.
