# Workflow

- [Getting Started](https://docs.neuron-ai.dev/workflow/getting-started.md): Guide, moderate, and control your multi-agent system with human-in-the-loop.
- [Single Step Workflow](https://docs.neuron-ai.dev/workflow/single-step-workflow.md): How to create the first workflow with a single node
- [Multi Step Workflow](https://docs.neuron-ai.dev/workflow/multi-step-workflow.md): Learn how to handle complex execution flow orchestrating the execution of multiple nodes
- [Loops & Branches](https://docs.neuron-ai.dev/workflow/loops-and-branches.md)
- [Managing the State](https://docs.neuron-ai.dev/workflow/managing-the-state.md): Learn how to pass data around the workflow
- [Interruption](https://docs.neuron-ai.dev/workflow/human-in-the-loop.md): The key breakthrough is that interruption isn't a bug, it's a feature.
- [Persistence](https://docs.neuron-ai.dev/workflow/persistence.md): Persist the Workflow State across executions.
- [Streaming](https://docs.neuron-ai.dev/workflow/streaming.md): Stream real -time updates during workflow execution
- [Middleware](https://docs.neuron-ai.dev/workflow/middleware.md): Control and customize agent execution at every step


---

# 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://docs.neuron-ai.dev/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.
