# Create Subtask in a Phase

Creating a subtask under a phase is easy & straightforward. Each subtask can have its name, description, deadline, and assigned team member.&#x20;

### Steps to Use:

* Select a **phase**. The **phase modal page** opens.
* Click the **+ button** at the right of **Subtask.** &#x20;
* A **subtask modal** will open.
* Provide subtask a name, start date, due date, and story point, and add assignee & description (if necessary).&#x20;
* Click the **Create Subtask** button.
* The subtask will be created.

<figure><img src="/files/tGOZhYWMIhfL03jolvtX" alt=""><figcaption><p>Create Subtask in a Phase</p></figcaption></figure>


---

# 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.2-phase-modal-activity-page-manage/subtask-in-phase-item/create-subtask-in-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.
