# Additional Information

## Resources and Links <a href="#h.t23f6ncuijwz" id="h.t23f6ncuijwz"></a>

* Academic literature
  * [Opening up Closings](https://www.degruyter.com/document/doi/10.1515/semi.1973.8.4.289/html)
  * [An Introduction to Conversation Analysis](https://www.google.com/books/edition/An_Introduction_to_Conversation_Analysis/kpI6EAAAQBAJ?hl=en\&gbpv=0)
* Web resources, blogs

  * [Every Chatbot Needs an Exit](https://medium.com/the-chatbot-guru/chatbotexitsequence-7c45219e77a7)
  * [9 Tips to Design Conversational Style for Your Bot](https://medium.com/salesforce-ux/chatbot-conversational-style-f7b1d584fb1d)

  ## Research Highlights

  Mostly, guidelines talk about Grice’s maxims, or speak in generalities. [Greg Bennett](https://medium.com/salesforce-ux/chatbot-conversational-style-f7b1d584fb1d) says to fit the closing to the context, fitting the style of your bot. [Google](https://developers.google.com/assistant/conversation-design/learn-about-conversation) doesn’t address closings specifically. A [contact center blog](https://www.providesupport.com/blog/customer-service-tips-how-to-close-conversation/) says not to leave the conversation before the user; 1) if wrapping up, say thank you and goodbye; 2) if transferring, notify the user; 3) if chat is left open (or a long delay?), ask if the user needs more assistance. Another [live chat blog](https://www.comm100.com/blog/ending-a-chat.html) emphasizes the importance of the pre-closing (without using that term), including a last topic check, gratitude, and future contact orientation. One [blog post](https://medium.com/the-chatbot-guru/chatbotexitsequence-7c45219e77a7) encourages including an exit button, recognizing a user’s “exit” intent, and a task completion closing flow.


---

# 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/additional-information.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.
