# Task Management

## Overview

[Task management](https://www.labii.com/task-management) is the process of monitoring your project's tasks through their various stages from start to finish.

Labii's task management is designed to increase work efficiency by providing a centralized platform for organizing and tracking tasks. This allows team members to easily see what needs to be done, who is responsible for it, and the status of the task. Furthermore, Labii's task management allows users to keep track of their schedules, and also promotes collaboration among team members to ensure everyone is on the same page.

{% embed url="<https://youtu.be/MjxSP9KKXWQ>" %}

## Requirements

In order to use the **Task Management** in Labii, you must first install the [Project Management](https://docs.labii.com/applications/project-management) application or tasks table. If Project Management application is selected when creating the account, then this step can be skipped.

1. Select Applications from **Settings -> Applications**
2. Click **Add application** and select **Add from a template**
3. Choose **Project Management** from the pop-out modal. A lack of such an option indicates that you have already installed it.

Following the configuration, you should have the following tables installed:

* tasks

## Create task

Just like with all other Labii records, you can add a new task from the side menu or from the task list view. You can also add a new task from the task dashboard.

* **Name**
* **Description**
* **Parent** - The parent task. Use this field to create a subtask.
* **Date** - start date, start time, end date, and end time of a task.
* **Assignees** - Who is going to do the task.
* **Hours** - The number of hours required to complete the task.
* **Frequency** - The frequency of the task that you would like to perform
* **Account** - The account from CRM to associate with the task
* **Notes** - Additional information about the task
* **Is Completed**

## Task dashboard

Labii's task management feature includes a list view that allows users to easily manage their tasks. To provide a familiar experience to other vendors in the market, Labii also includes a tasks widget in the dashboard, which allows users to quickly complete tasks with a simple click and view subtasks indented under the parent task.

<figure><img src="https://3607108856-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LHVg57XIRcjV-Vbubtn%2Fuploads%2Fgit-blob-332554ff310a10535d4b8e7e74139af427f305f9%2Ftask-management-dashboard.webp?alt=media" alt=""><figcaption></figcaption></figure>

### Complete a task

To complete a task, click the cycle next to it. Light green background indicates that the task has been completed.

### Add subtask

Click the Add subtask icon at the end of each task to add a new subtask.

## Calendar view

Labii's calendar view is designed to help users manage their schedule and meet deadlines by displaying all their tasks on a calendar.

<figure><img src="https://3607108856-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LHVg57XIRcjV-Vbubtn%2Fuploads%2Fgit-blob-2773ef731e2a22b5812f136caebb627c9d90e7b1%2Ftask-management-calendar.webp?alt=media" alt=""><figcaption></figcaption></figure>

Click the **Calendar** from side menu to view tasks in the calendar.

## Routine tasks

Labii allow the routine tasks to be created at the following frequencies:

* Daily
* Weekly
* Monthly
* Annually

If a routine task is completed, the system will update the date to a future date automatically.


---

# 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.labii.com/applications/project-management/task-management.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.
