> For the complete documentation index, see [llms.txt](https://docs.virbe.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.virbe.ai/dashboard-management/conversation-flows.md).

# Conversation Flows

They determine how your virtual being understands inputs, processes information, and generates responses. Think of flows as the pathways your virtual being's "thoughts" follow during conversations.

## Core Concepts

### Flow Triggers

Every conversation flow begins with an input, which can come from multiple sources:

* User's text or voice input
* System signals (like conversation start/end)
* External integrations
* Interface interactions (buttons, cards)
* Custom events

<figure><img src="/files/SE4MFQDTI4P09MdGXu9f" alt="" width="563"><figcaption><p>Start of Main flow: all relevant events should be connected with follow-up nodes in order to</p></figcaption></figure>

**The entry point of a flow activates each time any of these inputs occurs,** making your virtual being responsive to all types of interactions.&#x20;

{% hint style="info" %}
**All relevant events branching out** of the Start node should be connected with follow-up nodes in order to be handled predictably.
{% endhint %}

### Conversation Context

Your virtual being maintains context throughout the conversation automatically. This means it remembers:

* Previous messages
* User information
* Conversation history
* Current conversation state

**This context is automatically included in LLM prompts,** enabling coherent, contextual conversations without additional programming.

### Nodes

Conversation flows is built from blocks that we call "Nodes". Their functionality ranges from simply delivering predefined text response, through LLM responses, complex conditional logic to external integrations or webhooks.

<figure><img src="/files/IM4BMu3j6yx1FNO9U3xc" alt=""><figcaption><p>Conversational flow is built with nodes of different types</p></figcaption></figure>

***

Read more about basic concepts of building a conversational flow:

{% content-ref url="/pages/DIfQvGbrkHyrk8Ejr1yj" %}
[Getting started with Conversation Flows](/dashboard-management/conversation-flows/getting-started-with-conversation-flows.md)
{% endcontent-ref %}

Or learn more on how and when to use each node type:

{% content-ref url="/pages/PR6yBx27HTy9LPR8rEXO" %}
[Nodes](/dashboard-management/conversation-flows/nodes.md)
{% endcontent-ref %}
