> For the complete documentation index, see [llms.txt](https://docs.ebbot.ai/ebbot-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ebbot.ai/ebbot-docs/core-capabilities/ebbotgpt.md).

# 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="/pages/OFRrAC1iVIyRWmOb4SYg" %}
[EbbotGPT Knowledge](/ebbot-docs/core-capabilities/ebbotgpt/ebbotgpt-knowledge.md)
{% endcontent-ref %}

{% content-ref url="/pages/pvCyLCuGDuw9GgPmcxQ5" %}
[EbbotGPT Configurations](/ebbot-docs/core-capabilities/ebbotgpt/ebbotgpt-configurations.md)
{% endcontent-ref %}

{% content-ref url="/pages/A9NZx8QrJRjH2SEqpFl7" %}
[EbbotGPT LLMs](/ebbot-docs/core-capabilities/ebbotgpt/ebbotgpt-llms.md)
{% endcontent-ref %}

{% content-ref url="/pages/B8wNep9v8yG64pU8PQXe" %}
[GPT Evaluation](/ebbot-docs/core-capabilities/ebbotgpt/gpt-evaluation.md)
{% endcontent-ref %}

{% content-ref url="/pages/xZHo7Ptk1vdnPgPKM3be" %}
[EbbotGPT Best Practices](/ebbot-docs/core-capabilities/ebbotgpt/ebbotgpt-best-practices.md)
{% endcontent-ref %}

{% content-ref url="/pages/Qr5UjDQjPt2Bxw5wFaW0" %}
[EbbotGPT API](/ebbot-docs/developer-resources/ebbotgpt/ebbotgpt-api.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ebbot.ai/ebbot-docs/core-capabilities/ebbotgpt.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
