# Act

![](https://lh5.googleusercontent.com/RpImMnFidDifHdJmDQmCSD9LsutdYyzU2gutv7Vi174rqOfXkPjDl_zzIWwUHpgnRNO6NJsbPLtc-wo85ZiypVe9gCpObQk8663WwFrXmTXe3uw3NSJ44lZS4AIHeNG3YXYC3Hn4)

If you want to create your own simply voicebot, the [section explaining the logic behind creating Voicebots](/quick-guide-to-creating-voicebots.-1.md) will be helpful.

There we explain the basics of [voicebot conversation](/quick-guide-to-creating-voicebots.-1/how-do-voicebots-understand-people-and-respond-correctly.md) – how InteliWISE makes it understand people, and how we make it respond correctly to them. Then we will guide you through the process of the [creation of the account & the first voicebot project.](/quick-guide-to-creating-voicebots.-1/how-to-create-a-free-inteliwise-account-and-your-first-voicebot-project.md) Before you start creating your voicebot, we will introduce you to the concept of voicebot [Conversation Flow](/quick-guide-to-creating-voicebots.-1/how-to-design-the-flow-of-the-conversation-1.md). Then we will show you our [InteliWISE Voicebot Builder.](/quick-guide-to-creating-voicebots.-1/take-an-advantage-of-the-inteliwise-voicebot-builder.md) We will then guide you step-by-step in the [creation of a simple voicebot.](/quick-guide-to-creating-voicebots.-1/how-to-create-a-voicebot.md) We will assist you to create a sample voicebot that confirms a dental appointment


---

# 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/welcome-to-the-inteliwise-voicebot-solution/act.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.
