> ## Documentation Index
> Fetch the complete documentation index at: https://reseller-docs.wamatrix.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Node Catalog

> Control which automation nodes the AI can use when generating flows.

**AI Flow → Node Catalog** lists the nodes available to the AI when generating automations.

You can enable or disable nodes and update their **Purpose** to help the AI use them correctly.

<Note>
  These settings apply only to **AI-generated flows**. Tenants can still use all nodes when building flows manually.
</Note>

## Node list

<Frame caption="The AI Node Catalog, with each node's type, category, branching and enabled state">
  <img src="https://mintcdn.com/reseller-docs/N3dwUQXnwHM07XTT/images/pa/ai-node-catalog.png?fit=max&auto=format&n=N3dwUQXnwHM07XTT&q=85&s=26003388be71c83d227196bfd4a05ec6" alt="The AI Node Catalog, with each node's type, category, branching and enabled state" width="1620" height="695" data-path="images/pa/ai-node-catalog.png" />
</Frame>

| Column        | Description                                      |
| ------------- | ------------------------------------------------ |
| **Node Type** | Internal name of the node.                       |
| **Label**     | Display name of the node.                        |
| **Category**  | Category the node belongs to.                    |
| **Branching** | Whether the node can create multiple flow paths. |
| **Enabled**   | Whether the AI can use the node.                 |

## Configure a node

Open a node to view its details.

<Frame caption="The Edit Node panel, with the editable purpose and the read-only code-derived fields">
  <img src="https://mintcdn.com/reseller-docs/N3dwUQXnwHM07XTT/images/pa/ai-node-edit.png?fit=max&auto=format&n=N3dwUQXnwHM07XTT&q=85&s=c8fec6fb211aa43ef179553dcfde5024" alt="The Edit Node panel, with the editable purpose and the read-only code-derived fields" width="552" height="495" data-path="images/pa/ai-node-edit.png" />
</Frame>

**Purpose** is the only editable field. Describe what the node does and when the AI should use it.

<Tip>
  The **Purpose** is included in every AI flow generation request. A clear description helps the AI select and use the node correctly.
</Tip>

<Info>
  **Node Type, Label, Category, and Branching** are read-only. These values are controlled by the platform and updated automatically.
</Info>

## Enable or disable a node

Use the **Enabled** switch to control whether the AI can use a node.

| Setting      | Effect                                      |
| ------------ | ------------------------------------------- |
| **Enabled**  | The AI can use the node in generated flows. |
| **Disabled** | The node is excluded from AI generation.    |

Disabling a node does not remove it from the manual automation builder.

<Warning>
  Disabling commonly used nodes, such as message nodes, can reduce the quality of AI-generated flows.
</Warning>
