# 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: 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/automations/workflow-nodes.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.
