# Appearance

## Rename nodes

Each node added to your Canvas defaults its name to its node type, but replacing the default with a new label can make your flow more understandable and better identify it in analytics or searches:

{% @arcade/embed flowId="EOPav9FYJw6a9xWwYxuJ" url="<https://app.arcade.software/share/EOPav9FYJw6a9xWwYxuJ>" %}

* Select node > Click within the *Name* field at the top of the side panel
* Enter new name
* Click *Save*

***

## Recolor nodes

Color labels for nodes allow you to quickly distinguish between types on the Canvas, especially if renaming nodes has occurred. Easily scan to locate nodes based on the color labeling system adopted:

{% @arcade/embed flowId="M0F3IET4whisYju5OuM8" url="<https://app.arcade.software/share/M0F3IET4whisYju5OuM8>" %}

* Right-click a node to bring up the [node shortcut menu](https://docs.nlx.ai/platform/nlx-platform-guide/flows-and-building-blocks/canvas#node-shortcut-menu)
* Select *Change color* > Choose color
* Click *Save*

***

## Notes

*Note* nodes allow for freeform text to be added anywhere on the Canvas, granting you the means to include design thoughts, instructions, directions, or even explanations and labels:

{% @arcade/embed flowId="E2To73I2IIxDdYuFt1PA" url="<https://app.arcade.software/share/E2To73I2IIxDdYuFt1PA>" %}

* Select *Add* in the toolbar or right-click to bring up the Canvas shortcut menu
* Choose *New node* > *Note*
* Enter note message and optional title
* Click *Save*

***

## Magic layout

*Magic layout* is an option in your toolbar that evenly displays your flow structure to visually de-clutter and keep your flow (and mind) balanced:

<figure><img src="https://2737319166-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHCxYxhIU0Bqkjj942mGk%2Fuploads%2FdMCODUQMG494D4FH9pTD%2FMagic%20layout.gif?alt=media&#x26;token=1850a09a-5618-4cd6-ad1e-20b6e5c85297" alt=""><figcaption></figcaption></figure>

* Select *Magic layout* in the toolbar
* Click *Save*

{% hint style="info" %}
You may use the *Undo* option in your toolbar if you wish to immediately remove the effects of *Magic layout*.
{% endhint %}

***

## Pages

Creating pages of one flow allows you to break up large conversation flows, enabling you to work in smaller sections. Pages are especially helpful when parts of a flow may be repeated throughout the conversation. Instead of recreating this section over and over, you can add its steps to a separate page and redirect to it often.

<figure><img src="https://2737319166-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHCxYxhIU0Bqkjj942mGk%2Fuploads%2FUQXgFBOtT8aSArBjet37%2FUse%20pages.gif?alt=media&#x26;token=53f8fb25-9c0c-413a-8bf7-64cc66df2b44" alt=""><figcaption></figcaption></figure>

* Highlight and right-click on a selection of node(s)
* Choose the [*Extract to new page*](https://docs.nlx.ai/platform/nlx-platform-guide/flows-and-building-blocks/canvas#node-shortcut-menu) option to conveniently auto-create a new page with redirects
* Choose new page from toolbar dropdown
* Click *Save*

{% hint style="danger" %}
To delete a page, click it from the page selector in the toolbar > Tap the edit icon and choose the delete icon.
{% 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.nlx.ai/platform/nlx-platform-guide/flows-and-building-blocks/overview/stay-organized.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.
