# Multi-Node

{% hint style="info" %}
You can access multi-node features with a Grow or Scale plan. [See details](https://antsle.com/pricing).
{% endhint %}

With multi-node features, you can view and manage your antlets all in one view.

### Add a Node

To add a node, click your node name on the sidebar, as shown below, and click "Add new node."

![](/files/-M0PeLrQNp66hDuc3ON4)

![](/files/-M0PeT1FJFaV-t7wPVw0)

Fill out the form below and click "Add node" to connect to the other node.

![](/files/-M0Peap1sDIGFS9dg6T9)

| Name         | Description                                                                                                                 |
| ------------ | --------------------------------------------------------------------------------------------------------------------------- |
| Host URL     | URL to connect to antMan on the node (e.g. `192.168.0.101:3000`, `https://example-node.antsle.us` , `http://example.local`) |
| Username     | Username on the  node                                                                                                       |
| Password     | Password for the Username                                                                                                   |
| Name (Alias) | The name you assign this node that will be displayed on antMan                                                              |

### Switch Nodes

Once configured, you should be able to see the alias of the new node when you click on the node name.

![](/files/-M0Pg_XzoLIDuUr8-Bj9)

To switch to that node, and view antlets on that node, click on the new node. You should see an alert like the one showed below.

![](/files/-M0PgqmIQYhWQQmFKmaK)

You will now be able to see antlets that are on the other node. You can manage the antlet just like you would if you were also on that node.

### See All Antlets

To see every antlet on all configured nodes, click "All antlets" like shown below.

![](/files/-M0PhOiFDCu6ddXYMzIT)

You can now manage all your antlets on all your configured nodes. Start, stop, reboot (and more) antlets across nodes with ease.

![](/files/-M0PiXVE_Z5-Y8s9YbVe)


---

# 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.antsle.com/system/multi-node.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.
