> For the complete documentation index, see [llms.txt](https://help.novacuraflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.novacuraflow.com/development/flow-portal-2/portlets/workflow-1/inbox.md).

# Inbox

Inbox portlet displays an inbox with items. It supports both seed items and handover items.

More information on how to create and configure an inbox can be found [here](https://help.novacuraflow.com/v/6.13/development/flow-studio/applications/menu/inbox).

## General

General data is required for all portlets.

[General configuration](/development/flow-portal-2/portlets/common-configuration.md#general)

## Presentation

Inbox: select the inbox to be displayed

<div align="left"><img src="/files/-MO7LHrexiNMM4dtXYnC" alt=""></div>

## Style

Change the header text color and add a header stripe by configuring style.

[Style configuration](/development/flow-portal-2/portlets/common-configuration.md#style)


---

# 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:

```
GET https://help.novacuraflow.com/development/flow-portal-2/portlets/workflow-1/inbox.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.
