Skip to content

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

MenuPathNotes
AI Service/system/ai-serviceSame 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

  1. In Edit Menu, enable Settings and needed sub-items.
  2. Expand Settings in the left sidebar.
MenuPathPermission (feature)DocStatus
Basic Settings/system/settingssite·editBasic Settings
Domains/system/domainsdomainDomains
Integrations/system/configconfigIntegrations
Site Users/system/siteusersiteUserSite Users
Roles/system/rolesroleRoles
Request Hooks/system/front-eventsfrontEventsRequest Hooks
Action Hooks/system/backend-eventsbackendEventsAction Hooks
Cookie Management/system/cookiesite·editCookie
AI Service/system/ai-serviceaiAI 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=ContentUpdated

Sub-routes Without Sidebar Menu

RouteEntered fromDocumented in
/system/settings?name={tab}Basic Settings tab switchBasic Settings tab docs
/system/front-events/editRequest Hooks listRequest Hooks
/system/backend-events/editAction Hooks listAction Hooks

Basic Settings Tabs (name query)

nameTab labelMain topics
basicGeneralDisplay name, Base URL, Force SSL, SPA, multilingual, import/export package
accessAccess ControlIP / region restrictions, etc.
performancePerformanceCache, compression, etc.
seoSEOSite-level SEO switches
editorEditorAdmin editor preferences
advanceAdvancedDefault 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.

GroupDoc
DatabaseDatabase
PaymentPayment
SMSSMS
OAuth2OAuth2
StorageStorage
OthersOthers

Payment integrations are not duplicated in Commerce settings—use Payment group here.

Suggested Configuration Order

Typical implementation path:

  1. Basic Settings — six tab docs (multilingual, SQL log switch, etc.)
  2. Domains — bindings, primary domain, SSL
  3. Integrations — group docs; Database / Payment cross-link to API
  4. Site Users · Roles — admin accounts and feature permissions
  5. Request Hooks · Action Hooks — including edit sub-pages
  6. Cookie
  7. AI Service — cross-link Operations Center

Development Reference (KScript / API)

Admin capabilityAPI doc
Integrations CoreSettingk.config / site settings APIs (per item)
Paymentk.payment
Database connectionsk.DB
Multilingual / Labelk.label
JWT, etc.APIs for each integration

CMS docs cover admin click paths and form fields; script signatures and examples stay in API docs.

DocDescription
Site admin menu overviewFull menu tree
DatabaseTable management after Database integration
Operations CenterObservation and collaboration under /system