# Course Gradebook

## View and export grades of an entire course

You can find an overview of all grades of all assignments in a course in the gradebook. This gradebook shows a full list of all members, so it will also show the students that did not make any submissions (yet).

<figure><img src="/files/RGqYeiIEoJcEnyJxfYy8" alt=""><figcaption><p>Viewing the gradebook for a course in CodeGrade and downloading a CSV with all grades.</p></figcaption></figure>

1. Navigate to the **Course Settings Page** of the course you want to find or export all grades for.
2. Navigate to the **"Gradebook" tab**.
3. You will find a list of all students, grades and assignments on this page. Click **"Download CSV"** to download a CSV with all grades.


---

# 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/faq/course-gradebook.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.
