# API and Technical References

Welcome to the Ebbot developer resources. Here you will find API and other documentation required to integrate Ebbot into your stack and extend its core capabilities.

Navigate using the side bar menu or try the shortcuts below.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-gear-code">:gear-code:</i></h4></td><td><strong>EbbotGPT API</strong></td><td>Explore the EbbotGPT API documentation.</td><td><a href="ebbotgpt/ebbotgpt-api">ebbotgpt-api</a></td><td></td><td></td><td><a href="broken-reference">Broken link</a></td></tr><tr><td><h4><i class="fa-circle-nodes">:circle-nodes:</i></h4></td><td><strong>Integrations SDK</strong></td><td>Build a workflow server for Ebbot Automations.</td><td><a href="broken-reference">Broken link</a></td><td></td><td></td><td><a href="https://github.com/GitbookIO/gitbook-templates/blob/main/product-docs/broken-reference/README.md">https://github.com/GitbookIO/gitbook-templates/blob/main/product-docs/broken-reference/README.md</a></td></tr><tr><td><h4><i class="fa-message-code">:message-code:</i></h4></td><td><strong>Ebbot Chat</strong></td><td>See technical references related to the Ebbot Chat platform.</td><td><a href="ebbot-chat">ebbot-chat</a></td><td></td><td></td><td><a href="broken-reference">Broken link</a></td></tr></tbody></table>


---

# 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/api-and-technical-references.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.
