# External Chat API

This documentation includes information on how to:

* [Handle conversation](/docs/apis/external-chat-api/conversations-overview.md)
* [Work with conversation webhooks](/docs/apis/external-chat-api/reference/events.md)
* [Configure the Webhooks](/docs/apis/external-chat-api/configure-the-webhooks.md)

For a description of the basic concepts of how the External Chat API work, refer to the [Glossary](/docs/apis/external-chat-api/glossary.md) page.

Need help? Please contact us at[ ](https://www.zisson.com/contact-us/)[https://www.zisson.com/contact-us/ ](https://www.zisson.com/contact-us/)if you have trouble gaining account access or have questions.


---

# 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://developers.socialboards.com/docs/apis/external-chat-api.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.
