# 6.1.1 Create a Phase

A phase is a major stage or component of a project, typically defined by specific goals, timelines, and deliverables.

Users can create a new phase by providing names, descriptions, start and end dates, and other relevant details. They can also assign team members to the phase and set permissions for access and editing.

You can create phases from 3 places:

* Admin Dashboard&#x20;
* Create+ button
* inside a project.&#x20;

### Steps to Use:

* From the **item form**, select **phase** & **project**.
* **Give** the **phase** a **name**. **It’s mandatory**.
* **Choose** the **assignee**. You **can assign multiple assignees** to a phase.
* **Provide** **Status** & **set** the **Priority**.
* **Add** a short **description** of the **task** in the **Description box**.&#x20;

  Onethread gives you rich text support options for description formatting. Choose your preferred one and change the description format accordingly.
* **Give** a **Start Date** and **Due Date** if needed.&#x20;

  **Note that** the start and due dates are required for phases to appear in the Calendar and Gantt chart. The start date must not exceed the due date.
* **Set Reminders** (if needed).
* **Add Dependency** Task (if required).
* **Press** the <img src="/files/Khs2GPh0US3mmR1cYXfz" alt="" data-size="line"> button

<figure><img src="/files/bVYeOHtX6Hg7KDVy5FTG" alt=""><figcaption><p>Creating a Phase</p></figcaption></figure>

### Important Notes:

* You can only **assign** the **phases** to those **already added** to the **specific project** in which the phases have been created.
* The **color** of the **phase** is **green**, and a **small green square** can be seen beside it.
* You can **provide** and **change** the **start date & due date** for a phase task. To change dates, you must provide the delay reason & factors.
* In a phase, you can add task reminders, issues, dependencies, subtasks, and attachments.&#x20;
* You can submit a phase or a subtask of a phase. To submit, click the submit button and provide the total spent house, reviewer’s name (can add multiple reviewers), description, and files, and click the submit button.
* You can copy the public URL of the task and share it with anyone.
* Clicking on the “mark as complete” button will complete the task.


---

# 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/6.1.1-create-a-phase.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.
