# User Tasks

User task list contains all active tasks within the system. Navigate to Collaboration > Users tasks to access the task list as shown below.&#x20;

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

User task grid includes task Priority, Type, Number, Assignment, Reference, and Instructions if applicable.

Administrative users can edit tasks by clicking a corresponding link form the number column.&#x20;

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

In the 'User task' pop-up window, set priority level (numerical value) and add written instruction in the dedicated field. Click 'Submit' to save changes.

<figure><img src="/files/0WjL3nZFg2OjT5QeMdlB" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Notice: Changing task's priority level will change user's order of tasks displayed on their handheld devices.&#x20;
{% endhint %}

Additionally, administrators can delete of set priority in bulk. Select required tasks from the list, using check box marks, and use corresponding buttons in the top right corner.&#x20;

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

{% hint style="info" %}
Notice: When a new tasks is assigned, user's handheld device would alert them with an audio signal.&#x20;
{% endhint %}


---

# 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.p4warehouse.com/v2/collaboration/user-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.
