# Create a Task

## What is a Task?

A **task** is a digital sticky note on a virtual whiteboard (task manager). Tasks allow you to track the progress of Project work and manage requirements.

A **task manager** is a simple, integrated to-do list manager that helps you capture, organize, and track personal and work-related tasks across all your Parta workflows.

The task manager consists of the following levels:

{% stepper %}
{% step %}

### Company Task Manager

<figure><img src="/files/lIUzCocz1HwaLeZCa973" alt=""><figcaption></figcaption></figure>

Go to the **Tasks** tab to see all the tasks created at the different Projects of the company.
{% endstep %}

{% step %}

### Project Task Manager

<figure><img src="/files/EDZ8vPajpUvFYQPcjphN" alt=""><figcaption></figcaption></figure>

[Open a Project](/project/set-projects/manage-a-project.md) and go to the **Tasks** tab to see all the tasks of the Project.
{% endstep %}

{% step %}

### Editor Task Manager

<figure><img src="/files/YlEQXGqUg36crPac0RAi" alt=""><figcaption></figcaption></figure>

[Open an editor ](/editor/work-in-the-editor.md)and click the **Tasks** icon to open the tasks list of the opened section.
{% endstep %}
{% endstepper %}

## Create a Task

### Create a Task for a Project

<figure><img src="/files/R09Ejb5WZ2CYXcYLw1hl" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}
[Open a Project](/project/set-projects/manage-a-project.md) and go to the **Tasks** tab.
{% endstep %}

{% step %}
Click **+**.

A pop-up window will appear.

<figure><img src="/files/5J6Wr8XIqA1SNGh0tV23" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Enter the task name.
{% endstep %}

{% step %}
Edit [general task settings](#edit-general-task-settings).
{% endstep %}

{% step %}
Click the **Create** button.

A task attached to a specific Project will appear at the task manager list.
{% endstep %}
{% endstepper %}

### Create a Task for a Block

<figure><img src="/files/unTY3eJspOMSmtnXGLIK" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}
[Open an editor ](/editor/work-in-the-editor.md)and select a block.
{% endstep %}

{% step %}
Click the **Tasks** icon.

A pop-up window will appear.
{% endstep %}

{% step %}
Click the **Add task** button.

A pop-up window will appear.

<figure><img src="/files/MHCHOG6T6Yna2BQYqMnZ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Enter the task name.
{% endstep %}

{% step %}
Edit [general task settings](#edit-general-task-settings).
{% endstep %}

{% step %}
Click the **Create** button.

A task attached to a specific block will appear at the task manager list.

A task icon will appear in the editor to the left.
{% endstep %}
{% endstepper %}

## Edit General Task Settings

[Open a task](/collaboration/set-tasks/manage-a-task.md#open-a-task) to start editing.

<figure><img src="/files/srDB5rrgu1MBI9kkmnsH" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### Task name

Enter the task title.
{% endstep %}

{% step %}

### Status

Select a task status from a drop-down menu.
{% endstep %}

{% step %}

### Assigned to

Select from the drop-down menu or start typing the team member(s) responsible for the task.

{% hint style="success" %}
A task can be assigned to any member listed on the [**Team**](/project/set-projects/navigate-through-the-project-menu.md#id-8r41vwo0qajq) tab of the Project menu.
{% endhint %}
{% endstep %}

{% step %}

### Due date

Select a deadline in the selection window.
{% endstep %}

{% step %}

### Description

Enter a task details, including specific instructions, objectives, and expected results.
{% endstep %}

{% step %}

### Attachment

Click the **Upload** button to add files related to the task.&#x20;
{% endstep %}

{% step %}

### Comments

Add comments to discuss and clarify information within a task with [Project participants](/project/set-projects/navigate-through-the-project-menu.md#id-8r41vwo0qajq).

{% hint style="success" %}
You can add, mention a team member, edit or delete a task comment.
{% endhint %}
{% endstep %}
{% endstepper %}

{% hint style="info" %}
To add attachments and comments to a new task, click the **Create and stay** button.&#x20;
{% endhint %}

<br>


---

# 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.parta.io/collaboration/set-tasks/create-a-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.
