> For the complete documentation index, see [llms.txt](https://help.inteliwise.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inteliwise.com/quick-guide-to-creating-voicebots.-1/how-do-voicebots-understand-people-and-respond-correctly.md).

# 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>
