Getting Started with CUSNIR OS
Quick guide to accessing and exploring the CUSNIR OS user interface in demo mode without authentication to test basic functionalities.
Prerequisites
Before exploring CUSNIR OS, ensure you have a modern web browser like Chrome, Firefox, or Safari. No account creation or authentication is required for demo mode.
CUSNIR OS demo mode provides full UI access for testing governance and decision-making features. Some advanced actions require authentication.
Access the Demo UI
Follow these steps to launch the CUSNIR OS interface instantly.
Visit Demo URL
Open your browser and navigate to https://demo.cusnir-os.com.
Select Demo Mode
On the landing page, click the Start Demo button. No login prompts appear.
Explore Dashboard
You land on the main dashboard. Review the governance overview panel.
Navigate the Interface
CUSNIR OS features an intuitive sidebar for core sections.
Access decision workflows and policy management.
View cognitive decision trees and simulations.
Key areas include real-time analytics and scenario modeling.
Adjust demo preferences like theme or language.
Perform Initial Interactions
Test basic functionalities right away.
Create a Test Decision
Navigate to Governance > Decisions and click New Decision.
Fill in:
| Field | Example Value |
|---|---|
| Title | Test Policy Approval |
| Description | Demo governance workflow |
| Priority | High |
Submit to simulate processing.
Review Analytics
Check the Analytics tab for cognitive insights on your decision.
// Optional: Inspect elements in browser dev tools
console.log('CUSNIR OS Demo Active');
const decisions = document.querySelectorAll('.decision-item');
console.log(`Found {decisions.length} decisions`);
Understand Demo Limitations
Demo mode restricts certain actions to prevent overuse.
Limitations include:
- No persistent data storage (resets on refresh)
- Export features disabled
- Maximum 5 concurrent decisions
- No custom integrations
Upgrade to full access via /authentication for production use.
Next Steps
Dive deeper into CUSNIR OS capabilities.
Last updated today