> For the complete documentation index, see [llms.txt](https://docs.adapta.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adapta.org/central-de-ajuda/plataforma/cursos/como-funciona-o-sistema-de-certificacao-dos-cursos.md).

# Como funciona o sistema de certificação dos cursos?

Para obter seu certificado, você precisa seguir um processo simples após concluir o curso.

Aqui está como funciona:

1. Primeiro, acesse a página de cursos na nossa plataforma. Lá, você encontrará todos os cursos disponíveis, defina qual curso começar.

<figure><img src="/files/ACRXPTe4WefFkU0liYZh" alt=""><figcaption></figcaption></figure>

2. Depois de concluir o conteúdo do curso, navegue até o final da página do curso específico que você finalizou:

<figure><img src="/files/aDnDFWkbUJK8J9O4RXy2" alt=""><figcaption></figcaption></figure>

3. No módulo final do curso, você verá uma seção dedicada à prova. Esta é a etapa crucial para obter seu certificado:

<figure><img src="/files/zaKEGoG7QcPG7MZhJr3T" alt=""><figcaption></figcaption></figure>

4. Para iniciar a prova, basta clicar nela e seguir as instruções fornecidas. A prova avaliará seu entendimento do conteúdo do curso.

<figure><img src="/files/I490vrklK0WykzgTmzMB" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Após concluir a prova e obter uma nota aprovada, você terá acesso imediato ao seu certificado. Este documento comprova seu comprometimento e sucesso no curso. \
\
O certificado é uma excelente maneira de demonstrar suas novas habilidades e conhecimentos adquiridos através do curso da Adapta.
{% endhint %}

Esperamos que essas informações esclareçam como funciona nosso sistema de certificação. Boa sorte com seus estudos e certificação!


---

# 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.adapta.org/central-de-ajuda/plataforma/cursos/como-funciona-o-sistema-de-certificacao-dos-cursos.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.
