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
seven 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) talk to the agent directly to manage servers, tools, and the knowledge base.