# Create a Task

To create a new task, simply click on "Add New Task" located in the top right corner. The task creation process involves three fundamental steps:

1. Start by entering the task's name.
2. Specify the due date as the second step.
3. In the third step, you can assign the task to one or more individuals or even to a team or group.

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

***Adding Project:*** Besides these three steps, you can include a Project name if the task is linked to a specific project.

***Adding Service:*** If the task is part of a particular service, you can specify the service name.

***Adding Client:*** When the task is associated with a client, you can make a selection from the drop-down menu.

***Adding Follower:*** It's also possible to assign a follower. The follower's role is to oversee or supervise the task, even if they are not directly involved in its execution.

<figure><img src="/files/YLNrziVqyRv4WOtq9nwD" alt=""><figcaption></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://guide.taskopad.com/fundamentals/task/task-creation-process/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.
