> 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/6.12/development/flow-studio/applications/workflow/offline-workflow.md).

# Offline workflow

**Two different levels of offline:**

**Built-in semi-offline:**

* The fat clients only need connectivity when passing a cogwheel.
* Seed inbox items are downloaded and can be accessed without connectivity.
* Less network dependency and better mobile performance.
* Push cogwheels to the start and end events ? and you can be offline in between.

**Constant offline:**

* Offline Resources are used for supporting data (User Info, Equipment Structures, Lists etc.)
* Machine Swimlanes executes cogwheels on the server.
* A background job on the client handles data and transactions whenever there is connectivity.
* The user do not have to think about going online or offline.

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


---

# 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/6.12/development/flow-studio/applications/workflow/offline-workflow.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.
