# Getting Started

Welcome to the Ebbot documentation.&#x20;

Ebbot is a platform designed for service operations, enabling you to build and manage AI agents with full control over data and logic.&#x20;

Operating as an independent engine, Ebbot sits on top of your existing tech stack to orchestrate AI agents across different channels. This provides a unified intelligence layer that integrates directly with your core service systems. All delivered in a secure, EU-hosted, and reliable environment.

Browse the left menu for a full overview, or jump straight to a specific topic using the shortcuts below.

### Shortcuts

<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-messages-question">:messages-question:</i></h4></td><td><strong>Quickstart Chat agent</strong></td><td>Setup your first Chat agent</td><td><a href="core-capabilities/chat/quickstart-chat-agent">quickstart-chat-agent</a></td><td></td><td></td><td><a href="broken-reference">Broken link</a></td></tr><tr><td><h4><i class="fa-tickets">:tickets:</i></h4></td><td><strong>Quickstart Email agent</strong></td><td>Create your first workflow for ticket automation</td><td><a href="core-capabilities/automations/quickstart-email-agent">quickstart-email-agent</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-rocket-launch">:rocket-launch:</i></h4></td><td><strong>Ebbot overview</strong></td><td>Understand the core concepts of Ebbot</td><td><a href="readme/ebbot-overview">ebbot-overview</a></td><td></td><td></td><td><a href="broken-reference">Broken link</a></td></tr><tr><td><h4><i class="fa-code">:code:</i></h4></td><td><strong>I am a developer</strong></td><td>Access API references, SDKs, and technical implementation guides</td><td><a href="developer-resources">developer-resources</a></td><td></td><td></td><td></td></tr><tr><td><h4><i class="fa-gear-code">:gear-code:</i></h4></td><td><strong>Explore Integrations</strong></td><td>Connect your systems to Ebbot</td><td><a href="integrations">integrations</a></td><td></td><td></td><td></td></tr><tr><td><h4><i class="fa-shield-check">:shield-check:</i></h4></td><td><strong>Trust and security</strong></td><td>Learn how we protect your data and ensure reliable AI operations</td><td><a href="https://trust.ebbot.com/">https://trust.ebbot.com/</a></td><td></td><td></td><td></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/readme.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.
