Complete User Navigation Guide and Hidden Interface Configurations Available to Explore on the Project's Official Site Maps Directly

Understanding the Core Navigation Structure
The official site provides a layered navigation system that goes beyond standard menus. The primary sitemap is accessible via the footer link «Sitemap,» which lists all public pages. However, direct URL manipulation reveals deeper layers. For instance, appending «/api/v2/map» to the base URL loads a raw JSON structure of all endpoints, including those not linked in the UI. This JSON map exposes hidden configuration keys like «beta_features» and «debug_toggle.»
To access hidden interface configurations, use the browser’s developer console. The global object «window._config» contains parameters for theme variants, notification thresholds, and experimental UI components. Changing «theme_mode» from «light» to «dark_high_contrast» activates an unreleased accessibility overlay. These settings persist via local storage, so clearing cache resets them.
Direct Endpoint Exploration
Navigate to «/hidden/debug_panel» after logging in as an admin. This panel shows real-time system logs, API latency graphs, and a toggle for «advanced_mode.» Enabling advanced_mode unlocks additional filters on the dashboard, such as «raw data export» and «custom widget placement.» The page also contains a hidden input field named «config_override» that accepts JSON strings to modify session parameters.
Hidden Menus and Secret Configuration Paths
Several hidden menus are triggered by keyboard shortcuts. Press «Ctrl+Shift+D» on the dashboard to reveal a floating menu labeled «DevTools.» This menu provides direct links to the asset inventory system, user impersonation tool, and a «force_refresh» button for cached data. Another shortcut, «Alt+I,» opens an inline editor for custom CSS overrides on any visible component.
The project’s official site maps include a separate layer for «experimental routes.» Access «/sandbox/workspace» to find a test environment where you can preview unreleased features. Configuration parameters here include «mock_data_enabled» (set to true to load sample datasets) and «ui_lag_simulator» (adjusts response delay for testing). These settings are stored in session cookies and do not affect the production environment.
Hidden Configuration via URL Parameters
Add «?show_hidden=true» to any page URL to display all hidden HTML elements. This reveals buttons like «Export Debug Logs» and «Reset User Prefs.» Combined with «?config_mode=advanced,» the interface expands to show additional tabs in the settings panel, such as «Network Throttling» and «Cache Invalidation.» These parameters are documented only in the internal wiki, not in the public help section.
Advanced User Workflows and Automation
For power users, the hidden «batch_operations» endpoint at «/admin/batch» allows executing multiple configuration changes via a single POST request. The payload format is JSON, with keys like «action»: «update_config» and «targets»: [«theme», «notifications»]. This bypasses the UI entirely and is intended for automated deployment scripts. The response includes a «change_log» with timestamps and affected user sessions.
Another hidden feature is the «macro_recorder» at «/tools/macro». After enabling it via the config override «enable_macro: true,» every click and input is recorded as a sequence of commands. You can replay these sequences with different parameters using the «run_macro» endpoint. This is especially useful for repetitive tasks like bulk data entry or testing regression scenarios.
FAQ:
How do I find the hidden sitemap JSON?
Append «/api/v2/map» to the base URL. This returns a JSON object with all endpoints, including hidden ones like «debug_panel» and «sandbox.»
What keyboard shortcut opens the DevTools menu?
Press «Ctrl+Shift+D» on the dashboard to open the floating DevTools menu for advanced controls.
Can I permanently change the theme to a hidden variant?
Yes, set «window._config.theme_mode» to «dark_high_contrast» in the console. This persists until you clear local storage.
How do I enable the macro_recorder feature?
Add «enable_macro: true» to the config_override field on the debug panel, then navigate to «/tools/macro.»
Are hidden configurations safe to modify?
Most changes are session-only and reset on logout. However, avoid modifying production-critical keys like «database_connection» without understanding the impact.
Reviews
Alex M.
The hidden debug panel saved me hours of troubleshooting. The JSON map is a goldmine for developers.
Sarah K.
Using the URL parameter «?show_hidden=true» revealed export options I never knew existed. Great for data analysis.
James L.
I love the macro_recorder. It automates my daily reporting tasks perfectly. The documentation could be better, but the tool works flawlessly.
