# Action Nodes

## **Action Nodes** <a href="#id-2.-action-nodes" id="id-2.-action-nodes"></a>

**Purpose**: Perform tasks and operations (API calls, data processing, etc.)

**Characteristics:**

* Execute specific operations (create ticket, add tag, set status)
* Require **arguments** (inputs) that can reference previous node outputs
* Return **results** that can be used by subsequent nodes

> **Note on rate limits:** Actions are subject to the rate limits of the connected system. High-frequency workflows may be throttled by the external API.


---

# 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/action-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.
