> 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/creating-and-managing-tasks/create-new-task.md).

# Create New Task

Create and submit a new task to initiate the Task Management workflow.

## Workflow Overview

<i class="fa-location-dot">:location-dot:</i>  **Current Task:** Create New Task

<i class="fa-user">:user:</i>  **Performed By:** Task Creator (e.g., Department Manager, Project Manager, Product Owner)

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

***

## Completing the Form

Use the **New Task** form to define and document a task to be performed.

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

{% hint style="success" %}
For guidance on common form features and functions, see [**Working with Forms**](/interfacing-help-files/end-users/exploring-apps/working-with-forms.md).
{% endhint %}

***

{% stepper %}
{% step %}

### Identify, Prioritize, & Assign Ownership

Complete the required fields to define the task and establish accountability for review and escalation.

* **Task Name:\*** Enter a brief, descriptive title for the task.

* **Priority:\*** Select the level of importance or urgency (e.g., Low, Medium, High).

* **Due Date:\*** Select the date by which the task must be completed.

* [**Task Owner:**](#user-content-fn-1)[^1]**\*** Select the user responsible for executing the task.

* [**Task Reviewer:**](#user-content-fn-2)[^2]**\*** Select the user, role, or group responsible for reviewing and approving the completed task.

* [**Frequency:**](#user-content-fn-3)[^3] Select how often the task should recur.
  * Leave blank or select **One Time Only** if the task should not repeat.&#x20;

{% hint style="warning" %}
When a recurring frequency is selected, the system automatically creates the next task instance when the current task reaches its due date.&#x20;

* Changes to frequency only apply to future task instances.
  {% endhint %}

* [**Manager:**](#user-content-fn-4)[^4] Select the user responsible for escalation oversight and managerial intervention if the task becomes overdue or is reassigned.

<p align="center">━━━━━━━━━━━━━━━━━━━━━━━━━━━</p>

**Read-Only Fields** (🔒)

* **Task ID:** A system-generated, unique identifier used for tracking and reference.

{% hint style="warning" %}
This ID is assigned upon submission.

<p align="center"><kbd><strong>IMAGE</strong></kbd></p>
{% endhint %}

***

{% endstep %}

{% step %}

### Add Supporting Information (Optional)

To provide additional context and supporting details, you may include:

* **Associated Documents:** Upload relevant files, reference materials, or supporting documentation related to the task.
* **Comments:** Enter notes, instructions, or additional information to assist task owners and reviewers.

***

{% endstep %}

{% step %}

### Submit Task

Click **Submit** to enter the task into the **Task Management** workflow, routing it to the designated owner for [execution](/interfacing-help-files/quality-managers/task-management-application/creating-and-managing-tasks/execute-task.md).

***

{% endstep %}
{% endstepper %}

***

## See Also

<table data-view="cards"><thead><tr><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>Tracking &#x26; Monitoring Tasks</strong></td><td>Monitor the status and progress of tasks using lists and dashboards.</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>

[^1]: 💡 **For Administrators:**

    * Manage the options that populate the **Owner** dropdown in:
      * **Library** > [**Organization**](/interfacing-help-files/process-analysts/organization-management.md).
    * Only **active** users will appear in the dropdown.

[^2]: 💡 **For Administrators:**

    * Manage the options that populate the **Reviewer** dropdown in:
      * **Library** > [**Organization**](/interfacing-help-files/process-analysts/organization-management.md).
    * Only **active** users, roles, and groups will appear in the dropdown.

[^3]: 💡 **For Administrators:**

    * Manage the options that populate the **Frequency** dropdown in:
      * **QMS Admin Settings** > **General Settings** > [**Frequency**](/interfacing-help-files/administration-and-configuration/configuring-application-settings/general-application-settings/frequency.md).
    * Only **active** options will appear in the dropdown.

[^4]: 💡 **For Administrators:**

    * Manage the options that populate the **Manager** dropdown in:
      * **Library** > [**Organization**](/interfacing-help-files/process-analysts/organization-management.md).
    * Only **active** users will appear in the dropdown.


---

# 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/creating-and-managing-tasks/create-new-task.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.
