> 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/automations.md).

# Automations

Automations is designed for building agentic workflows – intelligent processes capable of reasoning with data to automate repetitive tasks within your service operations.

While Automations is a distinct platform from Ebbot Chat, you can switch between them easily while logged in. Both platforms leverage EbbotGPT Knowledge as a shared intelligence source, ensuring consistent information across all your automated processes.

{% content-ref url="/pages/XfUdhk2xNbu4m1XpArxw" %}
[Introduction to Automations](/ebbot-docs/core-capabilities/automations/introduction-to-automations.md)
{% endcontent-ref %}

{% content-ref url="/pages/co4ANS5IOAMn7iAXWx9e" %}
[Quickstart - Email Agent](/ebbot-docs/core-capabilities/automations/quickstart-email-agent.md)
{% endcontent-ref %}

{% content-ref url="/pages/jk1cTOVAiWCqP9lAJK7F" %}
[Understanding Workflows](/ebbot-docs/core-capabilities/automations/understanding-workflows.md)
{% endcontent-ref %}

{% content-ref url="/pages/1S9w7jk8FzEyNYTnsnir" %}
[Building Workflows](/ebbot-docs/core-capabilities/automations/building-workflows.md)
{% endcontent-ref %}

{% content-ref url="/pages/f9feMR4WSTpZsgG2ofdu" %}
[Workflow Security and Prompt Injection](/ebbot-docs/core-capabilities/automations/workflow-security-and-prompt-injection.md)
{% endcontent-ref %}

{% content-ref url="/pages/X9VjzMddhdcJxT1bL2vm" %}
[Workflow Nodes](/ebbot-docs/core-capabilities/automations/workflow-nodes.md)
{% endcontent-ref %}

{% content-ref url="/pages/NdGXvlFJJXjcTmXfL6Jj" %}
[Automations Integrations](/ebbot-docs/integrations/automations-integrations.md)
{% endcontent-ref %}

{% content-ref url="/pages/BQBCNWr83nmaDN8Chhiy" %}
[Integrations SDK](/ebbot-docs/developer-resources/ebbot-automations/integrations-sdk.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/automations.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.
