# Inbox

There are two types of inboxes, seed item and handover item.

## Seed Item

**How to configure a seed item in a workflow:**

Connect a table or machine step with a data arrow to the start step.&#x20;

![](/files/-M-od3CuwqoDTYjECcea)

Click on the start step and configure:

* **Seed table:** Choose a table
* **Table key:** Choose a column (from the data source)

**How to configure seed item in an inbox:**

Click on "+" and choose *Seed Item* and then select your workflow in the server content.&#x20;

![Step to select a seed item to the inbox](/files/-M-od9k_payk4hanFFzC)

![Example how Seed Item is set up in the inbox](/files/-M-odIFcjeCas3KhoCuA)

**How to configure inboxes:**

* **Title:** The title is displayed on the inbox item.
* **Description:** The description is displayed under the title text on the inbox.
* **Item Title:** The title is displayed on the inbox item after clicking on the inbox.
* **Description:** The description is displayed under the title text after clicking on the inbox.
* **Filter:** Displays items after entered filter.
* **Calendar:** Displays items on a specific date in the calendar tab in the inbox.
* **Favorite:** Displays items under the favorite tab in the inbox.
* **Priority:** Displays items under the priority tab in the inbox.

![Example how an inbox with seed items can look in Universal Windows Client](/files/-M-odVkyjoiONsm5uLUc)

## Handover Item

**How to configure handover item in an inbox:**

Click on + and choose *Handover Item* and then select your workflow in the server content.&#x20;

![Step to select a handover item to the inbox](/files/-M-odcqPYB3Dq4ezSje9)


---

# 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://help.novacuraflow.com/6.11/development/flow-studio/applications/menu/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.
