# Task Management

Tasks are small portions of individual work items that agents must complete within a specific time frame when handling customer tickets. This item can usually be tracked through the task name, task priority, and the status of each task. ach task has a title or description, start date and end date including the task owner, observer, and many more.

This feature allows users to create, edit, assign, and manage a series of tasks, where each task can have different team members responsible for completing it. Task management is a simple yet effective way to break down work into smaller tasks, speeding up resolution and increasing individual accountability. With task management, it becomes much easier to understand which work is assigned to whom and the deadlines for each individual.&#x20;

Go to the **Task Management** menu, and you will see a task management page like the images below.

![Task Management](https://765826444-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLYDAnLjpg2T8z2BplJOS%2Fuploads%2FRdrlfC4xe806PYE03ULm%2FTask%20management.png?alt=media\&token=050cb8b9-306c-4723-88f4-51e50390f98f)

**Component Explanation:**

| Name                    | Description                                       |
| ----------------------- | ------------------------------------------------- |
| Task Name               | Indicates name of the task that has been created. |
| Owner Task (Created by) | Indicates who created the task.                   |
| Created Date            | Indicates when a task has been created.           |
| Due Date                | Indicates the deadline for completing the task.   |
| Task Status             | It display each task's status.                    |


---

# 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.3dolphins.ai/task-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.
