# How do voicebots understand people and respond correctly?

### Voicebots are very advanced IT solutions that consist of very specialized modules that execute millions of calculations to simulate a real human conversation.

Let us take you inside the “black box” interior of a voicebot, so you can imagine what is really going on.

![](https://lh3.googleusercontent.com/RNKsaHPXLK4embaA9ay0NE9YiIrcGbaHHIJlx-RBv12-tlqC_B5UfAHk2dgck_zCzLPMbKsBDBsO4KNOVDdW1fG3BIzeGSdC7ePi3gbCk_Y9c7V_nXk125vwkx7O32J8OPI7s7ML)

Your customer is talking on the phone. We then run a module called **Automated Speech Recognition** (*ASR*). Whatever your client said is transcribed into text. The **Natural Language Processor** (*NLP*) module analyzes the text. Based on this, it is possible to find key words and understand your customer’s intentions.

![](https://lh5.googleusercontent.com/ZmiEMwFaSgdu1MjTzl4vOqUiQO540rw-ZYz3x70tIgDda6kLxUmfWZCb7BSTObdpdpHZ25NMH06CXaA58-asYK20Z5rOGjBZw7wcG-btZdSM0BW4-7pGVLC7JOIgzdpRtt3ATsNw)

Then, depending on the client’s response, the voicebot executes the appropriate set of [blocks ](/quick-guide-to-creating-voicebots.-1/take-an-advantage-of-the-inteliwise-voicebot-builder/what-to-choose-from-the-blocks-menu.md)belonging to the [Conversational Flow Scenario](/quick-guide-to-creating-voicebots.-1/take-an-advantage-of-the-inteliwise-voicebot-builder/how-to-design-a-conversational-flow-scenario.md). In other words, if our systems understood what a client said, then the voicebot should behave properly. This only happens if the voicebot designer has designed a right voicebot scenario. How to setup such a [Conversational Flow Scenario](/quick-guide-to-creating-voicebots.-1/take-an-advantage-of-the-inteliwise-voicebot-builder/how-to-design-a-conversational-flow-scenario.md) is discussed [later](/quick-guide-to-creating-voicebots.-1/how-to-create-a-voicebot.md).<br>


---

# 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://help.inteliwise.com/quick-guide-to-creating-voicebots.-1/how-do-voicebots-understand-people-and-respond-correctly.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.
