# EbbotGPT

EbbotGPT is the AI engine of Ebbot. Accessible to Owners and Admins, this is where you manage the  data and behavioral settings that power your AI agents.

While the engine's full suite of functionality is available for Chat agents, it currently supports Email agents (within the Automations platform) through the EbbotGPT Knowledge only.

**EbbotGPT Knowledge:** Both Chat and Email agents use this shared repository to source information.

**EbbotGPT Configurations:** Features like Personas and Guardrails are currently exclusive to Chat agents and do not influence workflows in Automations.

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

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

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

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

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

{% content-ref url="../developer-resources/ebbotgpt/ebbotgpt-api" %}
[ebbotgpt-api](https://docs.ebbot.ai/ebbot-docs/developer-resources/ebbotgpt/ebbotgpt-api)
{% 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/ebbotgpt.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.
