# Developer Resources

- [API and Technical References](https://docs.ebbot.ai/ebbot-docs/developer-resources/api-and-technical-references.md): Explore Ebbot API documentation and technical references.
- [EbbotGPT](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbotgpt.md): Explore the technical references related to Ebbot's AI engine EbbotGPT.
- [EbbotGPT API](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbotgpt/ebbotgpt-api.md): This page is about the EbbotGPT API.
- [Model Comparisons](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbotgpt/model-comparisons.md): Explore how we evaluate and do model comparisons, and learn about our findings.
- [EbbotGPT 3 Info Sheet](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbotgpt/ebbotgpt-3-info-sheet.md): This information sheet about our in-house LLM "EbbotGPT 3" was shared with customers when released.
- [Ebbot Chat](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbot-chat.md): Explore the available technical references related to the Ebbot Chat platform.
- [Chat Widget API](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbot-chat/chat-widget-api.md): Explore the opportunities with the Ebbot Chat widget API.
- [SMS API](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbot-chat/sms-api.md): Explore the Ebbot SMS API.
- [Response Status Codes](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbot-chat/sms-api/response-status-codes.md): Read about the status codes for Ebbot SMS API on this page.
- [Encoding](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbot-chat/sms-api/encoding.md): This page walks you through encoding the Ebbot SMS API.
- [Chats and Transcripts](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbot-chat/chats-and-transcripts.md)
- [Conversation Data Object](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbot-chat/conversation-data-object.md): Learn about the Conversation Data Object on this page.
- [Safe Exchange API](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbot-chat/safe-exchange-api.md): This page is about the Safe Exchange API in Ebbot. This API is for Ebbot chat only.
- [Implement Chat Widget](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbot-chat/implement-chat-widget.md): This page guides you through the implementation alternatives of the Ebbot Chat widget.
- [Adding the Ebbot Widget to a SharePoint Environment](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbot-chat/implement-chat-widget/adding-the-ebbot-widget-to-a-sharepoint-environment.md): Follow the steps below to add the Ebbot widget to your SharePoint environment.
- [Subdomain Manager for Chat](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbot-chat/subdomain-manager-for-chat.md): The subdomain manager allows chats sessions to be kept alive between different subdomains on a website.
- [API Keys for Chat](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbot-chat/api-keys-for-chat.md): Read about how to generate API keys from the Ebbot Chat platform.
- [Get Data Tables](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbot-chat/get-data-tables.md): Learn how to get Data tables from the Ebbot Chat platform on this page.
- [Webhooks](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbot-chat/webhooks.md): Explore incoming and outgoing webhooks in the Ebbot Chat platform.
- [Ebbot Automations](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbot-automations.md): This page shows available technical documentation regarding the Ebbot Automations platform.
- [Integrations SDK](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbot-automations/integrations-sdk.md): Learn about the Ebbot Integrations SDK on this page.
- [SDK Core Concepts](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbot-automations/integrations-sdk/sdk-core-concepts.md): This page walks you through the core concepts of the Ebbot Integrations SDK.
- [Installing the SDK](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbot-automations/integrations-sdk/installing-the-sdk.md): This page provides instructions for installing the SDK and configuring your development environment for the Ebbot Integrations SDK.
- [Developing](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbot-automations/integrations-sdk/developing.md)
- [Actions](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbot-automations/integrations-sdk/actions.md): Read about the Actions in your Ebbot workflow servers when using the Integrations SDK on this page.
- [Triggers](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbot-automations/integrations-sdk/triggers.md): Learn about triggers when building workflow servers using the Ebbot Integrations SDK on this page.
- [JSON Schema - Flow builder expectations](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbot-automations/integrations-sdk/json-schema-flow-builder-expectations.md): This page describes the JSON Schema conventions and the subset of features a Flow Builder frontend expects.


---

# 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.ebbot.ai/ebbot-docs/developer-resources.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.
