# Nodes Explained

Click on each node to explore its details and gain insight into our foundational building blocks within the [Conversation Flow ](/digital-agent/conversation-flow.md)application.

We provide an in-depth understanding of each node at a configuration level along with practical recommendations. This chapter serves as a high-level introduction to the primary functions of these nodes, showcasing various usage scenarios. For practical application and a hands-on experience, visit the [Creating Your First P](/digital-agent/building-new-projects.md)[roject](/digital-agent/building-new-projects.md) page.

## Nodes list

<table data-card-size="large" data-view="cards"><thead><tr><th data-type="content-ref"></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/5v4yIvZVYaRZjIHR9FEU">/pages/5v4yIvZVYaRZjIHR9FEU</a></td><td>Enables your chatbot or voicebot to engage with your customers directly.</td><td><a href="/pages/5v4yIvZVYaRZjIHR9FEU">/pages/5v4yIvZVYaRZjIHR9FEU</a></td></tr><tr><td><a href="/pages/Eb8At1yFZFsLZlAexN7a">/pages/Eb8At1yFZFsLZlAexN7a</a></td><td>Serves as a pivotal point within the logic, allowing understanding of customer intents and name entities.</td><td><a href="/pages/Eb8At1yFZFsLZlAexN7a">/pages/Eb8At1yFZFsLZlAexN7a</a></td></tr><tr><td><a href="/pages/y0a393y5FHWJGoGdDaBS">/pages/y0a393y5FHWJGoGdDaBS</a></td><td>Serves as a valuable feature to drive the flow of the conversation based on the defined conditions.</td><td><a href="/pages/y0a393y5FHWJGoGdDaBS">/pages/y0a393y5FHWJGoGdDaBS</a></td></tr><tr><td><a href="/pages/OCOqGP1ZLguZnX5PsMqb">/pages/OCOqGP1ZLguZnX5PsMqb</a></td><td>Serves various purposes, allowing for the execution of multiple functions and interactions with backend systems.</td><td><a href="/pages/OCOqGP1ZLguZnX5PsMqb">/pages/OCOqGP1ZLguZnX5PsMqb</a></td></tr><tr><td><a href="/pages/9CbbWPxQDo75KxDtJYlg">/pages/9CbbWPxQDo75KxDtJYlg</a></td><td>Utilize Large Language Models and theri generative features in you conversation.</td><td><a href="/pages/9CbbWPxQDo75KxDtJYlg">/pages/9CbbWPxQDo75KxDtJYlg</a></td></tr><tr><td><a href="/pages/KAdyg1s29hnerdbijchi">/pages/KAdyg1s29hnerdbijchi</a></td><td>Plays a pivotal role in complex and advanced projects, facilitating moving the conversation between different projects in your workspace</td><td><a href="/pages/KAdyg1s29hnerdbijchi">/pages/KAdyg1s29hnerdbijchi</a></td></tr><tr><td><a href="/pages/PwyQkutfRstdv1yDH1XI">/pages/PwyQkutfRstdv1yDH1XI</a></td><td>The 'Redirect' node plays a significant role in redirecting the conversation to human agent</td><td><a href="/pages/PwyQkutfRstdv1yDH1XI">/pages/PwyQkutfRstdv1yDH1XI</a></td></tr><tr><td><a href="/pages/TDp5fbJakbitK5YFOgmh">/pages/TDp5fbJakbitK5YFOgmh</a></td><td>Defining the starting and ending points within is crucial for the successful implementation</td><td><a href="/pages/TDp5fbJakbitK5YFOgmh">/pages/TDp5fbJakbitK5YFOgmh</a></td></tr></tbody></table>

***

## Create a new project to start exploring on your own

<figure><img src="/files/GGGmJn9OtHaqSzLWHX0n" alt=""><figcaption><p>Nodes - basic introduction</p></figcaption></figure>

On the Workspace tab, create a new project and navigate to the Conversation flow tab to continue.


---

# 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.borndigital.ai/digital-agent/conversation-flow/nodes-explained.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.
