> For the complete documentation index, see [llms.txt](https://docs.mavenseed.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mavenseed.com/creating-content/courses/exercises-assignments/submitting-to-an-exercise.md).

# Submitting to an Exercise

Customers of your site are able to submit a submission to exercises they have access to. While they may only submit one submission per exercise, they have the ability to edit the submission up until it is graded.&#x20;

## How Customers Submit Exercise Submissions to your Exercise.&#x20;

**Once logged in and with access**, viewing the exercise will display a exercise submission button (Folder with + on it).&#x20;

![](/files/-MLx4hFtMTfD1wsyqPgp)

### Adding A Submission

Clicking the exercise submission button (folder with + on it) will bring you to the page to submit your exercise submission.&#x20;

![](/files/-MLx4xqa0Ryw6MO7k1Sv)

Depending on the Exercise type, students will be able to submit the required information to you.&#x20;

* **Title**:  The name of the Exercise submission,
* **Description**:  An overview of what you're submitting,
* **Submission** Image: Actual image of the Exercise

When ready click the Add Submission button.&#x20;

After submitting the Exercise Submission, it will be added to the [Site Admins Activity Feed](/managing-your-site/activity.md#latest-activity). Additionally displayed to the student will be a status block informing them the status of their submission while viewing the exercise.&#x20;

![](/files/-Lb4QrGXy9CxIVT7E73s)

{% hint style="info" %}
After a customer submits their exercise submission, a pencil icon will replace the submit button. Enabling students to modify their submission.
{% endhint %}

## Students Access to their submissions

Students are able to view their collection of Exercise submissions by visiting their Account > Exercise Submissions tab.&#x20;

![](/files/-Lb4RAzDUOULrS9jX72T)

Clicking View will take them to the Submission.

![](/files/-Lb4RJPF2Apkng7Zepuy)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.mavenseed.com/creating-content/courses/exercises-assignments/submitting-to-an-exercise.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
