# Project Task

You can select a **Project** from the **List of Projects** and depending on your role (Project Manager or Team Member) in that project you will see different features such as Adding/ Editing a Task, Adding an Entry in Timesheet, etc.

<div align="left"><figure><img src="/files/krlcl1ndqYoCuin55pF2" alt=""><figcaption><p>List of Projects</p></figcaption></figure></div>

## Add Task&#x20;

If you are working as a **Project Manager** on a Project, you can Add and Edit Tasks. However, if you are a **Team member** you can only view the tasks.

After Project selection, you will be navigated to the Project Tasks screen where you will see the **(+) Add Task** button to add a new task.

<div align="left"><figure><img src="/files/oDEu4fqlwn2n77pXtPYx" alt="" width="375"><figcaption><p>Project Tasks</p></figcaption></figure></div>

Click the **(+) Add Task button**, you will be directed to the **Add/ Edit** Task screen as shown below:

<div align="left"><figure><img src="/files/eJdGf4u9EsDUUnxF1FZW" alt="" width="375"><figcaption><p>Add/ Edit Task screen</p></figcaption></figure></div>

In the prompt add details in the following fields:

* **Task Name** - You can add the name of the task in this field.
* **Description** - Add the description of the task with any details in this field.
* **Start Date** - You can select the Start Date of the task from the calendar widget.
* **End Date** - Choose the End Date of the task from the calendar widget.
* **Notify Members** - By selecting the **Notify Members** button, you have the option to send notifications to the team members.

Click the **Save Task** button to get the task added to the Project Tasks list.

{% hint style="info" %}
"The task start and end dates must fall within the project start and end dates. If you select a date range outside of the project date range, you will get an error while adding the task."
{% endhint %}

## Edit Task

Only Project Managers have the privilege of editing the task. To edit the task, click **Edit Task button** to the respective task you wanted to edit.

<div align="left"><figure><img src="/files/oDEu4fqlwn2n77pXtPYx" alt="" width="375"><figcaption><p>Edit Task</p></figcaption></figure></div>

You will be directed to the **Add/ Edit** Task screen as shown below to make any changes. Click **Save Task** button to save all the changes.

<div align="left"><figure><img src="/files/ja9QOfpKfD084K86iD1z" alt="" width="375"><figcaption><p>Add/ Edit Task screen</p></figcaption></figure></div>

## View Task

Team Members can only view the Project tasks as shown below:

<div align="left"><figure><img src="/files/PVxiBc6RIFFTxQvA8NUX" alt="" width="375"><figcaption><p>View Project Tasks</p></figcaption></figure></div>


---

# 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://help.runtimehrms.com/project-management/project-task.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.
