# Create an offline seed inbox

Seeded inbox can also be fetched from an offline resource. Create an offline resource and connect a machine workflow that fetches the data needed for the seed inbox. Add a machine step and connect the machine step to the start event with a data arrow. In the machine step refer to the output of the offline resource.&#x20;

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

For every fetched row will an inbox item appear in the inbox.&#x20;

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

Read more about how to setup a seeb inbox [here](/6.12/development/flow-studio/applications/menu/inbox.md).


---

# 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.12/development/flow-studio/applications/workflow/offline-workflow/create-an-offline-seed-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.
