# Setting the NavQ hostname

Since several NavQs might be present in a Wifi Network it's essential to set an unique hostname to determine which one is the correct NavQ you want to connect to.

To change the hostname you need to modify *`/etc/hostname`* . We suggest the following format:

```
navq-[Vehicle Mavlink SysID]
```

e.g. If Mavlink SysID is 10 the NavQ should be named **navq-10**

### **Adjusting the hostname with nano**

```
~$ sudo nano /etc/hostname
```

```
navq-10
```

### Adjusting the hostname with echo command

```
~$ sudo echo navq-10 > /etc/hostname
```

After a reboot the new hostname will be visible on the network.


---

# 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://nxp.gitbook.io/8mmnavq/user-guide/proposal-for-hostname.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.
