Getting StartedQuick Start
Getting Started

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.

CUSNIR OS features an intuitive sidebar for core sections.

Access decision workflows and policy management.

Perform Initial Interactions

Test basic functionalities right away.

Create a Test Decision

Navigate to Governance > Decisions and click New Decision.

Fill in:

FieldExample Value
TitleTest Policy Approval
DescriptionDemo governance workflow
PriorityHigh

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.

Was this page helpful?
Built with Documentation.AI

Last updated today