# Grade your assignment

Now that you have builded your assignment and your students have handed in, it's time to grade it!

If you are fully automatically grading your assignments, you don't have to do any grading! But, you might want to give your students some personalized feedback.

{% content-ref url="/pages/-MMKmqfIQu40QVNbqYEk" %}
[Give Feedback](/setup-assignment/grade-your-assignment/grading-and-giving-feedback.md)
{% endcontent-ref %}

If you are (partly) manually grading your assignment, you also have to fill in the rubric or assign a grade. Moreover, you can also override the grade if it was automatically given.

{% content-ref url="/pages/FeTdE94yW6RXlMw9KQZZ" %}
[Give a Grade](/setup-assignment/grade-your-assignment/give-a-grade.md)
{% endcontent-ref %}


---

# 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/grade-your-assignment.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.
