# Introduction to Flow Mode

Flow mode is the next-gen AI interaction method designed specifically for content creators. It serves as the standard interaction method in flowith. Flowith utilizes an infinitely large canvas, enabling you to simultaneously engage with multiple AI assistants and generate the content you need.

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

**Why use Flow Mode？**

If you only require AI for simple translations or basic question-answering, a conventional chat mode might suffice. However, if you need to engage in multi-turn conversations with AI, modify previous inputs, or collaborate with multiple AI assistants simultaneously, Flow mode offers a completely different creative experience.

&#x20;

**Advantages of Flow Mode：**

1. **Multiple AI instances can generate content simultaneously in parallel threads.**
2. **You can repeatedly modify the AI prompt and generate prompts multiple times.**
3. **Each node can "reference" content from other nodes, enabling content reusability.**
4. **Flexible information branching and consolidation.**
5. **On-the-fly removal of unnecessary information.**
6. **Effortless comparison of generation results** **across different models in parallel.**
7. ...

#### Use Case:

> In Flow mode, you can effortlessly switch between models within the canvas without the need to start a new conversation. For example, you can compare responses from various major models to the question "Which is greater, 9.11 or 9.9?" in the same canvas. Flowith's general mode not only allows for one-click model switching but also presents each model's performance on this question clearly within the canvas, enabling you to compare results more effectively.

<figure><img src="/files/pqk5UXiN3QCwgrhU4Foz" alt=""><figcaption><p>One-Click Model Switching</p></figcaption></figure>

> Beyond just switching models, you can freely alternate between modes within a single canvas.

<figure><img src="/files/st1WnYfmiNmvHWy3sfxn" alt=""><figcaption><p>Transition from "Text Generation" to "Image Generation"</p></figcaption></figure>

In addition to this, the general mode also supports uploading text files and image files. You can ask questions related to text files and image files.

{% content-ref url="/pages/tdt6XxsVuH8pE7sDwCne" %}
[Advanced Features — Node References](/flow-mode-general-mode/advanced-features-node-references.md)
{% endcontent-ref %}

***

We will continuously update additional information on Flow usage and functionality.


---

# 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://doc.flowith.io/flow-mode-general-mode/introduction-to-flow-mode.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.
