# End Conversation

### Terminate the conversation

If you add this action to the flow, the conversation will be terminated at this point.&#x20;

![](https://3877181490-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-L_81A0PNZfdawu_TPAO%2Fuploads%2FRnZbkHDidj2UGJFzrdtY%2FScreen%20Shot%202022-03-13%20at%2016.24.12.png?alt=media\&token=3a64e7d0-87f0-4408-b4b9-7faa1d946bc6)

{% hint style="info" %}
*You might notice that this node has an **exit point** which means that there is room for actions beyond the end of the conversation.*

*You can choose to add an action like webhooks, send an email, etc., after your conversation has ended in order to send any relevant information to your user after their journey is complete.*
{% endhint %}


---

# 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://studio.docs.ai.vonage.com/sms/nodes/actions/end-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.
