> 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/structure__loutil__parcours/generation_de_certificats.md).

# Génération de certificats

Il est relativement simple de générer un certificat pour les apprenants qui complètent le cours de façon satisfaisante. Pour cela, il suffit de faire en sorte que, lors de la dernière étape du cours, un certificat s'affiche, permettant aux apprenants de le visualiser et l'imprimer s'ils le souhaitent. On pourra utiliser un certificat déjà élaboré et uploadé dans la partie « Documents » du cours (par exemple un image ou un PDF).

Alternativement, Chamilo offre un outil pour créer des modèles de certificats, ce qui permet la génération automatique d'un certificat qui contient les données correspondantes à chaque apprenant du cours.

Ci-dessous, une suggestion de structure du document HTML pour générer un modèle de certificat optimal.

![](/files/-MFUrwpBku4Tt7Nb3WfB)

Illustration : Structure d'un modèle de certificat


---

# 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/structure__loutil__parcours/generation_de_certificats.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.
