# How to create a voicebot?

Are you ready to create your very first voicebot?&#x20;

Great!&#x20;

### Let us make a simple voicebot confirming a dental appointment

![](https://lh6.googleusercontent.com/SKG59hZgEPh1_eQz3t7-FHQjnYHSaD0ivodG3Lm-cOUgm0CeS1emporPY4Gq3tIPXT5F4E7c2980uttACDyZ9OvPj2IK3qVDwXavEaXaUWB4obxWle2O-a0ePRUCucXWZhT7HnJr)

In this section, we will guide you step-by-step on how to work in our **InteliWISE Voicebot Editor**.![](https://lh6.googleusercontent.com/o-Hb09yTNGycsqp_C4j_JdPULAdAIibqer4vfKsszRkuH2iZgSpt1n95Mtqeg0OKMoRYcdOJG00nskWg2TKjlRPu6qQiEkSgNcCcrNYuA3q9gXgJfVRrEHNhm5jXpod0GvbFm8fB) We will create a simple voicebot to show you the steps and give you an idea of what to do next. Then knowing the logic behind creating a voicebot, you will be able to do everything you need, after selecting the most helpful **blocks**![](https://lh5.googleusercontent.com/oEzNzffEQRhoO1pH4OCm5dU1Yw92C6I68pa8qYIrMzFTsMjC_QyV-Tdo5Uk9EtSlJTZMlk1Dz2TYs9hBa0c2wOCygxHItnMYZjbx0h-1GXr875ps9C5-ERygJbZLNAVAexd2P03n)from the Blocks Menu.![](https://lh4.googleusercontent.com/O3zg5_HiEmrFEJ5oaik6VTCXeBXH-kWbRzrVc0efTXC6thWGCD9qCWM69OX5U4Co354pMDP4ibnTB0ZVjrq4mwx7WcdlaUqnfKYAnwzPstJy28YIHQW2C9HLoEvUWRWMpM9QrA7g)You can find a detailed description of the functionality of each **block** ![](https://lh3.googleusercontent.com/ipCZJdEhWUhDTviD5V0X5IoZbE23yn0k4xUmN0al1DHdsuhlfX3T2l7mGQXPM7F8iD4x2dOlfjcFWAV93SFi6eruroN7kLTHYSHtt0pev9I3KZExeAxb6KVccMTONFKl9dIdEvsf)and its options in the [section about blocks](/what-can-you-do-with-inteliwise-blocks.md).  If you have not yet created your account, nor created your first project, go back to [earlier sections](/quick-guide-to-creating-voicebots.-1/how-to-create-a-free-inteliwise-account-and-your-first-voicebot-project/quick-way-to-create-a-free-inteliwise-account.md), and follow the instructions. Create a new project from the Empty Template. Once you are in your project, you should see that your Conversation Flow Scenario consists only of the `Start Call` block. Click on it to see the options you need to configure.


---

# 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-to-create-a-voicebot.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.
