# Radio Settings

### Tools

Pressing the **\[SYS]** button from the Main view will open the **Tools** screen. &#x20;

The **Tools** page in Radio Settings is where you can select Lua script-based tools for execution. Lua scripts that are located on the SD card in the **Tools** folder will be listed here. Selecting a tool will execute it. By default, EdgeTX includes several tools. Other tools can be downloaded and added to the SD card as well.  The following tools are included in the default EdgeTX SD card.&#x20;

### Wizard Loader

<div><figure><img src="/files/WvPs0vl0h3Ax0ac80iFk" alt=""><figcaption><p>Setup Wizard</p></figcaption></figure> <figure><img src="/files/aHc2jwV1G4q1AhZ3r7a2" alt=""><figcaption><p>Setup Wizard Configuration menu</p></figcaption></figure></div>

The Wizard Loader tool assists you in setting up a new model by running a setup wizard for a particular model type. Once the model type is selected, the wizard will take you through a series of prompts and then configure your selected model based on the information provided.&#x20;

***NOTE: The wizard does not create a new model, it only configures the currently selected model. You must manually create a new model first and then run the wizard. If you run this wizard on an already configured model, it will overwrite your model settings!***

{% hint style="info" %}
Additional EdgeTX compatible Lua scripts can be downloaded from: <https://github.com/EdgeTX/lua-scripts>
{% endhint %}

Pressing the **\[PAGE>]** button will take you to the **SD Card** screen.


---

# 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://manual.edgetx.org/v2.9/b-and-w-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.
