> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/tasks/understand-task-priority.md).

# Understand task priority

Task priority helps you decide which work needs attention first.

It gives planners and employees a quick signal in the task list.

### Available priority levels

* **Low** — work that can wait.
* **Normal** — standard priority.
* **High** — work that needs faster attention.

### Set task priority

{% stepper %}
{% step %}

### Open the task

Create a new task or edit an existing one.
{% endstep %}

{% step %}

### Find Priority

Locate the **Priority** field.
{% endstep %}

{% step %}

### Choose the level

Select **Low**, **Normal**, or **High**.
{% endstep %}

{% step %}

### Save

Save the task.
{% endstep %}
{% endstepper %}

### Why priority helps

* it improves sorting
* it supports daily planning
* it highlights urgent follow-up

### Frequently asked questions

<details>

<summary>What is the default priority?</summary>

In many setups, this is **Normal**.

</details>

<details>

<summary>Can I sort tasks by priority?</summary>

Yes.

Use the task overview and filters that are available in your environment.

</details>

<details>

<summary>Does priority change notifications automatically?</summary>

Not by itself.

You can use priority inside automations if your setup supports that.

</details>

### Related topics

* [**Tasks**](/marketplace-packages-and-power-ups/power-ups/tasks.md)
* [**Understand task statuses**](/marketplace-packages-and-power-ups/power-ups/tasks/understand-task-statuses.md)
* [**Use tasks in automations**](/marketplace-packages-and-power-ups/power-ups/tasks/use-tasks-in-automations.md)


---

# 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://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/tasks/understand-task-priority.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.
