# Multi-Flow Agent

This tutorial demonstrates the difference between **multi-flow agents** (handling multiple conversation branches) and **single prompt agents** (following a simple linear flow).\
\
Open <https://dashboard.nexavoxa.com/dashboard/workflow>

<figure><img src="/files/jw8Br6xKhpY0JRsQQdV3" alt=""><figcaption></figcaption></figure>

**Key Actions to Show**:

* **Creating a single prompt agent** with a basic flow
* **Creating a multi-flow agent** with decision points for multiple intents
* **Switching between multiple conversation paths**
* **Testing multi-flow agent interactions**


---

# 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.nexavoxa.com/build/multi-flow-agent.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.
