# Nodes

Each category is designed to handle specific aspects of conversation management, and they work together seamlessly to create natural, engaging interactions.&#x20;

As you build your flows, you'll find yourself mixing and matching these node types to create increasingly sophisticated conversation patterns. Think of them as different tools in your toolbox - each has its purpose, and knowing when to use each type is key to creating effective conversations.

Here you will find detailed description of all node types and their example usage.

* [Logic nodes](/dashboard-management/conversation-flows/nodes/logic-nodes.md)
  * [Route by Profile](/dashboard-management/conversation-flows/nodes/logic-nodes/route-by-profile.md)
  * [If/Else Router](#if-else-router)
  * [Intent Matcher](/dashboard-management/conversation-flows/nodes/logic-nodes/intent-matcher.md)
* [Flow nodes](/dashboard-management/conversation-flows/nodes/flow-control-nodes.md)
  * [Go to Flow](/dashboard-management/conversation-flows/nodes/flow-control-nodes/go-to-flow.md)
  * [Checkpoint](/dashboard-management/conversation-flows/nodes/flow-control-nodes/checkpoint.md)
* [Response nodes](/dashboard-management/conversation-flows/nodes/response-nodes.md)
  * [Text](/dashboard-management/conversation-flows/nodes/response-nodes/text.md)
  * [LLM Response](/dashboard-management/conversation-flows/nodes/response-nodes/llm-response.md)
  * [Behavior](/dashboard-management/conversation-flows/nodes/response-nodes/behavior.md)
  * [Call Conv AI](/dashboard-management/conversation-flows/nodes/response-nodes/call-convai.md)
* [Action nodes](/dashboard-management/conversation-flows/nodes/action-nodes.md)
  * [Collect User Data](/dashboard-management/conversation-flows/nodes/action-nodes/collect-user-data.md)
  * [Quick Reply](/dashboard-management/conversation-flows/nodes/action-nodes/quick-reply.md)
  * [Cards from Table](/dashboard-management/conversation-flows/nodes/action-nodes/cards-from-table.md)
* [Context nodes](/dashboard-management/conversation-flows/nodes/context-nodes.md)
  * [Find Record(s)](/dashboard-management/conversation-flows/nodes/context-nodes/find-record-s.md)
* [Integration nodes](/dashboard-management/conversation-flows/nodes/integration-nodes.md)
  * [Call Webhook](/dashboard-management/conversation-flows/nodes/integration-nodes/call-webhook.md)
  * [Custom Action](/dashboard-management/conversation-flows/nodes/integration-nodes/custom-action.md)


---

# 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.virbe.ai/dashboard-management/conversation-flows/nodes.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.
