> For the complete documentation index, see [llms.txt](https://docs.docbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.docbits.com/administration-and-setup/settings/document-processing/module/tasks-and-notifications.md).

# Tasks & Notifications

### Overview

The **Tasks & Notifications** setting turns on DocBits’ built-in task management. When it is enabled, team members can create tasks, assign documents to each other (for example for validation, correction or approval) and receive notifications about them. It also unlocks the **Dashboard Tasks Count** option described below.

This setting is **disabled by default**.

### What Does It Do?

* **Enabled** — The Tasks & Notifications features become available across DocBits. Users can assign tasks, track their status and get notified when something needs their attention.
* **Disabled** — Task assignment and the related notifications are turned off. (Turning this off also automatically turns off **Dashboard Tasks Count**.)

### Dashboard Tasks Count

**Dashboard Tasks Count** is an additional option that appears only when **Tasks & Notifications** is enabled. It controls whether a **task counter** is shown on the Dashboard.

* **Enabled** — The Dashboard shows how many documents are waiting (for example in your queue and ready for validation), so the team sees at a glance how much work is open.
* **Disabled** — The counter is hidden. Tasks still work normally; only the number on the Dashboard is not displayed.

{% hint style="info" %}
**Dashboard Tasks Count** depends on **Tasks & Notifications**. If you switch Tasks & Notifications off, the task counter is switched off as well.
{% endhint %}

### Benefits

* **Clear responsibilities**: Documents can be assigned to the right person instead of relying on email.
* **Nothing gets forgotten**: Notifications remind users about documents that need their action.
* **At-a-glance workload**: With Dashboard Tasks Count, the team immediately sees how many documents are still open.

### How to Use

1. Go to **Settings**.
2. Select **Document Processing**.
3. Select **Module**.
4. Open the **Document Type** section.
5. Switch **Tasks & Notifications** on.
6. (Optional) Once it is on, the **Dashboard Tasks Count** toggle appears below it — switch it on to show the task counter on the Dashboard.

### When to Use This Feature

* **Teams that share document work**: Enable it when several people validate or approve documents and need to hand work to each other.
* **Workload visibility**: Also enable Dashboard Tasks Count when supervisors want to see open work directly on the Dashboard.
* **Single-user or fully automated setups**: You can leave it off if no one needs to assign documents or track tasks.


---

# 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://docs.docbits.com/administration-and-setup/settings/document-processing/module/tasks-and-notifications.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.
