# How to design the flow of the conversation?

{% hint style="warning" %}
When you decide to create a voicebot for a specific business purpose (such as an appointment confirmation), you need to think about the scenario of a real conversation between two people.
{% endhint %}

If your voicebot is meant to relieve your employees of repetitive phone calls, ask them about their work experience. What are your customers likely to ask? How might they react after a specific response from a call center assistant? What might be the specific rare cases that happen from time to time? What are the challenges?

Once you know what might happen, it is a good idea to write down the information you have gathered. You can draw a diagram to see all possible directions the conversation could go.

### See below a sample conversational flow scenario schema for a voicebot confirming a dental appointment.

![OUR CONVERSATION DESIGN](/files/-M_yGQvOmhddvHKF878U)

After you have planned the flow of the conversation, it is time to implement it in our **InteliWISE Voicebot Builder**.


---

# 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-design-the-flow-of-the-conversation-1.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.
