# Step 5: Marking a Milestone as Done ✅

{% embed url="<https://youtu.be/SaTlwkC7DXI>" %}

This step is done by the **Service Provider** once they have successfully delivered the product or service.

📌 **Why is this step important?**

* This confirms that the work has been completed.
* The **Approver** will later check and approve this milestone before funds are released.

***

#### **1. Go to the "Service Provider" tab**

* In the **escrows section**, navigate to the **Service Provider** tab.
*

```
<figure><img src="/files/ZdtK8MF8bbScXyQK7APU" alt=""><figcaption></figcaption></figure>
```

* This tab will only show escrows where your **logged-in wallet** is assigned as the **Service Provider**.

***

#### **2. Open the escrow modal**

* Click on the **escrow you want to update**.
* This will open a **modal** displaying the escrow details, including:
  * Escrow title & description
  * Roles assigned to different addresses
  * Current milestone status

<figure><img src="/files/o3UvwJBugqyWQW1YakJK" alt=""><figcaption></figcaption></figure>

***

#### **3. Click "Complete" on the milestone**

* You will see a **blue button labeled "Complete"** next to the milestone.
* Click **"Complete"** to proceed.

***

#### **4. Sign the transaction**

* A **Freighter wallet** transaction request will pop up.
* This request confirms that you are **marking the milestone as completed**.
* Click **"Sign"** to approve the transaction.

<figure><img src="/files/rSThzkjSJWgMPPDbH7fr" alt=""><figcaption></figcaption></figure>

***

#### **5. Milestone status updates**

* Once the transaction is signed, the **milestone will be marked as "Completed"**.
* The **progress bar** in the escrow modal will update, showing that this step is done.

<figure><img src="/files/KZGAJBaVDfvNVBHBeLFI" alt=""><figcaption></figcaption></figure>

***

🎉 **Success! The milestone is now marked as completed.**\
The **next step** will be **approving the milestone**, which is done by the **Approver**.


---

# 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.trustlesswork.com/trustless-work/v2-en/oss-dapps/backoffice/step-5-marking-a-milestone-as-done.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.
