# 遥控器设置

### 工具

从主视图按下 **\[SYS]** 按钮将打开 **工具** 屏幕。

无线电设置中的 **工具** 页面是您可以选择基于 Lua 脚本的工具进行执行的地方。位于 SD 卡 **Tools** 文件夹中的 Lua 脚本将在此列出。选择一个工具将执行它。默认情况下，EdgeTX 包含几个工具。其他工具可以下载并添加到 SD 卡中。以下工具包含在默认的 EdgeTX SD 卡中。

### 向导加载器

<div><figure><img src="/files/ulZDH7RsNCkA2X50RHFe" alt=""><figcaption><p>设置向导</p></figcaption></figure> <figure><img src="/files/sDWRgwwpnUYnbmfSPfqM" alt=""><figcaption><p>设置向导配置菜单</p></figcaption></figure></div>

向导加载器工具通过为特定模型类型运行设置向导来帮助您设置新模型。一旦选择了模型类型，向导将引导您完成一系列提示，然后根据提供的信息配置您选择的模型。

***注意：向导不会创建新模型，它只会配置当前选择的模型。您必须先手动创建一个新模型，然后运行向导。如果您在已配置的模型上运行此向导，它将覆盖您的模型设置！***

{% hint style="info" %}
可以从以下网址下载其他与 EdgeTX 兼容的 Lua 脚本：<https://github.com/EdgeTX/lua-scripts>
{% endhint %}

按下 **\[PAGE>]** 按钮将带您进入 **SD 卡** 屏幕。


---

# 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://zkl2333.gitbook.io/edgetx-user-manual/bw-radios/radio-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.
