# Chat

This section covers the core capabilities of the Ebbot Chat platform. Here, you can build and manage chat agents that combine generative intelligence with structured, fixed chat scenarios. You will also find tools to design your chat widgets, manage live chat operations, and implement essential integrations. Explore our Quickstart guide and documentation to begin building your chat experiences.

{% content-ref url="chat/quickstart-chat-agent" %}
[quickstart-chat-agent](https://docs.ebbot.ai/ebbot-docs/core-capabilities/chat/quickstart-chat-agent)
{% endcontent-ref %}

{% content-ref url="chat/dishwasher" %}
[dishwasher](https://docs.ebbot.ai/ebbot-docs/core-capabilities/chat/dishwasher)
{% endcontent-ref %}

{% content-ref url="chat/scenarios" %}
[scenarios](https://docs.ebbot.ai/ebbot-docs/core-capabilities/chat/scenarios)
{% endcontent-ref %}

{% content-ref url="chat/live-chat" %}
[live-chat](https://docs.ebbot.ai/ebbot-docs/core-capabilities/chat/live-chat)
{% endcontent-ref %}

{% content-ref url="chat/chat-widget" %}
[chat-widget](https://docs.ebbot.ai/ebbot-docs/core-capabilities/chat/chat-widget)
{% endcontent-ref %}

{% content-ref url="../integrations/chat-integrations" %}
[chat-integrations](https://docs.ebbot.ai/ebbot-docs/integrations/chat-integrations)
{% endcontent-ref %}


---

# 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/core-capabilities/chat.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.
