> 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/voicebot/let-us-introduce-you-inteliwise-voicebots./how-to-make-voicebots-work.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.inteliwise.com/voicebot/let-us-introduce-you-inteliwise-voicebots./how-to-make-voicebots-work.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
