> For the complete documentation index, see [llms.txt](https://docs.catalyx.solutions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.catalyx.solutions/catalyx-blockchain-manager/hyperledger-besu/version-1.1.0/create-network/node-management.md).

# Node Management

To access your Node Management section, navigate to the **Nodes** section through the CatalyX console side menu.

A list of nodes is displayed, showing each node's type, name, creation date, entity, account, and status.

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

From this view you can:

* **Copy the node address** to your clipboard by clicking the **Node Address** button.
* **Delete a node** by clicking the trash bin icon.
* **View node details** by clicking on the name of the node.

## Node Details

<figure><img src="/files/4WqEP4g4AsL5Y0fgGAY4" alt=""><figcaption></figcaption></figure>

## Add a New Node

To add a new node, click the **Add node** button in the top-right corner.

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

At the **Add node** section, provide the following information:

* **Node name**
* **Node type**
* **Network name** — the name of the network to join once created
* **Resources** — pre-filled by default with the minimum recommended values

Click **Save** and wait a few minutes until your new node is up and running.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.catalyx.solutions/catalyx-blockchain-manager/hyperledger-besu/version-1.1.0/create-network/node-management.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.
