> 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/quick-guide-to-creating-voicebots.-1/how-to-create-a-voicebot/how-to-end-the-conversation.md).

# How to end the conversation?

### Now, you deal with the “**no**” output port of a [Confirm ](/what-can-you-do-with-inteliwise-blocks/confirm-how-to-get-confirmation-from-a-customer.md)block.&#x20;

You can connect it with a [Say ](/what-can-you-do-with-inteliwise-blocks/say-how-to-make-your-voicebot-speak.md)block, where the voicebot will inform a customer that the appointment has been canceled. (This is in response to the customer telling voicebot not to come to the scheduled appointment.) Clearly, in a real-world scenario, there would be further blocks or code that would connect the voicebot to the dental clinic database or calendar and actually cancel the appointment.

![ENDING CONVERSATION – THE FINAL VERSION](/files/-M_zPEn4D6AuyfkniwiD)

The final step is to create a [Say ](/what-can-you-do-with-inteliwise-blocks/say-how-to-make-your-voicebot-speak.md)block that will confirm that you are expected at the scheduled time and ends the conversation.

![COMPARISON OF SCENARIOS](/files/-M_zQ5u3kmTHbSPFtA_N)

### Now you have a simulation of what a voicebot call confirming a dental appointment might sound like.&#x20;

In the image above, you can compare your conversation design with the InteliWISE voicebot Conversation Flow Scenario.

What voicebot do you need for your business? How would the scenario look like for your company?


---

# 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:

```
GET https://help.inteliwise.com/quick-guide-to-creating-voicebots.-1/how-to-create-a-voicebot/how-to-end-the-conversation.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.
