Skip to content

Site Admin Menu Overview

Organized by the Kooboo site-admin left sidebar. UI labels follow the language of your logged-in admin.

Complete outer steps first

If you are still on My Sites (/_Admin/), read Login and site list first, click Manage on a site, then use the menus below.

Account Level (No SiteId)

PagePath
My Sites/
Login/login
Create Site/create
Import Site/create/import
Clone Site/create/clone
List inside folder/?currentFolder={folderName}

See Login and site list and Create a site.

text
/_Admin{routePath}?SiteId={siteGuid}

Replace {siteGuid} with the SiteId in the address bar. Paths in the tables below are relative to /_Admin (and require SiteId).

Top Bar and Common Entry Points

EntryPathNotes
Dashboard (home)/siteSite overview; see Dashboard
Media Library/site/mediaImages and media; see Media Library
Pages/site/pagesPage list and editing; see Pages

Content

Left sidebar group: Content (some items appear only after you enable them in Edit Menu)

MenuPathNotes
Content/content/contentsContent folders and entries; maps to k.content.{folderName}
Content Types/content/contentTypesField models; create before content folders
Labels/content/labelsMultilingual copy; maps to k.label / k.t
HTML Blocks/content/htmlblocksReusable HTML blocks; see HTML Blocks
Files/content/filesCMS file library; see Files
Tag Attributes/content/textTemplate k-config; see Tag Attributes
Param Config/content/useroptionsStructured site parameters; see Param Config

Related docs: Content overview · Content types · Content list · Labels · HTML Blocks · Files · Tag Attributes · Param Config

Commerce

Left sidebar group: Commerce (advanced)

MenuPathDocs
Product Management/commerce/product-managementList · Detail
Product Types/commerce/product-typesProduct Types
Product Categories/commerce/product-categoriesProduct Categories
Carts/commerce/cartsCarts
Customers/commerce/customersCustomers
Orders/commerce/ordersOrders
Sale Stats/commerce/sale-statsSale Stats
Discounts/commerce/discountsDiscounts
Currencies/commerce/currenciesCurrencies
Shipping/commerce/shippingsShipping
Loyalty/commerce/loyaltyLoyalty
Taxes/commerce/taxesTaxes
Notification/commerce/notificationNotification
Settings/commerce/settingsSettings

Overview: Commerce · Dev reference: k.commerce

Operations Center

Left sidebar group: Operations Center (route prefix /system, different group from Site Settings)

MenuPathDocs
Visitor Logs/system/visitor-logsVisitor Logs
Behavior Analysis/system/user-behavior-analysisNo dedicated page yet
Resource Guardian/system/resource-guardianResource Guardian
Page Interaction/system/page-interactionPage Interaction
AB Testing/system/ab-testingAB Testing
Error Monitoring/system/error-monitoringNo dedicated page yet
Site Logs/system/site-logsSite Logs
Sync/system/syncSync
Search/system/searchNo dedicated page yet
Automation/system/automationNo dedicated page yet
AI Service/system/ai-serviceAI Service

Overview: Operations Center

Development

Left sidebar group: Development (advanced)

MenuPathDocs
Views/development/viewsViews
Layouts/development/layoutsLayouts
Scripts/development/scriptsScripts
Styles/development/stylesStyles
Code/development/codeCode
Code Log/development/code-logCode Log
Code Search/development/code-searchCode Search
URL/development/urlsURL
Forms/development/formsForms
Menus/development/menusMenus
Authentication/development/authenticationAuthentication
Open API/development/openapisOpen API
SPA Multilingual/development/spamultilingualSPA Multilingual
Modules/development/modulesModules
Scheduled Jobs/development/jobsScheduled Jobs

Overview: Development (includes Template Engine / API cross-reference)

Module-injected sidebar menus

Published modules can configure menu in module.config to attach custom entries under a top-level group. Set parent to that group's menu.name in routing (e.g. content, commerce, development, system, database). See Modules · Mount site admin menu.

Page designer routes (no left-menu item): /page/edit, /page/design, etc. Open from Pages list.

Database

Left sidebar group: Database (advanced)

MenuPathDocs
IndexedDB Table/database/tableIndexedDB Table
IndexedDB Relations/database/table-relationTable Relations
Key-Value/database/key-valueKey-Value
SQLite Table/database/sqlite-tableSQLite Table
MySQL Table/database/mysql-tableMySQL Table
SQL Server Table/database/sqlserver-tableSQL Server Table
SQL Logs/database/sql-logsSQL Logs

Overview: Database · Dev reference: k.DB · k.DB.sqlite

Site Settings

Left sidebar group: Site Settings (also /system prefix, different menu group from Operations Center)

MenuPathDocs
Basic Settings/system/settingsBasic Settings
Domains/system/domainsDomains
Integrations/system/configIntegrations
Site Users/system/siteuserSite Users
Roles/system/rolesRoles
Request Hooks/system/front-eventsRequest Hooks
Action Hooks/system/backend-eventsAction Hooks
Cookie/system/cookieCookie
AI Service/system/ai-serviceAI Service

Overview: Site Settings · Integration deep link example: /_Admin/system/config?SiteId=...&group=Payment

Standalone Features (Not in Main Left Menu)

FeaturePath
AI App Builder/ai-app-builder
AI Chat/ai-chat/overview

Permissions and Edit Menu

  • Whether a submenu appears also depends on site role and feature permissions (meta.menu.permission).
  • Routes marked advanced: true (e.g. Files, HTML Blocks, Tag Attributes) are hidden from the left sidebar by default; enable them in Edit Menu.

How to Open Edit Menu

  1. Open any site-admin page (e.g. Dashboard).
  2. Click Edit Menu at the bottom of the left sidebar (pencil icon, editMenu).
  3. In the panel, check or uncheck items under each group; the hint says to hide infrequently used menus.
  4. After closing the panel, the left sidebar updates immediately.
Edit Menu: choose Content, Site Settings, and other submenu items for the sidebar

After enabling Content → Files, HTML Blocks, etc., the matching entries appear under Content; see each sub-doc for details.