1. Introduction
  2. Getting Started
  3. What is MOD?
  4. MOD Creation Guide
    1. Directory Structure
    2. Configuration File (mod.json)
    3. Menus Configuration
    4. System Menus Configuration
    5. Startup Scripts
  5. Asset Preparation
  6. How to Convert VRM0.X to VRM1.0
  7. How to create VRMA
  8. HTTP Communication
  9. OpenAPI
  10. TypeScript SDK Reference
  11. SDK Overview
  12. Entities
    1. Finding Entities
    2. Getting Entity Names
    3. Transform Management
  13. Camera Utilities
    1. Coordinate Conversion
    2. World to Viewport
  14. VRM Management
    1. Spawning VRMs
    2. Finding VRMs
    3. Bone Entities
    4. VRM Events
    5. VRM State
    6. Speech Synthesis
    7. Animations (VRMA)
  15. VRM Animations
    1. Playing Animations
    2. Stopping Animations
  16. ChatGPT
    1. Chat Functionality
    2. Model Management
    3. System Prompts
    4. Web Search
    5. Voicevox Speaker
  17. Webview Management
    1. Opening Webviews
    2. Closing Webviews
    3. Checking Closed
  18. Effects System
    1. Sound Effects
    2. Stamp Effects
  19. Commands System
    1. Streaming Commands
    2. Sending Commands
  20. Display Management
    1. Find All Displays
  21. Preferences
    1. Loading Preferences
    2. Saving Preferences
    3. VRM Transform Persistence
  22. Settings
    1. FPS Management
  23. Scripts Execution
    1. JavaScript Execution
  24. Shadow Panel
    1. Alpha Control
  25. MOD Metadata
    1. Menus
  26. Math Types
    1. Transform
    2. Vec2
    3. Vec3
    4. Rect
  27. Utilities
    1. Sleep Function
    2. Runtime Detection
  28. Host Communication
    1. URL Creation
    2. GET Requests
    3. POST Requests
    4. PUT Requests