# 6.2.7 Submit a task/subtask for review

This feature allows project teammates to request feedback or approval from other team members on a specific task or subtask. This feature is especially useful for tasks that require multiple people to collaborate or tasks that require a higher level of scrutiny before they can be marked as complete.

### Steps to Use:

* **Select** a **task** from a **project** and click it. The **task modal** will **open**.
* **Click** on the **"Submit" button** & **select** the **task or subtask** you want to **submit for review**.
* **Provide** the **total spent hours** for that **task/ subtask**.
* Select the **project member**(s) you want to **review the task** and **add** any **additional notes** or **comments** in the **description box**.
* You can **drop & add** the **necessary files** or the files that need to be reviewed in the **file attachments section**.&#x20;
* Lastly, Click the **Submit** button.

<figure><img src="/files/EhWGSlMEjxzzrcRi2NPC" alt=""><figcaption><p>Submitting a task or subtask for review</p></figcaption></figure>


---

# 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.onethreadapp.com/6.-managing-items/6.3-tasks/6.3.2-task-modal-activity-page-manage/6.2.7-submit-a-task-subtask-for-review.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.
