> For the complete documentation index, see [llms.txt](https://developer.emporix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.emporix.io/value-stream-modeller/settings-and-configuration/admin/task-inbox.md).

# Task Inbox and Tasks

Many value streams require interaction with an internal user or an external party, such as a supplier or customer. This is often referred to as *Human-in-the-loop*. For example, in one step of a value stream you send a form to your supplier asking for information, and in another step you use and process the information provided by the supplier's form submission, or pass it to an internal user to review and approve.

In the first step, a workflow task is created for the supplier and assigned to a magic link. To consolidate all tasks assigned to a single recipient and aggregate email notifications related to different value streams, you can point the external party to their **Task Inbox**, which lists all tasks assigned to them. You achieve this by generating an access link that you share with the relevant person.

Internally, employees using the Management Dashboard can access their Task Inbox from the [Dashboard](/value-stream-modeller/dashboard.md#task-inbox), which is integrated within the dashboard and provides a seamless experience in a single centralized location.

## Accessing an internal task inbox

For internal users, the Task Inbox is integrated within the Value Stream Modeller, allowing employees to access their tasks and work more efficiently. By eliminating the need to switch to external systems, users can manage all their tasks directly from one centralized location. The Task Inbox is available both from the VSM view and the Management Dashboard.

<figure><img src="/files/Ji0MvHkK0URSZOUN0EgM" alt="Task Inbox in VSM"><figcaption><p>Access to Task Inbox in Value Stream Modeller</p></figcaption></figure>

## Accessing an external task inbox

The Task Inbox is also available externally for users who do not have access to the Management Dashboard, or Value Stream Modeller. External users can access their Task Inbox with generated access links.

To generate an access link, see [Admin - Access Links](/value-stream-modeller/settings-and-configuration/admin.md#access-links).

The Task Inbox is available outside the Management Dashboard so you can share the link with an external user. Each user gets a unique access link that allows them to view their inbox without authenticating or logging in to the Management Dashboard first.

<figure><img src="/files/hEVRaY0WIoE0G86djE4h" alt="External Task Inbox task list"><figcaption><p>External Task Inbox listing tasks assigned to a user via an access link</p></figcaption></figure>

{% hint style="warning" %}
For each access link, you can assign an expiry date upon creation. For security reasons, you might want to withdraw access earlier, for instance if a user leaves the company. To revoke access, see [Revoking access](/value-stream-modeller/settings-and-configuration/admin.md#revoking-access) in the Admin documentation.
{% endhint %}


---

# 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://developer.emporix.io/value-stream-modeller/settings-and-configuration/admin/task-inbox.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.
