> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/quality-managers/task-management-application.md).

# Managing Tasks (Apps)

## Overview

The **Task Management** application is a structured, workflow-driven solution for managing tasks across the organization. It supports the full lifecycle of a task, from creation and execution to review and closure.

{% hint style="info" %}
All tasks are logged, assigned, and tracked in a centralized system, ensuring visibility, accountability, and compliance with organizational standards.
{% endhint %}

***

## Application Prerequisites

Before users can work with the **Task Management** application, administrators must configure the following settings:

<details>

<summary><i class="fa-gear">:gear:</i>  <strong>General Settings</strong></summary>

<i class="fa-calendar-days">:calendar-days:</i>  **Frequency**

Define the intervals at which activities are scheduled to occur.

</details>

{% hint style="success" %}
For detailed setup instructions, see [**Task Management Application Settings**](/interfacing-help-files/administration-and-configuration/configuring-application-settings/task-management-application-settings.md).
{% endhint %}

***

## Accessing the Application

To access the **Task Management** application:

1. Select the **Apps** tile in the side navigation bar.
2. On the **Apps** page, either:
   * Expand **Task Management** in the navigation tree, or
   * Navigate to the **Task Management** section in the application gallery.

<p align="center"><kbd><strong>IMAGE</strong></kbd></p>

The application opens, displaying its available modules.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><i class="fa-circle-plus">:circle-plus:</i>  <strong>New Task</strong></td><td>Use this module to create and submit a new task for execution.</td></tr><tr><td><i class="fa-list-radio">:list-radio:</i>  <strong>Task List</strong></td><td>Use this module to view all submitted tasks, tracking progress through the workflow.</td></tr><tr><td><i class="fa-list-radio">:list-radio:</i>  <strong>Task Management Reminder</strong></td><td>Use this module to send reminders to responsible users for pending tasks.</td></tr><tr><td><i class="fa-list-radio">:list-radio:</i>  <strong>Tasks I Manage</strong></td><td>Use this module to view all tasks for which you are the assigned manager.</td></tr></tbody></table>

{% hint style="danger" %}
Available modules vary based on your assigned permissions.
{% endhint %}

***

## Learn More

<table data-view="cards"><thead><tr><th></th><th></th><th>Role(s)<select multiple><option value="8a79RPol9hBg" label="Creator" color="blue"></option><option value="9gGarTaUhWu7" label="Owner" color="blue"></option><option value="GQTXAvrB7CP6" label="Reviewer" color="blue"></option><option value="gcKZq5XQhX7m" label="Manager" color="blue"></option></select></th><th>Related Module(s)</th><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>How to Create &#x26; Manage Tasks</strong></td><td>Perform assigned tasks to advance items through the <strong>Tasks Management</strong> workflow.</td><td><span data-option="8a79RPol9hBg">Creator, </span><span data-option="9gGarTaUhWu7">Owner, </span><span data-option="GQTXAvrB7CP6">Reviewer, </span><span data-option="gcKZq5XQhX7m">Manager</span></td><td><i class="fa-circle-plus">:circle-plus:</i>  <strong>New Task</strong></td><td></td><td></td><td></td><td><a href="/interfacing-help-files/quality-managers/task-management-application/creating-and-managing-tasks.md">Creating &amp; Managing Tasks</a></td><td><a href="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2F7xnyHkvLPtjKbZYQlycM%2FIMS-V16-NAV-Library-Icons-64.png?alt=media&amp;token=ac158510-5671-497b-888a-5715d4d84ddf">IMS-V16-NAV-Library-Icons-64.png</a></td></tr><tr><td><strong>How to Track &#x26; Monitor Tasks</strong></td><td>Monitor the status and progress of action items using lists and dashboards.</td><td><span data-option="8a79RPol9hBg">Creator, </span><span data-option="GQTXAvrB7CP6">Reviewer, </span><span data-option="gcKZq5XQhX7m">Manager</span></td><td><i class="fa-list-radio">:list-radio:</i>  <strong>Task List</strong></td><td><i class="fa-list-radio">:list-radio:</i>  <strong>Tasks I Manage</strong></td><td><i class="fa-chart-pie">:chart-pie:</i>  <strong>Task Management Dashboard</strong></td><td><i class="fa-list-radio">:list-radio:</i>  <strong>Task Management Reminder</strong></td><td><a href="/interfacing-help-files/quality-managers/task-management-application/tracking-and-monitoring-tasks.md">Tracking &amp; Monitoring Tasks</a></td><td><a href="https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FNZOvD3ldHJ3i1zsvDksS%2FCR-V16-Icons-1.png?alt=media&amp;token=7c420cc4-9abf-4601-8fc3-8e9769771b27">App-V16-Icons-1.png</a></td></tr></tbody></table>


---

# 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://interfacing.gitbook.io/interfacing-help-files/quality-managers/task-management-application.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.
