# Name Your Antsle/Nano

The default name used in edgeLinux is `myantsle` . If you have more than one antsle, nano or edgeLinux install on your own hardware, you will want to rename them.

There are two ways you can change the name.

From the [EdgeLinux command line](/get-started/log-in-to-the-edgelinux-os-and-antlets.md), run the command `name-antsle NEW_NAME`. Then logout and log back in to see the new name.

```
root@myantsle:~ # name-antsle huggybear
```

You can also change the name from your account at [anthill.antsle.com](https://anthill.antsle.com/) under:\
&#x20;    My Servers > Actions > Re-configure

Then you can use NEW\_NAME.local to access antMan and edgeLinux.


---

# 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/get-started/name-your-antsle-nano.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.
