# Examination

{% hint style="success" %}
To explore the Education functionality you don't need an adapter, just [sign up](https://celly.ai) on the website
{% endhint %}

**Roles**

* Admin (add cells to the Exam Templates, creates and assigns Exams on the students)&#x20;
* Student (passes exams)

![Exam: Drag the cells from the Unclassified to the proper classes](/files/-Mh8Lg6R1pkAbcNS5uK1)

**Add cells to Exam Template (admin)**

1. Open a Test
2. Click on the cell -> Add to Exam Template

**Create and assign Exam (admin)**

1. Open [Exams Page](https://app.celly.ai/app/exam/)
2. Add Exam&#x20;
   * Set the **test type** (CBC, Malaria, etc)
   * **Choose the student** to assign the exam
   * Set the **cells number** to generate for the exam (the system will randomly take a given number of cells from the template)

**Pass Exam (student)**

1. Open [Exams Page](https://app.celly.ai/app/exam/)
2. Click **View** to open the assigned Exam
3. Drag the cells from the **Unclassified** to the proper classes
4. Click **Finish Test**
5. See your results on the **Report tab**

![Exam report](/files/-MlU0T4hJgZmaS_K71PQ)

{% hint style="info" %}
Admin and Students can review the exam results on the [Exams Page](https://app.celly.ai/app/exam/)
{% endhint %}


---

# 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.celly.ai/education/examination.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.
