# Create a Payment Against One Milestone

After Milestones have been completed and approved, you can add payments to each Milestone.

{% stepper %}
{% step %}

### Navigate to the Milestone

Go to the Milestone via the All Milestones menu, click **View.**

![](/files/f0f55a90f1ec11bc937cfbf5b67a8af76d884274)
{% endstep %}

{% step %}

### Add a Payment

Click **Add Payment.**

![](/files/3da799f08dd9255900946c9c1532f822c3070e3d)
{% endstep %}

{% step %}

### Enter payment details

Enter the payment amount and payment date, then click **Save.**

![](/files/ce57511a9407791c5880bf90e7e9fc05d36c4734)

After you press Save, the payment will be applied.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
You can choose to make one payment for the full amount of the Milestone, or you can enter a value below the full amount to make a part payment.
{% endhint %}

At any stage, navigate to the **Payments** submenu to review payments to date and the amount outstanding. From there you can also edit or delete a payment.

![](/files/1319ab80b3abac89b01118ffffc324b96f187a5c)


---

# 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://help.tahua.io/knowledge-base/administrator-help-guides/payments/create-a-payment-against-one-milestone.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.
