# How to create a task

{% hint style="warning" %}
to create a task you need at least one project since every task is linked to a project.
{% endhint %}

1. Click on "create new task"&#x20;

<figure><img src="/files/ObeJPYy7mvrLmD4DGHll" alt=""><figcaption><p>Create new task button</p></figcaption></figure>

2\. Select a project from the popup window

3\. After you click the project in the popup you should see the following screen:&#x20;

<figure><img src="/files/1X7wyeebKG7dOEwytJTI" alt=""><figcaption><p>Create task page</p></figcaption></figure>

4\. Enter all the information as shown on the screen.


---

# 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.tasksource.io/tasksource-documentation/how-tos/how-to-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.
