> For the complete documentation index, see [llms.txt](https://help.tahua.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tahua.io/knowledge-base/administrator-help-guides/milestones/create-singular-milestone.md).

# Create Singular Milestone

{% stepper %}
{% step %}

### Create a Singular Milestone

Go to the “All Milestones” menu. Click **Create Milestone.**

![](/files/eaa0faa96e2a0eb8c44226ba0e28bb992a05c8ea)

Alternatively, navigate to the Application via the All **Applications** menu, or via your **Dashboard.** Click **Add Milestone.**

![](/files/9c524c26b6bf38d2916f3eddc96b4d2d829f18d4)
{% endstep %}

{% step %}

### Step One: Milestones

* You can click **Create Milestone** to start from scratch, otherwise click **Import Template** to use an existing Milestone. Note: You can amend an imported template.

![](/files/62b1524509c7b0954223f7f93800834d11f521cf)

* Enter the Title, Due date and Funding amount (the amount of funds that will be paid to the applicant after completion of all deliverables on the Milestone).
* (Optional) Enter the Description.
* Click **Create Form.**

![](https://lh3.googleusercontent.com/gaEZihabr99rwoWkU-pD0gUI_mIPruiU-chVf3eiCwnnBuGHRMu_vcK5wl1epLB6dDqFbP4SRRqQXX2iirNT7pjzJseU25nH0FodJvCTgZTaGutkswkQ_xsUCbFu5Ed1HAkx48c7)

* You will be navigated to a custom form builder where you can establish deliverables that will be required by the Applicant as part of this Milestone. See Milestone Templates.

![](https://lh4.googleusercontent.com/veMXZVuo5yOOTLyGhItTJo--YM0f8JcwvNYY5Nr6Jmwszd2SGE8ZYC1Tgn1OqAT754fdjIBwgBylLpccJLKwD5d8vTpw_Bp557xTP94dmOtpqp1e6A6NCxysK0wSnXkr2gA1C6YM)

* Select the funding application to apply to the milestone. Note: this step does not apply if you started this process via the application itself.
  {% endstep %}

{% step %}

### Step Two: Application

If applicable, select an application.

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

{% step %}

### Step Three: Reviewers

Select which Administrators will have access to review your Milestone. This example specifies an Admin.

![](https://lh3.googleusercontent.com/l06ZhTWUhK_BLnPUfvXasA09nNMC3vFzXjBLv5cMISEzZ24UsyHnUn7kDt2NEx5LFByiGFcNqAiRDXHEa_rBR-zmlTmvSOuoNdr9dZxrKmD1xs_HAJ0rGHJEfPvozWi19UpRCEZv)
{% endstep %}

{% step %}

### Submit

Click **Create Milestones**

![](/files/81342d24ed7aa45b932645314353fd8c2883144a)

* If you specified an Admin to review the Milestone, the status of the Milestone will be “Pending review”.

![](https://lh3.googleusercontent.com/-dfcq1pMjWsMjxpklsEbsC8v-_TcpjyXanJPXXiJvfDbHNhtUH9DhcR3ScD_nbd9OiOvmqdH8NRqH39lBcxjh-PGqtBkfB2DD_Giw3VBArhnYZ128Nr6zdM7OEEGdsK1UsJI-qnB) ![](https://lh6.googleusercontent.com/5mI9usKKomx0PwIPj4tKvSU1b_pkQVSn2F5yUqgZktV860fWJTkAgedybCCfxF-APLR6ZmIweZ4rC-kUhPJfvQux10cxqYo-N_GD5eZwOgq0pOQohvEDBtwOkhwCiOAGMGqCndvE)

* If the Reviewer declines one of the deliverables, the status of the Milestone will change to Resubmissions requested. The applicant will be notified. No action is required by you until the applicant resubmits the milestone for further approval.

![](https://lh6.googleusercontent.com/FeMY1Zitap4V_85a4rYw5V0_qygX2_Nuvux9r8awWXx9xp6poSlQBLvwoBAvG2vkjLZ9hU7zRA6iFASnJNdEXflVltvJ6Lv_2dVRqSOEMx9WZxJ37CeJK3b4MZj-bKdUPorgQYfw)

See [Managing Milestones](/knowledge-base/administrator-help-guides/milestones/manage-milestones.md) to learn more about next steps and how to make payment.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you would like to create the same Milestone for a number of different Applications at the same time, you can create a “Milestone Batch”. Refer to [Create a Milestone Batch](/knowledge-base/administrator-help-guides/milestones/create-milestone-batch.md).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.tahua.io/knowledge-base/administrator-help-guides/milestones/create-singular-milestone.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
