# Settings per voice command _`` describes here the name you want to give the profile_ * `Create new aircraft profile ` This will start a dialog where the programm guides you through the creation of the profile. * `Add aircraft to ` This adds the current aircraft to `profile-name`. This is used if one aircraft has a few variants. For example the A320 has the A320-100-CFM, the A320-200-CFM, the A320-200-IAE and more variants but can use the same profile. * `Set flightgear port ` This changes the port which is used to talk to flightgear. * `Find flightgear` This searches in you network for a running flightgear. This is only needed if mycroft runs on a different computer than flightgear. # Manually editing the settings Before editing the `settings.json` file, make sure to stop mycroft. ```json [ { "name": "", "acid": [ " Can be found in /sim/aircraft", "..." ], "flaps": [ { "id": " can be up|down|full|number", "min-spd": "", "max-spd": "", "value": "" }, "..." ], "flaps-path": "", "gear-retractable": "" }, "..." ] ```