# Projects

## What is a project?

Projects are designed to help you keep track of large client group jobs. A project can have any number of phases, and phases can have any number of tasks.

## Project editing

### Title, Start date & Due date

Title, start date and due date are  input fields where you can type. To edit these, select the input and type in your new value.

{% hint style="info" %}
By default, project title is set to "New project",  project start date is the same day you create the project and due date is set to one week after the day you create the project.
{% endhint %}

### Priority

Priority is a  button which provides you set options you can click to update the value.

### Teams and Tags

Teams and tags can be added by selecting the plus symbol and removed by hovering over the team/tag and clicking the cross. See [Teams & Tags](/tasks/teams-and-tags.md) for more information.

### Status

Project status is calculated based on the status of the project tasks. See [Status](/tasks/status.md) for more information.

## Phases

Projects can have multiple phases. Phases have a title and can have any number of project tasks. Phase title is an input and can be edited by selecting the title and typing. See the example below:

<figure><img src="/files/dVRYqwx8UJFoMA8Stfdx" alt=""><figcaption><p>An example of editing the phase title</p></figcaption></figure>

Phases can be **duplicated** or **deleted** by clicking the options button on the right.

Phases can also be re-ordered. This is done by pressing and holding the grid icon on the far left.

## Project tasks

Phases can have any number of tasks, these are called **project tasks.** These tasks are a slimed down version of regular tasks - they contain a **title**, **status**, **due date**, **assigned user** and a **description**. To edit a project task, click on the field you want to edit and type your new value in.

Project tasks can be duplicated or deleted by clicking the options button in the top right corner.

Project tasks can be re-ordered within a phase, this is done by pressing and holding the grid icon on the far left.

<figure><img src="/files/xAHn4RfMDiCVzudjrWHg" alt=""><figcaption><p>Reording phases and tasks demo</p></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://docs.moasapp.com/tasks/projects.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.
