> For the complete documentation index, see [llms.txt](https://docs.testfiesta.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.testfiesta.com/projects-tab/milestones-tab/creating-milestones.md).

# Creating Milestones

<details>

<summary>Step 1: Enter the Milestone info page</summary>

On the Milestones tab of your Project click on the "Create Milestone +" button. Then input the Milestone information. This includes the following:

* Name
* Start date (MM/DD/YY)
* Due Date (MM/DD/YY)
* Status (Active, Upcoming, Blocked)

</details>

<div><figure><img src="/files/xn12IaByM6LdgAU2Tumj" alt=""><figcaption><p>Open the Milestones tab on the Project you're working on.</p></figcaption></figure> <figure><img src="/files/gGA08wQpKubimG4AB2RC" alt=""><figcaption><p>Input the Milestone info.</p></figcaption></figure></div>

<details>

<summary>Step 2: Add Test Activities in order to generate the Milestone</summary>

From the Milestone information page, click on the "Test Activities" button to bring up the menu and add your Test Runs and Test Plans to the Milestone.

</details>

<figure><img src="/files/JYgl1hGqWw5BfL58liu1" alt=""><figcaption><p>It is advised to add Test Activities before generating a Milestone.</p></figcaption></figure>

{% hint style="info" %}
Check out the following sections for more details on how to add Test Activities including [Test Runs](/projects-tab/milestones-tab/creating-milestones/adding-test-runs-to-milestones.md) & [Test Plans](https://github.com/testfiesta/testfiesta-docs/blob/main/projects-tab/milestones-tab/creating-milestones/broken-reference/README.md).
{% endhint %}

<details>

<summary>Step 3: Review the generated Milestone</summary>

After adding Test Runs or Test Plans to a Milestone and generating it, it will appear as an open Milestone on the Milestones tab of your Project.

</details>

<figure><img src="/files/gjBl40GWxlSULEBp6aBK" alt=""><figcaption><p>A confirmation toaster will appear notifying you of the newly created Milestone. It will now appear in your table view.</p></figcaption></figure>

You have created your first Milestone, now you can add Test Activities! Let's start with Test Runs. To find the ones you want quickly, you can filter them. Click "Next" to learn how to filter Test Runs for Milestones.


---

# 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://docs.testfiesta.com/projects-tab/milestones-tab/creating-milestones.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.
