Nitdaa HealthExpert Mobile MVP - User Guide
Version 1.0 Public Release
Overview
Nitdaa HealthExpert is a mobile-optimized, single-pane web interface designed to provide users with direct access to the HealthExpert AI knowledge base. Deployed on HuggingFace Spaces, Nitdaa brings the power of Agentic AI, Hybrid RAG, and Edge Compute into a sandboxed, responsive environment.
1. Accessing the Application
- Navigate to the official public application link: https://sam-max1-nitdaa.hf.space/
- Security Check (CAPTCHA): Upon your first visit, a security modal will challenge you with a simple math problem (e.g.
5 + 3 = ?). You must correctly solve this problem to unlock the application dashboard. - The application will then load automatically. Note that the first boot may take 3-5 minutes as the system pulls the latest knowledge datasets securely from the cloud.
- Once the Status Pill in the top-right corner turns Green (Ready), the system is online.
2. Using the Dashboard
The dashboard is designed for mobile efficiency.
- Top Header: Displays the application branding ("Healthcare Policy Expert") and current status.
- Scrollable Output Window: The large central area displays the conversation history. It automatically scrolls down as new answers are generated.
- Input Area: Located at the bottom of the screen.
3. Asking Questions
You can query the system in two ways:
- Quick Questions Dropdown: Tap the dropdown menu above the text input to select a preset question. Selecting a question will automatically submit it to the AI.
- Manual Input: Type your query directly into the text box and press the Send button.
4. Understanding Output
When a question is submitted:
- Your question will instantly appear in the output window.
- The system will display a "Generating answer.. (1.2s)" timer.
- Once context is retrieved from the Vector and Graph databases, the LLM will stream the Markdown-formatted answer back to the screen.
- analysis may take upto 300 seconds due to slow shared resources. please keep patience.
- Responses remain preserved in the scrollable window for the duration of your session.
5. Security & Session Handling
- Multi-tenant Isolation: Your conversation is strictly isolated from other users using an invisible
X-Session-Token. - Session Expiration: If the page is reloaded, or if you are inactive for an extended period, your session token resets, and previous context is cleared to ensure privacy.