# Developing With OpenDialog

- [Integrating with OpenDialog](https://docs.opendialog.ai/developing-with-opendialog/introduction.md): Integrating with OpenDialog
- [WebChat](https://docs.opendialog.ai/developing-with-opendialog/webchat.md)
- [Chat API](https://docs.opendialog.ai/developing-with-opendialog/webchat/webchat-api.md)
- [WebChat authentication](https://docs.opendialog.ai/developing-with-opendialog/webchat/webchat-authentication.md)
- [User Tracking](https://docs.opendialog.ai/developing-with-opendialog/webchat/user-tracking.md): There are data layer variables pre-set within WebChat to enable user tracking data to be passed into Tag Manager and then into Google Analytics instances.
- [Load Webchat within page Element](https://docs.opendialog.ai/developing-with-opendialog/webchat/load-webchat-within-a-page-element.md)
- [How to enable JavaScript in your browser](https://docs.opendialog.ai/developing-with-opendialog/webchat/how-to-enable-javascript-in-your-browser.md)
- [SDK](https://docs.opendialog.ai/developing-with-opendialog/webchat/sdk.md): This section describes the WebChat SDK and the functionality you can access as a developer using WebChat within your own application.
- [Methods](https://docs.opendialog.ai/developing-with-opendialog/webchat/sdk/methods.md): This section describes the methods available on the WebChat SDK
- [Events](https://docs.opendialog.ai/developing-with-opendialog/webchat/sdk/events.md): This section describes the events available on WebChat via the SDK
- [Custom Components](https://docs.opendialog.ai/developing-with-opendialog/webchat/sdk/custom-components.md): This section describes how you can pass in your own message types to be rendered in the WebChat application.
- [\[Legacy\] External APIs](https://docs.opendialog.ai/developing-with-opendialog/interaction-api.md)
- [Public APIs](https://docs.opendialog.ai/developing-with-opendialog/public-apis.md)
- [Knowledge Service APIs](https://docs.opendialog.ai/developing-with-opendialog/public-apis/knowledge-service-apis.md)
- [User Interactions APIs](https://docs.opendialog.ai/developing-with-opendialog/public-apis/user-interactions-apis.md)
- [Webchat Deep Link APIs](https://docs.opendialog.ai/developing-with-opendialog/public-apis/webchat-deep-link-apis.md)
- [User Data Export APIs](https://docs.opendialog.ai/developing-with-opendialog/public-apis/user-data-export-apis.md)


---

# 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://docs.opendialog.ai/developing-with-opendialog.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.
