# Handing in with a group

If your CodeGrade assignment is a group assignment, you can make or join a group to hand in for that whole group and the other group members can also hand in for the entire group.

After handing in your submission, everyone in the group will be able to see this submission and automatic results going along with it.&#x20;

1. After navigating to the group assignment for the first time, press the "**Groups**" button to join or create a group.
2. After joining a group, you can hand in for this group as usual, all your submissions are now handed in and visible to everyone in your group.

{% hint style="success" %}
Depending on the configuration of your teacher, you can sometimes only join groups and sometimes also create new groups yourself. Please ask your teacher if you have troubles joining a group.
{% endhint %}

{% hint style="info" %}
For group assignments, you can **only** start handing in when you are in a group with a sufficient number of group members.
{% endhint %}

#### :woman\_teacher: Learn how to make your CodeGrade assignment into a group assignment:

{% content-ref url="/pages/-MMKlImjUnQ5KPfla\_7S" %}
[Group Assignments](/setup-assignment/other-features/making-a-group-assignment.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/for-students/advanced-features/handing-in-as-a-group.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.
