# Create a submission

{% embed url="<https://drive.google.com/file/d/1N3s_Eg8IIYwjNHXenMKDyhtoQsdpvJch/view?usp=sharing>" %}

After you believe you have done everything that the task requires of you, you can create a submission. This is essentially a report with your deliverables for the task manager to review. It can also be one of the deciding factors for [dispute resolution](/open-source-initiatives/openr-and-d/getting-started/perform-tasks/dispute-resolution.md), hence it should be clear to the dispute manager too where to find everything, instead of basing it on the prior off-chain communication with the task manager.

In case your submission is accepted by the task manager, the task will be closed and you will recieve your reward. It is also possible to use submissions for milestone-based partial rewards if agreed upon in the task description. Here you can either deliver the milestone using off-chain communication with the task manager, after which they will issue a partial payment, or do it fully on-chain by creating a submission for each.

### How to create a submission? <a href="#how-to-create-a-submission" id="how-to-create-a-submission"></a>

1. Got to the view task page.
2. Head to the "submissions" tab.
3. Fill out the form at the bottom of the page.
4. Click the create button and sign the transaction with your wallet.


---

# 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.openmesh.network/open-source-initiatives/openr-and-d/getting-started/perform-tasks/create-a-submission.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.
