# What is a Node

Nodes are the building blocks of your workflows in Scade.pro. Think of them as tiny but mighty units that represent various functions, from AI and blocks of code to logical functions. By connecting these nodes, you can create customized workflows tailored to your specific needs. Let's break down the essentials of working with nodes.

Each node comes with real-time operational feedback through color-coded indicators:

* Blue: The node you're currently working on.
* Green: Nodes that have completed their tasks.
* Gray with a Dash Pattern: Nodes currently in operation.
* Red: Nodes encountering an error.

Nodes also display execution time and the cost of launching, allowing you to assess the efficiency and expenses associated with each node.

\ <br>


---

# 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://scade.gitbook.io/scade-knowledge-base/build-a-flow/what-is-a-node.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.
