Changing order of pages in the web editor

Hey folks, I have a product built around the Arduino Nano every and I am working on improving the firmware update procedure to be based off of the web editor. I have everything working for uploading to the board correctly but I was hoping there would be an easy way to reorder the pages in the project, normally the first page of this project has a bunch of under-the-hood options that the user can edit before uploading the firmware. As it stands now it is a bit difficult to see what the names of each page even are since there are so many of them, I'd really like for the project to open to the page of options by default.

Here is the project I am referring to:

https://app.arduino.cc/sketches/39cb1a1d-b7d6-4f20-bc1d-8c807f8c0d5e

Any help is greatly appreciated.

Eli

Hi @mysticalcircuits. I believe it will open with the tab of the file that matches the sketch name open. In this case, it is "IDUM_Firmware_v99.ino". So just put the user-facing content in that file and the code you don't want to present to the users in the other files.