# Tasks

The Tasks sheet under the Work Module manages information for all tasks assigned to the team or individuals, compiling data to cover the overall progress of the chosen project. It records the task title/name, concerning project, due date, assigned members, and task status, with options for descriptive view, editing, and deletion. The data is presented in a tabular format for easy reference.

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

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

**Title:** This space records the name/tag by which the task would be seen and accessible.

**Task Category:** Depending on the task chosen they can easily be placed into separate categories which can be chosen from here.

**Project:** This records the details of the project to which this task concerns.

**Dates:** Start and Due Date are recorded here.

**Assigned to :** The member to whom the task is appointed is chosen from this slot in the form.

**Description:** This part holds a part of the information concerning the project and task that are a must when working on the task.

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

**Label:** This part of the form labels the tasks mentioned in the list.

**Milestones:** Tasks can also be added to individual milestones which will record progress not only for the project but also for the milestone it is being further added in.

**Status:** This slot in the form marks whether the added task is incomplete, under progress, or complete.

**Priority:** The tasks can be of varied priorities depending on their importance. This is specified using this slot in the form by mentioning its priority as Low, Medium, or High.

**Checkbox:** There are certain checkboxes to select in the form which adds features to the task added, these are customizable and on user's choice whether what would be of preference to them.

**Files:** This slot allows to the addition of files that are required for individual tasks in this section which permits its easier access later.

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

Looking into individual tasks presents information from basic details to descriptive data, including designated tasks for members to consider while working. This section provides complete information such as task details, project details, description, priority status, work status, dates, and time logged until completion. This comprehensive view ensures clear understanding and detailing of each task.

<br>


---

# 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://wheel-erp.gitbook.io/wheel-erp-user-guide/work/tasks.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.
