# View and export grades

You can find an overview of all grades per assignment or per course (in the gradebook). You can also export grades in both of these places.

## Export grades for an assignment

You can easily export all submissions and all grade and feedback data of an assignment. You can also filter the export using search or by assigned user.

<figure><img src="/files/kMdgr9xOd4bjsZLA648e" alt=""><figcaption><p>Exporting grades and feedback for an individual assignment.</p></figcaption></figure>

1. Navigate to the **Assignment Home** Page of the assignment you want to view or export grades for.
2. You will find a list of all grades on the **"Submissions" tab**.
3. Navigate to the **"Export" tab**.
4. Click "**Export metadata**" to export the grade and feedback data of the current assignment to a CSV.

## Export grades for a course

You can also find an overview of grades across all assignments in a course in the **Gradebook**.

<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/setup-assignment/analyze-your-assignment/view-and-export-grades.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.
