Settings
Settings & nevoflux:// pages
The Settings page and the built-in nevoflux:// pages, with how settings are stored.
Open settings at nevoflux://settings (or via the gear in the sidebar). It has
eight tabs:
You can deep-link to a tab, e.g. nevoflux://settings/llm opens AI Models.
The nevoflux:// pages
NevoFlux registers a custom nevoflux:// URL scheme for its built-in pages:
| URL | Page |
|---|---|
nevoflux://home | New-tab / home page |
nevoflux://settings | Settings (this page) |
nevoflux://canvas/{id} | Open a Canvas artifact |
nevoflux://import/{share_id} | Import a shared Canvas |
nevoflux://history | Conversation history |
nevoflux://plan/{id} | An agent plan |
nevoflux://render/{job} | A render job's output |
nevoflux://brain | Browse your Knowledge Base |
How settings are stored
The Settings UI writes to three places, all under your config directory:
- UI preferences (sidebar behavior, MCP connection options, …) — saved automatically as you change them.
config.toml— the AI Models tab writes provider keys/models here. See Configuration.- Markdown "soul" files (
IDENTITY.md,SOUL.md,USER.md,TOOLS.md,AGENTS.md) — the General tab edits these; click Save All Settings to write them. See General.
Other tabs (MCP servers, Canvas tools, Knowledge Base, Packs) talk to the agent directly to manage servers, tools, the knowledge base, and installed packs.