# Interface

<figure><img src="/files/16mS0WG2upqcvg8H5Es3" alt=""><figcaption></figcaption></figure>

1. Node Inspector & Blackboard Inspector & Events Inspector & Graph Explorer & Settings
2. Graph Hierarchy
3. Toolbar
4. Node Canvas
5. Minimap

### Toolbar

<div align="left"><figure><img src="/files/6mvd125Q2C5rwhpHa4l3" alt=""><figcaption></figcaption></figure></div>

1. Minimap on/off
2. Focus Canvas (Shortcut: F)
3. Create group from selected nodes (CTRL + G)
4. Create sub-graph from selected nodes (CTRL + ALT + S)

<div align="left"><figure><img src="/files/4NOePs8ejCbQRVvG3nV9" alt=""><figcaption></figcaption></figure></div>

1. Align selected nodes to the left (CTRL + Left Arrow)
2. Align to the right (CTLR + Right Arrow)
3. Align to the top (CTRL + Up Arrow)
4. Align to the bottom (CTRL + Down Arrow)
5. Align automatically (CTRL + A)

### Shortcuts

{% hint style="info" %}
You can copy and paste nodes accross different graphs
{% endhint %}

| Delete selected nodes | DEL                 |
| --------------------- | ------------------- |
| Focus                 | F                   |
| Create comment        | CTRL + Q            |
| Create group          | CTRL + G            |
| Create sub-graph      | CTRL + ALT + S      |
| Go to parent graph    | CTRL + Backspace    |
| Expand nodes          | CTRL + Keypad Plus  |
| Collapse nodes        | CTRL + Keypad Minus |

### Move branch

<figure><img src="/files/RFLVxZ4wEVJAWrc2WLWc" alt=""><figcaption></figcaption></figure>

You can move a node branch by holding down the **CTRL** key while moving the first node of the branch.

### Disconnect Node

<figure><img src="/files/qI3doCa74vPj0PWoz4hT" alt=""><figcaption></figcaption></figure>

You can drag a node out of a connection by holding the **SHIFT** key.


---

# 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://giantgrey.gitbook.io/flowreactor/interface.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.
