# How students generate certificates

Certainly one of the trickiest aspects of certificates is that students **have to** enter the assessments tool to generate their certificate. When a student enters the assessments tool and a default certificate is configured, **and** the student has reached the minimum grade to get the certificate, he will see a large certificate icon on the right side of the screen. This will send him directly to the certificate page.

The certificate page uses a unique URL, so the student can just copy the link and reuse it later on, as long as the link is public, which is an option the administrator has to enable, like this:

![](/files/-LH9DJIKTGbt3frcnpc6)

*Illustration: Public certificates option*

Once generated, a certificate cannot be canceled by the student. The teacher has to enter the certificates management tool to remove it and allow the student to re-generate it.


---

# 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/1.11.x/teacher-guide/assessments/how_students_generate_certificates.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.
