> For the complete documentation index, see [llms.txt](https://docs.cubicl.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cubicl.io/starting/first-steps-in-cubicl/project-management.md).

# How Do I Create a Project Plan?

**NOTE:** If you are not managing a project or tracking short-term tasks mostly, you do not need to create a project plan. You can track your tasks through the **Tasks** page.

You can create a project plan (Gantt Chart) for your projects. Each project can have only one Gantt Chart; therefore, you need to create a project for each project. You can archive them when the project is completed.

![Gantt Chart](/files/-MUSzPeWe5hqA4NtkfpZ)

Cubicl Gantt Chart is an interactive tool. You can create a task and add it to the chart. To do this, all you need to do is to click on an empty line on the time grid of the chart or type the name of the task to **New Task...** field. Your tasks are shown as bars on the time grid. You can change the dates by dragging and dropping the bar, and change its deadline by pulling the right side of the bar, as well. Creating a project plan is that easy.

You can group taskbars by coloring them or creating task groups. All members of the project can view the project plan -unless you change it-, but only project admins can make changes on it. You can download the project plan as a PDF.&#x20;

Gantt Chart also makes it easy to track the tasks. Overdue tasks are shown in red, active tasks are shown in blue, and completed tasks are shown in green color. If you want, you can remove completed tasks in case of using the Gantt Chart for task tracking. Removing completed tasks is not recommended for projects.


---

# 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.cubicl.io/starting/first-steps-in-cubicl/project-management.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.
