# Change Settings

## Accessing Settings Menu

SmartLink has various settings which you may change to optimize the performance. To get to [SmartLink](https://sky-drones.com/smartlink)'s settings menu click on the Wireless Connection icon on top toolbar:

![](/files/-MTNC0IBbW8VufEC3coa)

## Changing Radio settings

Radio tab allows you to change radio settings as well as observe current RSSI and SNR values for connection.

![](/files/-MTNC0ICGkk1gI8Hd4Na)

* SNR - Signal Noise Ratio, the ratio of signal power to the noise power, expressed in decibels.
* RSSI - Received Signal Strength Indication, a measure of the energy observed by an antenna when receiving a signal

{% hint style="info" %}
It's recommended to keep output TX power for both air and ground module at low values when working with the system on the ground. 7 dBm is the minimum and recommended value. Use higher values when flying. Using high values over long periods of time near the human body might cause health problems due to radiation.
{% endhint %}

After changing any parameter click `Save`. It might take a few seconds to save changes applied. The system may loose connection when changing any parameter.

## Changing Security settings

Security tab allows you to assign network name and encryption key. Connection is AES encrypted.

![](/files/-MTNC0IAOVpmFVSfo9RP)

{% hint style="info" %}
Make sure that both air and ground modules have the same network name and encryption key. Otherwise, the modules are not considered to be paired and won't connect to each other.
{% 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.sky-drones.com/avionics/smartlink/change-settings.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.
