# Add Automatic Grading

The last step of setting up your assignment is to set up automatic tests. To create an AutoTest, navigate to the AutoTest tab, select AutoTest v2, then press Create. Alternatively, use the Copy option to copy an AutoTest setup from another assignment you have created.

Next, click on any of the languages below to get a language-specific guide for setting up autograding.

{% content-ref url="/pages/jj72ts0v49Yks7MZ2EGa" %}
[Create your first Python assignment](/automatic-grading-guides/python/create-your-first-python-assignment.md)
{% endcontent-ref %}

{% content-ref url="/pages/3SWN5XkkYLx5GarvlxWh" %}
[Create your first Java assignment](/automatic-grading-guides/java/create-your-first-java-assignment.md)
{% endcontent-ref %}

{% content-ref url="/pages/iSdvQe08LPiIovScq06T" %}
[Create your first C assignment](/automatic-grading-guides/c/create-your-first-c-assignment.md)
{% endcontent-ref %}

{% content-ref url="/pages/KbSE5Rx8a1S22kb9Nepu" %}
[Create your first C++ assignment](/automatic-grading-guides/c++/create-your-first-c++-assignment.md)
{% endcontent-ref %}

{% content-ref url="/pages/mMtdUF4amK8wlACxi2nV" %}
[Create your first C# assignment](/automatic-grading-guides/c-1/create-your-first-c-assignment.md)
{% endcontent-ref %}

{% hint style="success" %}
Make sure to check the list of Automatic grading guides for more languages!
{% endhint %}

{% hint style="success" %}
Is your language not listed? Get in touch with us at <support@codegrade.com> for a specialized consultation!
{% endhint %}


---

# 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/build-assignment/creating-automatic-tests.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.
