> For the complete documentation index, see [llms.txt](https://docs.sky-drones.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sky-drones.com/avionics/smartlink/change-settings.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.sky-drones.com/avionics/smartlink/change-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
