# How to set up the start call block?

### To run your voicebot, you need to set up only 2 options of the Start Call block at Block Options Panel![](https://lh5.googleusercontent.com/iumihs3MM6p2_k3o24lxKLOCJcdmCXV7NZyYl2X6bhvNPDtKPnn_55LmgEqL9WGv82OTtqEP-D0fpQxy_afbQ1d_Hj_CTiA94f2IsMXbbCaPYP84am1wtnzugMU9PL1n1KIWvkqt).&#x20;

These are “**Welcome text**” and “**Voicebot language**”.  All other available options of the Start Call block we describe in the section about blocks. In the “Welcome text” field, write a message you would like to be welcomed by your voicebot.

{% hint style="success" %}
**For example:** You may write: “*Hello! I am your first Voicebot!*” Then, be sure you have set up the Voicebot language option to English.
{% endhint %}

Then, be sure you have set up the **Voicebot language** option to **English**.

![CREATING A VOICEBOT FROM SCRATCH](/files/-M_yUi9MocNj4WHSkRXw)

Now use the[ Save\&Test button](/quick-guide-to-creating-voicebots.-1/take-an-advantage-of-the-inteliwise-voicebot-builder/how-to-benefit-from-buttons.md) to save your project and check how your voicebot behaves. Can you hear your voicebot greeting you? Isn’t it awesome? :star\_struck:&#x20;

### In this exercise, we want to create a voicebot confirming a dental appointment.

So please change the phrase in the **Welcome text** field to: *“Hello! I am a Virtual Assistant of the Dental Clinic*.” OK! Do you want to talk to your voicebot? Then we need to do some more work!

Let us pretend that our voicebot would like to confirm your dental appointment, that you have on Wednesday, 26th of June 2021.

The voicebot should know your name and the date of your appointment with the dentist. In fact, our DEMO voicebot does not belong to your dentist, and it does not know nor your name, nor your visit date.

{% hint style="info" %}
In the real world, the voicebot retrieves customer data through API from IT systems. It would do the same for your dentist. But in this exercise, we will fake it.
{% endhint %}

Before we do that, we will explain, how to add and delete new blocks and connectors in the Voicebot Editor.


---

# 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/how-to-set-up-the-start-call-block.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.
