# Example Dialog

`Bot: Is there anything else I can help you with?`

`User: No, that’s all.`&#x20;

`Bot: It’s been a pleasure chatting with you today.`&#x20;

`User: Likewise, this was strangely fun.`&#x20;

`Bot: Feel free to come back any time.`&#x20;

`User: Sure thing.`&#x20;

`Bot: Goodbye`

`User: Goodbye`

This sample starts with a last topic check, an opportunity to open up a new topic. After the user declines, the bot moves on to other pre-closing moves, including gratitude and a future contact offer. This proceeds smoothly. The bot says Goodbye, the first half of the final closing pair. When the user completes this pair with a Goodbye, the conversation has ended.


---

# 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://patterns.opendialog.ai/the-pattern-library/closing/example-dialog.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.
