> 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/task-and-project-management.md).

# Task and Project Management

- [Projects](https://docs.cubicl.io/task-and-project-management/projects.md): To have a common workspace for projects.
- [Tasks Page](https://docs.cubicl.io/task-and-project-management/projects/tasks-page.md): To track tasks in a project.
- [Bulk Actions in Tasks](https://docs.cubicl.io/task-and-project-management/projects/tasks-page/bul-actions.md)
- [Files Page](https://docs.cubicl.io/task-and-project-management/projects/files-page.md): To upload files related to the project.
- [Gantt Chart](https://docs.cubicl.io/task-and-project-management/projects/gantt-chart.md): To make a project plan.
- [Features Of Gantt Chart](https://docs.cubicl.io/task-and-project-management/projects/gantt-chart/features.md)
- [Tips for Planning a Project](https://docs.cubicl.io/task-and-project-management/projects/gantt-chart/tips.md)
- [Timeline Chart](https://docs.cubicl.io/task-and-project-management/projects/timeline-chart.md): To see members' workload.
- [Calendar](https://docs.cubicl.io/task-and-project-management/projects/calendar.md): To track your projects' tasks on calendar.
- [Reports](https://docs.cubicl.io/task-and-project-management/projects/reports.md): To analyze states of tasks.
- [Project Settings](https://docs.cubicl.io/task-and-project-management/projects/project-settings.md): To arrange project settings.
- [Create Tasks](https://docs.cubicl.io/task-and-project-management/create-tasks.md): To create and track tasks.
- [Task Details Page](https://docs.cubicl.io/task-and-project-management/create-tasks/task-details.md): To reach all info about a task.
- [Chat](https://docs.cubicl.io/task-and-project-management/chat.md): To communicate with the team.
- [E-mail to Task](https://docs.cubicl.io/task-and-project-management/e-mail-to-task.md)
- [Workflows](https://docs.cubicl.io/task-and-project-management/workflows.md)
- [Automation](https://docs.cubicl.io/task-and-project-management/automation.md)
- [Integrations](https://docs.cubicl.io/task-and-project-management/integrations.md)
- [Custom Actions](https://docs.cubicl.io/task-and-project-management/custom-actions.md)
- [Forms](https://docs.cubicl.io/task-and-project-management/forms.md): To collect info for tasks and for surveys.
- [Search Across](https://docs.cubicl.io/task-and-project-management/search-across.md): The search button in the navigation menu allows you to search through all your tasks in Cubicl.


---

# 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/task-and-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.
