> For the complete documentation index, see [llms.txt](https://help.codegrade.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.codegrade.com/setup-assignment/analyze-your-assignment/view-and-export-grades.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.codegrade.com/setup-assignment/analyze-your-assignment/view-and-export-grades.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
