# Nodes

A flow is made up of nodes. Each node serves a specific purpose: connecting to third-party services, transforming data, performing conditional logic and returning responses.

## Name

Each node is given a unique name, e.g. `node_1`, which can be used to reference its data and/or metadata.

To rename a node click the node's name.

{% hint style="warning" %}
Renaming a node does not update the existing references to the node. We recommend that you name a node before creating references to it.
{% endhint %}

## Options

To open the node's configuration options, click the ⚙️ icon.

## Output Data

To view the node's output data, click the ⚙️ icon and expand the output panel.

## Connectors

### Inputs

A node's input connector can be connected to the output of one or more nodes.

{% hint style="info" %}
The start node does not have an input connector.
{% endhint %}

### Outputs

A node's output connector can be connected to one node's input.

{% hint style="info" %}
The logic node has two output connectors.
{% endhint %}


---

# 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.alphi.dev/flow-builder/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.
