# 6.1 Phases

The "Phases" feature allows users to divide their projects into stages or phases, each comprising a set of related activities or tasks. This feature helps break down a project into smaller, more manageable parts, making it easier to organize and track its progress.

To create a phase in Onethread, users can add a new phase, give it a name, and define the start and end dates. Users can also assign tasks and milestones to each phase and track their completion status. This allows users to set clear goals and deadlines for each phase, making it easier to manage the project timeline.

Users can also assign team members to each phase, enabling them to collaborate and work together towards completing the phase's tasks. Users can monitor the progress of each task and, if necessary, make adjustments to the project plan. This ensures that the project is on track and completed on time.

Phases in Onethread also help identify potential roadblocks or delays in the project. Users can track the progress of each phase and identify if any issues need to be addressed. This helps improve project visibility and ensure the project is delivered on time and within budget.

### Pre-Condition to use this feature:

* Users must have an account in Onethread.
* Users must be logged in to the account.
* Users must be a part of a company.
* Users must be added to a project.

### &#x20;From here, you can,

* [<mark style="color:purple;">**Create a Phase**</mark>](/6.-managing-items/6.1-phases/6.1.1-create-a-phase.md)
* [<mark style="color:purple;">**Manage Phase Modal/Activity Page**</mark>](/6.-managing-items/6.1-phases/6.1.2-phase-modal-activity-page-manage.md)


---

# 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/6.-managing-items/6.1-phases.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.
