# Add a task to a project

Tasks help you break project work into actionable steps and assign ownership across your team. You can add tasks when first building a project, or at any point after a project is already underway.

### Method 1: Add a task when creating a new project

{% hint style="info" %}
**When to use:** You are starting a brand new project and want to build out its tasks right away.
{% endhint %}

1. Click **+ Create New** in the top-left corner.
2. Click **Project**.
3. Fill in your project details.
4. Click **Create**.
5. Inside the new project, click **+ Task**.

**Expected outcome:** The task is saved to your project and ready to be built out with details, assignees, and dates.

***

### Method 2: Assign an existing task to a project

{% hint style="info" %}
**When to use:** You have already created a task and want to link it to a project after the fact.
{% endhint %}

1. Open the task.
2. In the task modal, click the **Project** dropdown on the right-hand side.
3. Select the project you want to add the task to.
4. Changes are saved automatically.

**Expected outcome:** The task will now appear in the task list of the project you selected.

***

### Method 3: Add a new task directly inside an existing project

{% hint style="info" %}
**When to use:** Your project already exists and you want to create a net-new task from within it.
{% endhint %}

1. Click **Projects** in the left panel.
2. Open the workspace where your project lives, then click the project to open it.
3. Inside the new project, click **+ Task,** and fill in your task details.

**Expected outcome:** The task is added to the project and visible to anyone with access.

**FAQ**

**How do I edit or update a task after saving it?** Open the task, change the parameters you need, and the changes are saved automatically.

**Can I add subtasks?** No, Wonderly does not currently support subtasks on projects.

**How do I mark a task as complete inside a project?** To mark a task as complete, just open the project, open the task, and change the status to “Completed.”


---

# 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://www.wonderly.com/help/work-hub/tasks-overview/creating-and-organizing-tasks/add-a-task-to-a-project.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.
