# Doing a Final Exam

Follow the steps below to join your exam in CodeGrade:

1. For most exams in CodeGrade, you will receive an email with a private link to access the exam. Click on the link to automatically get logged into CodeGrade and arrive on the exam page.
2. This page displays the start and finish time of the exam, and also how much time is left until you can start the exam.
3. Once the exam time begins, click on the **Start** button to start handing in to CodeGrade.
4. Once you enter the exam, you only have access to the course of the exam. Click on **Upload files** to submit your work, as you normally do in CodeGrade.

{% hint style="success" %}
If you did not receive an email with a private link, chances are that you can simply access your exam through the CodeGrade app directly.
{% 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://help.codegrade.com/for-students/advanced-features/doing-a-final-exam.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.
