Settings
Settings is one page with tabs. Each tab has its own doc page:
| Tab | What it controls |
|---|---|
| Home | Device facts and Device URL — Settings: Home |
| Pairing | Pairing QR to add Devices, phone sign-in — Settings: Pairing |
| Library | Library path — Settings: Library |
| Repositories | Catalog URLs and per-Device sync — Settings: Repositories |
| Updates | Appliance .deb / .pkg apply on a root Device — Settings: Updates |
| API Keys | API keys for scripts and inference clients — Settings: API Keys |
| SSH Keys | SSH keys injected into guests — Settings: SSH Keys |
| Passkeys | WebAuthn passkeys for web sign-in — Settings: Passkeys |
| Audit Log | Who did what, when — Settings: Audit Log |
Settings is admin-only; the inference role does not see it.

Deep links
Section titled “Deep links”Tabs are addressable with ?tab= using the ids home, pairing, library, repositories, updates, apikeys, sshkeys, passkeys, audit. Example: /settings?tab=updates. Several pages in this app (like Add a Device) link straight into a tab that way. Without a query you land on API Keys, the default tab. /registry redirects here at ?tab=repositories. /settings?tab=disks redirects to Devices; the default VM disk directory is on the Device page.