Or importing a simple CSV or Excel template! even better. Having this option, we would only need to take a snapshot of the task and ask chatgpt to parse it in the required CSV format
, this would not alter Missionsgerät program flow.
Well, CSV import is not so big a problem. Actually CUP files are CSV files:
http://download.naviter.com/docs/CUP-file-format-description.pdf
The Missionsgerät will happily parse CSV as long as you have at least 5 columns with these values:
- name, code, country, lat, lon, elev
Name and country can be ignored, elev is optional. And the file ending needs to be cup.
But if you use AI, you can also ask it to build Garmin FPL files. Or CUP files. 
(I tried to have AI build Aerofly TMC custom mission files, but as there is no official documentation, AI cannot build these files (yet). I also noticed that even after some teaching AI still believes TMC files to be like XML - which it is not.)