> For the complete documentation index, see [llms.txt](https://docs.milientsoftware.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.milientsoftware.com/help/tasks/planning.md).

# Planning

Tasks in Moment allow you to plan your work within a project in easily manageable parts. By creating a task you can reserve and plan you own or your co-workers time. By going to **Tasks > Planning y**ou will see an overview of available tasks on the right side, and on the left side you will see a list of co-workers and their weekly schedule. You can then choose a task from the right side and drag it towards the day in which you want them to start working with the task. You will then get an option to choose the amount of hours allocated to the co-worker and the frequency. In this case we choose to allocate from a date to another.&#x20;

![](/files/-MHusaETU_5Ia_KG8J2T)

The co-workers can see the hours allocations you have given them in their own calendars in Moment. They can see their calendar in **My Pages > Tasks > Calendar**

![](/files/-MHv3l_o6WSG0KBtPD-w)

**In the screenshot above you will see the task allocation for each day, one hour has been allocated.**&#x20;

The co-worker can now register hours directly from their calendar if they want to:&#x20;

![](/files/-MHv5AHTXsMB3T2PGuDq)

These hours will update the co-workers timesheet also.&#x20;

Going back to the project plan you will be able to see that the three hours logged by the co-worker actually have updated the status of the tasks progression:&#x20;

![](/files/-MHv7a2Bz7968Ngj9zjc)

## How do tasks work with the reservations and the project plan?

If you go to Setup > Settings > General > Tasks you will see these options:&#x20;

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

By enabling this, you will allow for the hours allocated while you plan with your tasks (see description in the section above) to update the project plan, and hence also reservations.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.milientsoftware.com/help/tasks/planning.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
