# How to make voicebots work?

### To make InteliWISE voicebots work, you need to follow a few steps.&#x20;

<div align="center"><img src="https://lh4.googleusercontent.com/O6ucLNir1tbwHLc6pt_17aK-IKlXhXEE9A5jT2HG8AhXHGS3NOQombcFtz6eSrrgOJIDGJl4Rb4jn-Me2Rqnc_Sh-Yx-iu-R9ltZAXJ59d2C9v6tDZ9Jt_m9jXDjk9c5AFsobgkT" alt=""></div>

First, you need to specify what you want your voicebot to do and set up a Conversation Flow Scenario in our InteliWISE Voicebot Editor. You will learn about this in the [next section](/quick-guide-to-creating-voicebots.-1.md). Then, after some testing, you should help your voicebot better understand people's intentions and respond correctly. And then all you need to do is to connect it to telecom infrastructure, so it can make calls to your customers. More details on this topic will find in section about [telephone numbers.](/how-to-connect-a-voicebot-with-a-phone-number/how-to-configure-the-telco-infrastructure.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://help.inteliwise.com/voicebot/let-us-introduce-you-inteliwise-voicebots./how-to-make-voicebots-work.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.
