> For the complete documentation index, see [llms.txt](https://guides.mangoapps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.mangoapps.com/user-guide/tasks/centralized-tasks.md).

# Centralized Tasks

### Overview

From this tab, admin users (and those users/segments with [active permissions](https://guides.mangoapps.com/admin-guide/module-settings/tasks/general#site-tasks)) can manage and create **Centralized Tasks**.&#x20;

<figure><img src="/files/CLzJHC3IMpRCbZYJCuTF" alt="" width="563"><figcaption></figcaption></figure>

A **Centralized Task** is a type of task that allows for streamlined management and distribution across multiple users or teams, all while maintaining a single parent task for unified oversight. It is designed to centralize task creation, assignment, and tracking, making it easier to manage large-scale or collaborative projects in organizations.

***

### Centralized Tasks Toolbars

From this tab, admins can view all assigned centralized tasks as well as track the progress of these tasks. Search for a specific task using keywords, customize the display of tasks based on specific criteria, and even arrange tasks based on different parameters such as priority, due date, or status.

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

***

### Centralized Task Summary

From the summary pages, admins can review the details of the task, review the status, and execution percentage.

<figure><img src="/files/fEdOYOJpNendpo8K0ybU" alt="" width="563"><figcaption></figcaption></figure>

**Execution Status**: Offers insights into task execution status, ensuring transparency and accountability.

**Details**: Provides a comprehensive summary of each centralized task, including descriptions, checklists, and attachments.

From the **3-Dot action menu** next to each team's name, admins have the option of sending a message to the specific team's responsible users.

***

By leveraging the Centralized Task Management system's capabilities, administrators and users can effectively coordinate and oversee group-related tasks, facilitating smoother operations and improved task management efficiency.


---

# 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://guides.mangoapps.com/user-guide/tasks/centralized-tasks.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.
