Appearance
Settings
Menu: left sidebar Settings group (enable in Edit Menu) Route prefix:
/_Admin/system/...?SiteId={siteGuid}
Settings configures site basics, domains, third-party integrations, admin users and permissions, Hooks, Cookie, and more. Shares /system prefix with Operations Center but different left menu group (menu.name is system, label “Settings”).
Advanced menu
The entire Settings group is advanced: true on routes—hidden by default; enable in Edit Menu. Roles, Request Hooks, Action Hooks, and AI Service sub-items are also advanced.
Overlap with Operations Center
| Menu | Path | Notes |
|---|---|---|
| AI Service | /system/ai-service | Same page as Operations Center entry; single doc at AI Service with cross-links |
Other Operations menus (visitor logs, sync, etc.): Operations Center.
How to Open
- In Edit Menu, enable Settings and needed sub-items.
- Expand Settings in the left sidebar.
Submenus (admin order)
| Menu | Path | Permission (feature) | Doc | Status |
|---|---|---|---|---|
| Basic Settings | /system/settings | site·edit | Basic Settings | ✅ |
| Domains | /system/domains | domain | Domains | ✅ |
| Integrations | /system/config | config | Integrations | ✅ |
| Site Users | /system/siteuser | siteUser | Site Users | ✅ |
| Roles | /system/roles | role | Roles | ✅ |
| Request Hooks | /system/front-events | frontEvents | Request Hooks | ✅ |
| Action Hooks | /system/backend-events | backendEvents | Action Hooks | ✅ |
| Cookie Management | /system/cookie | site·edit | Cookie | ✅ |
| AI Service | /system/ai-service | ai | AI Service | ✅ |
Deep link examples:
text
/_Admin/system/settings?SiteId={siteGuid}&name=basic
/_Admin/system/config?SiteId={siteGuid}&group=Database
/_Admin/system/front-events/edit?SiteId={siteGuid}&name=RouteFinding&display=RouteFinding
/_Admin/system/backend-events/edit?SiteId={siteGuid}&name=ContentUpdated&display=ContentUpdatedSub-routes Without Sidebar Menu
| Route | Entered from | Documented in |
|---|---|---|
/system/settings?name={tab} | Basic Settings tab switch | Basic Settings tab docs |
/system/front-events/edit | Request Hooks list | Request Hooks |
/system/backend-events/edit | Action Hooks list | Action Hooks |
Basic Settings Tabs (name query)
name | Tab label | Main topics |
|---|---|---|
basic | General | Display name, Base URL, Force SSL, SPA, multilingual, import/export package |
access | Access Control | IP / region restrictions, etc. |
performance | Performance | Cache, compression, etc. |
seo | SEO | Site-level SEO switches |
editor | Editor | Admin editor preferences |
advance | Advanced | Default database, SQL log, constraint fix, etc. (ties to SQL logs) |
Multilingual lives in the General tab Multilingual section—not a separate menu; see Basic · General Tab. Do not confuse with Development -> SPA multilingual.
Integrations (config) Preview
Integrations page folds Group sections for CoreSetting items; see Integrations.
| Group | Doc |
|---|---|
| Database | Database |
| Payment | Payment |
| SMS | SMS |
| OAuth2 | OAuth2 |
| Storage | Storage |
| Others | Others |
Payment integrations are not duplicated in Commerce settings—use Payment group here.
Suggested Configuration Order
Typical implementation path:
- Basic Settings — six tab docs (multilingual, SQL log switch, etc.)
- Domains — bindings, primary domain, SSL
- Integrations — group docs; Database / Payment cross-link to API
- Site Users · Roles — admin accounts and feature permissions
- Request Hooks · Action Hooks — including edit sub-pages
- Cookie
- AI Service — cross-link Operations Center
Development Reference (KScript / API)
| Admin capability | API doc |
|---|---|
| Integrations CoreSetting | k.config / site settings APIs (per item) |
| Payment | k.payment |
| Database connections | k.DB |
| Multilingual / Label | k.label |
| JWT, etc. | APIs for each integration |
CMS docs cover admin click paths and form fields; script signatures and examples stay in API docs.
Related
| Doc | Description |
|---|---|
| Site admin menu overview | Full menu tree |
| Database | Table management after Database integration |
| Operations Center | Observation and collaboration under /system |