# Parameters

All AvAnon nodes have some internal parameters which can be adjusted via the UAVCAN interface. Consult the page for each AvAnon device for details on each parameter.

## Changing parameters using UAVCAN GUI and SLCAN tool

1. Install the [UAVCAN GUI](https://github.com/UAVCAN/gui_tool)
2. Connect your [SLCAN tool](https://zubax.com/products/babel) to your computer
3. Open the UAVCAN GUI and select your SLCAN tool

   ![UAVCAN GUI Connection Dialog](/files/-MEnLO83WF6pGFb3lCSI)<br>
4. Set your local Node ID and click the "check" button

   ![UAVCAN GUI Set Local Node ID](/files/-MEnLO84j8DdLorxTcvW)<br>
5. Connect your AvAnon node to your SLCAN tool
   * The node should appear in the GUI "Online Nodes" list

     ![UAVCAN GUI Node List](/files/-MEnLO85NeOa6_Blqti7)<br>
6. Double-click on the AvAnon node
   * A window like this should appear

     ![UAVCAN GUI Node Properties](/files/-MEnLO86URczlDhfEHwm)<br>
7. Under "Configuration Parameters, click on "Fetch All"

   ![UAVCAN GUI Node Properties](/files/-MEnLO87ZP6Tjuc1B2hD)<br>
8. The parameters will appear in the list below

   ![UAVCAN GUI Node List](/files/-MEnLO88bkIj5-gAhMeV)<br>
9. Double-click on a parameter to open the param editor dialog

   ![UAVCAN GUI Node List](/files/-MEnLO89UWI09IPqSEIv)<br>
10. Change the parameter as desired, noting the displayed min and max values. Consult the page for each AvAnon device for details on each parameter.
11. Click on "Send" to send the new value to the node, then close the editor dialog
12. Repeat steps 9-11 for any other parameter changes
13. When done with all changes, select "Store All" to write the parameter changes to the device's nonvolatile memory

    ![UAVCAN GUI Node List](/files/-MEnLO8ADdM1iSdepYgS)<br>
14. You're done!


---

# 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.avionicsanonymous.com/general/parameters.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.
