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

# Workflow Nodes

## What are nodes in workflows?

Workflows in Automations are built by connecting different types of nodes. Each node performs a specific function in the workflow.

## The different node types

The Automations platform supports a number of different node types. While e.g. LLM and Condition nodes are native to the platform, the variety of Triggers and Actions available to you depends entirely on the integrations you have connected:

Read about specific nodes by clicking the links below.

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

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

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

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

{% content-ref url="/pages/ZWGmNokCSHNXuKRYq6i5" %}
[Transformer Nodes](/ebbot-docs/core-capabilities/automations/workflow-nodes/transformer-nodes.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/workflow-nodes.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.
