# Set Information for a Phase Subtask

This feature allows users to add additional information to the subtask, including start date, due date, and story point, and add the assignee & description. This information breaks the phase into a more accessible way for the assignee to complete it on time.

### Steps to Use:

* Select a **phase**. The **phase modal page** opens.
* Click the **down arrow button of** the **Subtask.**&#x20;
* You will see the **Subtask list.**
* Choose which **subtask** you want to add information.
* The **Subtask modal** will open.
* Provide the subtask **start date** and **due date**, and **add** the **assignee** & **description.**
* Click the **Create Subtask** button.
* The **information** will be **updated**.

### Important Notes:

* Typically, the story point assigned to a subtask is lower than that assigned to the primary task. It is possible to assign story points to multiple subtasks, but it's essential to remember that the total sum of subtask story points should not exceed the story point assigned to the primary task.
* A notification will be triggered if the sum of subtask story points exceeds the story point assigned to the primary task. This notification will inform you that the new sum of total story points for the subtasks will now become the new story point for the primary task.
* You can assign different assignees for subtasks. After adding them to subtasks, they will be shown in the assigned subtasks & main task assignee section.


---

# 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/set-information-for-a-phase-subtask.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.
