# Submit a Phase/Subtask for Review

This feature allows project teammates to request feedback or approval from other team members on a specific phase or its subtask. This feature is handy 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 **phase** from a **project** and click it. The **phase modal** will **open**.
* **Click** on the **"Submit" button** & **select** the **phase or subtask** you want to **submit for review**.
* **Provide** the **total spent hours** for that **phase/ subtask**.
* Select the **project member**(s) you want to **review the phase** 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/BVRYpTfKvnZcQJBpLUAZ" alt=""><figcaption><p>Submitting a Phase/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.1-phases/6.1.2-phase-modal-activity-page-manage/submit-a-phase-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.
