# Relatórios

- [Relatório de Curso](https://documentation.themembers.dev.br/relatorios/relatorio-de-curso.md): Página dedicada a emissão de relatórios por API.
- [Relatório de alunos inativos (BETA)](https://documentation.themembers.dev.br/relatorios/relatorio-de-alunos-inativos-beta.md): Lista assinaturas inativas de alunos da plataforma com data de cancelamento no intervalo informado e o percentual de conclusão da trilha do pacote.
- [Relatório de cursos engajados (BETA)](https://documentation.themembers.dev.br/relatorios/relatorio-de-cursos-engajados-beta.md): Lista alunos × curso para os Top N cursos com maior média de percentual de conclusão entre matrículas ativas, com métricas por aluno e a média do curso no conjunto ranqueado.
- [Relatório de notas de quizzes (BETA)](https://documentation.themembers.dev.br/relatorios/relatorio-de-notas-de-quizzes-beta.md): Lista respostas de quiz da sua plataforma, com dados do aluno, desempenho e nome da prova.


---

# 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://documentation.themembers.dev.br/relatorios.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.
