# Create an assignment

Assignments are a special type of [distribution](/features/nuvolos-basic-concepts/distribution.md) designed for coursework. When you create an assignment, you distribute material to students and additionally:

* Set a **deadline** by which students must submit their work (a *hand-in*).
* Create dedicated **storage** for student responses and instructor feedback.
* Generate an **audit trail** of all actions taken in response to the assignment.

For detailed instructions on how to create and manage assignments, see the [Setting Assignments Guide](/user-guides/education-guides/setting-assignments.md).


---

# 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://docs.nuvolos.com/getting-started/instructors/create-an-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.
