Table of Contents

  1. Installation
  2. First-Time Setup
  3. Daily Usage Guide
  4. Keyboard Shortcuts
  5. AI Configuration
  6. Interview Assistant
  7. Best Practices
  8. Troubleshooting

Installation

Prerequisites

Steps

  1. Download the installer for your platform from the Download section
  2. Run the installer (e.g., ServiceHost-Setup.exe on Windows)
  3. Follow the Next → Next → Finish wizard
  4. The application launches automatically after installation

First-Time Setup

  1. Welcome Screen: The app opens with a guided setup wizard. Follow the steps or click "Skip setup."
  2. Choose AI Provider: Open Settings and select your preferred provider:
    • OpenAI
    • Anthropic
    • Google Gemini
    • Best Model
    • Mistral
    • Moonshot AI
  3. Configure Models: Assign specific models for extraction, solution generation, and debugging
  4. Login: Create an account or log in to unlock full features

Daily Usage Guide

Basic Workflow — Screenshot to Solution

  1. Press Ctrl+B to show/hide the window
  2. Navigate to the coding problem you want to solve
  3. Press Ctrl+H to capture a screenshot (repeat for more context)
  4. Press Ctrl+Enter to extract the problem and generate a solution
  5. Review the solution — ask follow-up questions if needed
  6. Press Ctrl+E to reset session when done

Interview Assistant — Voice Mode

  1. Press Alt+Q to start microphone recording
  2. The interviewer's question is transcribed in real-time
  3. AI automatically generates an answer based on the transcription
  4. Press Alt+Q again to stop recording

System Audio Capture

  1. Press Alt+W to start capturing your computer's audio output
  2. Audio from any application (Zoom, Chrome, etc.) is transcribed live
  3. Press Alt+W again to stop

Keyboard Shortcuts Reference

Shortcut Action
Ctrl+H Take screenshot
Ctrl+Enter Process screenshots / Submit AI input
Ctrl+L Delete last screenshot
Ctrl+R Reset view
Ctrl+E Force cancel & reset entire session
Ctrl+B Toggle window visibility
Ctrl+W Focus UI for scrolling/interaction
Ctrl+Q Quit application
Ctrl+Arrow Move window (left/right/up/down)
Alt+Arrow Scroll content
Alt+Q Toggle interview assistant
Alt+W Toggle system audio capture
Ctrl+[ / Ctrl+] Decrease / increase opacity
Ctrl+- / Ctrl+= Zoom out / zoom in
Ctrl+0 Reset zoom

AI Configuration

Noxans uses three separate AI models that you can configure independently:

Tip: Use a vision-capable model (gemini 3 pro) for extraction, and a code-focused model for solutions and debugging.

Interview Assistant

The Interview Assistant provides two modes of audio capture:

Both modes use OpenAI's Whisper for transcription. Ensure Python 3.9+ is installed with the required packages.

Best Practices

Troubleshooting