> 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/other-features/grading-anonymously.md).

# Anonymous Grading

Sometimes you may prefer to grade anonymously yourself or have your graders grade anonymously. CodeGrade assignments have a setting to hide all occurrences of student and group names in our user interface. This guide explains how you can turn this on for your assignment.

![Turning on anonymous grading for your CodeGrade assignment.](/files/pZPZk5h94af7tEiE5wGO)

1. Navigate to the **Assignment Settings page** of the assignment you want to start grading anonymously.
2. Go to the **General** tab and navigate to the **Anonymized grading** option.
3. Toggle to **Yes** to turn on and toggle to **No** to turn off. Press **Submit** to submit your changes.

![List of students with Anonymous grading turned on. ](/files/s1Yz7t0Im7gjQ92YG41I)

{% hint style="warning" %}
Anonymous grading is a UI-based feature, it hides all occurrences of student and group names in our user interface. Names in code, the Filesystem folders, exports and plagiarism cases are **not** anonymized. You may disable some of these functions for your graders [using our permission system](/setup-assignment/other-features/configuring-permissions-of-roles.md).
{% endhint %}

{% hint style="info" %}
Users with the [permission](/setup-assignment/other-features/configuring-permissions-of-roles.md) "*See anonymized names*" can see student and group names even if Anonymized grading is turned on.
{% endhint %}


---

# 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:

```
GET https://help.codegrade.com/setup-assignment/other-features/grading-anonymously.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.
