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

# Overview

Project Management service allows a team to refine its workflow with convenient collaborative tools for creating, sharing, and tracking their projects and tasks.&#x20;

It is designed to make one's work process easier, more smooth, and transparent.

Keep the track of one's work, structured in simple blocks of tasks and useful labels. A team member drags a task from one to another stage easily to let their manager know what keeps them busy each day and what actual workload they are dealing with.

At the end of the day, week, month, view all the tasks one has accomplished, analyze the achievements one gained and the skills one upgraded while expanding their daily capabilities and professional tasks diversity.

## Quick Start

Begin using Project Management with these tutorials:

* [**First-time user (Basic mode)**](/project-manager/quick-start/first-time-user-basic-mode.md) - for users, who were invited to participate in a project, but who never used Aitheon Services (for example, side organizations, freelancers).
* [**Team member (User mode)**](/project-manager/quick-start/team-member-user-mode.md) - for an Aitheon client organization users.
* [**Project manager (Admin mode)**](/project-manager/quick-start/project-manager-admin-mode.md) - for managers and supervisors.&#x20;

## Explore Main Features

* [**Projects**](/project-manager/main-features/projects.md)
* [**Tasks**](/project-manager/main-features/tasks.md)
* [**Epics**](/project-manager/main-features/epics.md)
* [**Dashboard**](/project-manager/main-features/dasboard.md)
* [**Automation**](/project-manager/main-features/automation.md)
* [**Control Panel**](/project-manager/main-features/control-panel.md)


---

# 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.aitheon.com/project-manager/master.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.
