# Approval Request for an Item

This feature facilitates seeking approvals for specific project items. This feature allows users to initiate approval requests, track progress, and ensure key stakeholders review and provide feedback on the update of an item's start & due date.

With this feature, users can select an item that requires approval and submit it for review. They can specify the approvers who need to assess the item with updated information for the items.

Once the approval request is submitted, the system notifies the designated approvers, informing them about the item and providing access to review it. Approvers can then assess the item, provide comments, and make an approval decision within the specified timeframe.

### Pre-conditions to use the Feature:

* Users **must have** an **account** in Onethread.
* Users must be a **part** of a **company**.
* Users **must** be **part** of a **project**.

### **Steps to Use:**

* **Select** a **project** from the Active **Projects** list.&#x20;
* **Choose an item** for which the start or due date needs to be update&#x64;**. Click it.**&#x20;
* Select the estimated start date or due date. Change the date.
* Provide a reason and explain it
* **Click** the **+** **Approvers Group** tab. Select a group.
* **Select** a **person**. You **can select multiple persons** from here. These persons will approve the due date update.
* **Click** the "**Request for Approval**" button.&#x20;
* The due date update request for the item will be in pending status and waiting to be approved.


---

# 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/7.-more-features/approval-system/approval-request-for-an-item.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.
