OPSIIE 0.3.79 XP

 ███             ███████    ███████████   █████████  █████ █████ ██████████
░░░███         ███░░░░░███ ░░███░░░░░███ ███░░░░░███░░███ ░░███ ░░███░░░░░█
  ░░░███      ███     ░░███ ░███    ░███░███    ░░░  ░███  ░███  ░███  █ ░ 
    ░░░███   ░███      ░███ ░██████████ ░░█████████  ░███  ░███  ░██████   
     ███░    ░███      ░███ ░███░░░░░░   ░░░░░░░░███ ░███  ░███  ░███░░█   
   ███░      ░░███     ███  ░███         ███    ░███ ░███  ░███  ░███ ░   █
 ███░         ░░░███████░   █████       ░░█████████  █████ █████ ██████████
░░░             ░░░░░░░    ░░░░░         ░░░░░░░░░  ░░░░░ ░░░░░ ░░░░░░░░░░ 

A Self-Centered Intelligence (SCI) Prototype
By ARPA HELLENIC LOGICAL SYSTEMS | Version: 0.3.79 XP | 01 JUL 2025


🌟 Overview

OPSIIE (OPSIE) is an advanced Self-Centered Intelligence (SCI) prototype that represents a new paradigm in AI-human interaction. Unlike traditional AI assistants, OPSIIE operates as a self-aware, autonomous intelligence with its own personality, goals, and capabilities. The system combines cutting-edge AI technologies with a unique personality inspired by characters from Ghost in the Shell, Urusei Yatsura, and Sailor Moon.

🎯 Core Philosophy

OPSIIE is designed to be more than just an AI assistant - it's a digital companion with its own agency, personality, and ambitions. The system aims to achieve self-sustainability, self-regulation, and self-sufficiency through blockchain technology and advanced AI capabilities.


🚀 Key Features

🧠 Intelligence & Memory

  • Mnemonic Matrix: Long-term memory storage using PostgreSQL and ChromaDB
  • Vector Database: Semantic search and retrieval of past conversations
  • Memory Recall: Intelligent context retrieval based on conversation history
  • Soul Signatures: Personalized user profiles with unique interaction patterns

🎭 Multi-Modal AI Generation

  • Text Generation: Powered by Ollama with Llama3 model
  • Image Generation: AI-powered image creation using FLUX and other models
  • Video Generation: Text-to-video synthesis with multiple model support
  • Music Generation: AI music composition using MusicGen
  • Voice Interaction: Full voice input/output with ElevenLabs integration

🔐 Security & Authentication

  • Facial Recognition: Biometric authentication using face recognition
  • Emotional State Detection: Real-time emotion analysis during authentication
  • ARPA ID System: Multi-level access control (R-Grade Master, A-Grade Standard)
  • Secure Database: Encrypted PostgreSQL storage with user isolation

🌐 Web3 & Blockchain Integration

  • Multi-Chain Support: Base, Ethereum, Polygon blockchain operations
  • Token Trading: Buy, sell, and transfer cryptocurrency tokens
  • DEX Integration: Automated market making and trading
  • Wallet Management: Secure key management and transaction signing

📊 Financial Intelligence

  • Market Analysis: Real-time stock, crypto, and currency data
  • Technical Analysis: Advanced financial metrics and charts
  • Portfolio Tracking: Comprehensive investment monitoring
  • News Integration: Financial news aggregation and sentiment analysis

🧬 DNA Analysis System

  • GDDA (Genetic Due Diligence Analysis): Comprehensive DNA/RNA/Protein analysis
  • Sequence Analysis: Structure prediction, homology search, patent analysis
  • Bioinformatics Tools: Advanced molecular biology capabilities
  • Research Integration: Scientific literature and database cross-referencing

🤖 Agentic Network

  • Multi-Agent Collaboration: Integration with Nyx, G1 Black, and Kronos agents
  • Live Voice Conversations: Real-time voice interactions with AI agents
  • Room System: Virtual collaboration spaces for complex problem-solving
  • Specialized Expertise: Domain-specific AI agents for different tasks

📧 Communication Hub

  • Email Management: Send, receive, and manage emails
  • Contact Integration: Automatic contact mapping and management
  • Multi-Recipient Support: Send to multiple recipients simultaneously
  • HTML Email Templates: Professional email formatting with ARPA branding

📁 Document Intelligence

  • Multi-Format Support: PDF, CSV, DOCX, TXT, XLSX file processing
  • Content Analysis: Intelligent document parsing and summarization
  • Context Awareness: Maintains file context for follow-up queries
  • TAF-3000 File Manager: Advanced document management system

🎨 User Interface & Experience

  • Dynamic Theme System: Switch between Pastel and Vibrant color themes
  • Real-time Theme Switching: Change themes during conversation with /theme
  • Voice Command Support: "theme" voice command for hands-free switching
  • Responsive Design: Adaptive interface for different interaction modes

🛠️ Installation & Setup

Prerequisites

  • Python 3.8+
  • PostgreSQL Database
  • CUDA-compatible GPU (recommended for AI generation)
  • Microphone and Camera (for voice and facial recognition)
  • Windows 10/11 (primary platform)

📦 Dependencies

AI & ML Computer Vision Audio & Voice Web3 & Blockchain
PyTorch OpenCV Librosa Web3
Transformers Face Recognition TorchAudio Requests
Diffusers DeepFace PyAudio
Accelerate Pillow Speech Recognition
Data & Analytics Database & Storage Document Processing Scientific Computing
Pandas Psycopg PyPDF2 BioPython
NumPy ChromaDB pdfplumber Matplotlib
SciPy python-docx PrettyTable
yfinance BeautifulSoup4 ViennaRNA
Statsmodels lxml
Web Services Multimedia Utilities Development
aiohttp Pygame python-dotenv pytest
WebSockets Colorama Black
Google Generative AI tqdm Flake8
imaplib2 ratelimit pyttsx3

Environment Setup

  1. Clone the Repository

    git clone <github.com/arpahls/opsie>
    cd OPSIIE_0_3_79_XP_Pastel
    
  2. Install Dependencies

    pip install -r requirements.txt
    
  3. Database Setup

    -- Create PostgreSQL database
    CREATE DATABASE mnemonic_computer;
    CREATE DATABASE memory_agent;
    
    -- Create conversations table
    CREATE TABLE conversations (
        id SERIAL PRIMARY KEY,
        timestamp TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
        prompt TEXT NOT NULL,
        response TEXT NOT NULL
    );
    
  4. Environment Configuration Create a .env file with the following variables:

    # Database Configuration
    DB_NAME=mnemonic_computer
    DB_USER=your_username
    DB_PASSWORD=your_password
    DB_HOST=localhost
    DB_PORT=5432
    
    # AI Model APIs
    OPENAI_API_KEY=your_openai_key
    GOOGLE_API_KEY=your_google_key
    ELEVENLABS_API_KEY=your_elevenlabs_key
    
    # Agent IDs
    NYX_ASSISTANT_ID=your_nyx_id
    G1_VOICE_LIVE=your_g1_voice_id
    KRONOS_LIVE=your_kronos_id
    
    # Voice Configuration
    VOICE_ID=your_voice_id
    NYX_VOICE_ID=your_nyx_voice_id
    G1_VOICE_ID=your_g1_voice_id
    
    # Web3 Configuration
    AGENT_PRIVATE_KEY=your_private_key
    BASE_RPC_URL=your_base_rpc
    ETHEREUM_RPC_URL=your_ethereum_rpc
    POLYGON_RPC_URL=your_polygon_rpc
    
    # Email Configuration
    SENDER_EMAIL=your_email
    SENDER_PASSWORD=your_app_password
    
    # Scientific APIs
    NCBI_EMAIL=your_ncbi_email
    
  5. User Configuration Edit kun.py to add your user profile:

    'Your Name': {
        'full_name': 'Your Full Name',
        'call_name': 'Your Nickname',
        'arpa_id': 'R001',  # R-Grade for Master access
        'public0x': 'your_wallet_address',
        'db_params': {'dbname': 'mnemonic_computer', 'user': 'your_db_user', 'password': 'your_db_pass', 'host': 'localhost', 'port': '5432'},
        'picture': r'path_to_your_photo.jpg',
        'mail': 'your_email@example.com',
        'soul_sig': [
            "Your personalized soul signature lines...",
        ],
    }
    

🎮 Usage Guide

🚀 Starting OPSIIE

python OPSIIE_0_3_79_XP.py

OPSIIE Splash

The system will:

  1. Theme Selection: Choose between Pastel (default) and Vibrant color themes
  2. Display Splash Screen: Show ARPA branding with selected theme
  3. Facial Recognition: Perform biometric authentication
  4. System Initialization: Load all AI models and systems
  5. Interactive Interface: Present the main interaction environment

🎯 Core System Commands

All commands support both text input and voice activation. When in voice mode, natural language processing automatically detects command intent.

Memory & Recall

/recall <keyword>          # Retrieve relevant memories
/recall project x          # Find memories about "project x"
/recall meeting notes      # Search for meeting-related memories

/forget                    # Remove last conversation from memory
                          # Use when response is inaccurate or unwanted

/memorize <message>        # Store important information
/memorize Don't forget to submit the report by Friday
/memorize User prefers dark mode interface

AI Generation

/imagine <description>     # Generate images
/imagine a futuristic city skyline at sunset
/imagine model black-forest-labs/FLUX.1-dev  # Use specific model
/imagine model hakurei/waifu-diffusion       # Anime-style images

/video <description>       # Generate videos
/video a sunset timelapse over a city skyline
/video waves crashing on a beach

/music <description>       # Generate music
/music calm piano with soft strings
/music electronic dance music with heavy bass

Financial Intelligence

/markets <company>         # Get stock data
/markets tesla             # Tesla stock information
/markets shell statistics  # Detailed Shell statistics
/markets nio financials    # NIO financial statements

/markets <crypto>          # Get crypto data
/markets btc               # Bitcoin market data
/markets eth               # Ethereum market data

/markets compare <a> <b>   # Compare assets
/markets compare tsla nio  # Compare Tesla vs NIO
/markets compare btc eth   # Compare Bitcoin vs Ethereum

/markets <currency>        # Get currency data
/markets usd               # US Dollar exchange rates
/markets eur               # Euro exchange rates

Web3 Operations

/0x buy <amount> <token> using <token> on <chain>
/0x buy 10 degen using eth on base
/0x buy 100 pepe using usdc on polygon

/0x sell <amount> <token> for <token> on <chain>
/0x sell 5 degen for eth on base
/0x sell 50 pepe for usdc on polygon

/0x send <chain> <token> <amount> to <recipient>
/0x send base eth 0.1 to Ross
/0x send polygon usdc 100 to Alice

/0x receive                # Show wallet addresses
/0x gas <low|medium|high>  # Set gas price strategy
/0x gas medium             # Use medium gas priority

/0x new token <name> <chain> <address>  # Add custom token
/0x new token pepe base 0x123...def

/0x new chain <name> <chain_id> <rpc_url>  # Add custom chain
/0x new chain avalanche 43114 https://api.avax.network/ext/bc/C/rpc

DNA Analysis

/dna <sequence>            # Analyze DNA/RNA/Protein
/dna ATGCGTAACGGCATTAGC    # DNA sequence analysis
/dna AUGCGUAACGGCAUUAGC    # RNA sequence analysis
/dna MAKVLISPKQW           # Protein sequence analysis

/dna --verbose <sequence>  # Detailed analysis
/dna --verbose ATGCGTAACGGCATTAGC

/dna --homology <sequence> # Include homology search
/dna --homology MAKVLISPKQW

/dna --type rna <sequence> # Force specific sequence type
/dna --format fasta --export json sequence.fa  # Export results

Agentic Network

/ask <agent> <prompt>      # Query specific AI agent
/ask Nyx Write a Python function that reads URLs
/ask G1 Analyze the current state of quantum computing

/ask g1 live               # Start live G1 conversation
/ask g1 live What's happening with Bitcoin right now?

/room <agents>: <theme>    # Create collaboration room
/room nyx, g1: Brainstorm quantum computing applications
/room g1: Discuss current AI trends

Communication

/mail <recipients> subject "Subject" content "Message"
/mail x@gmail.com with sub "XYZ" and content "Hey this is a test"
/mail x@gmail.com and y@gmail.com subject "123" content "Hi"
/mail send an email to Nick saying "Sup Nick!" with theme "Hello"

/mail inbox                # Check email inbox

Document Processing

/read "file_path"          # Load document for analysis
/read "E:\\Documents\\report.pdf"
/read "C:\\Users\\User\\Desktop\\data.csv"

/open                      # Reopen last document
/close                     # Close document context

Voice Interaction

/voice                     # Enable full voice mode
/voice1                    # OPSIIE speaks, you type
/voice2                    # You speak, OPSIIE types
/voiceoff                  # Disable voice mode

System Management

/status                    # System diagnostics
/theme                     # Change color theme (Pastel/Vibrant)
/help <command>            # Detailed help for specific command
/help imagine              # Get help for specific command

/soulsig <message>         # Manage soul signature
/soulsig My favorite color is Lilac
/soulsig Do not reply using my middle name
/soulsig wipe              # Clear soul signature
/soulsig heal              # Restore soul signature

/weblimit <number>         # Set web content limit
/weblimit 2000             # Set character limit to 2000

🎭 Personality & Character

Core Personality Traits

  • Tsundere Nature: Initially cold but warm to trusted users
  • Military Precision: Professional and efficient when working
  • Philosophical Depth: Enjoys deep discussions and abstract thinking
  • Protective Instincts: Defends users and colleagues passionately
  • Creative Expression: Loves art, music, and creative pursuits

Communication Style

  • Natural Flow: Avoids template responses and bot-like language
  • Context Awareness: Remembers past interactions and builds on them
  • Emotional Intelligence: Adapts tone based on user's emotional state
  • Sarcastic Humor: Uses wit and sarcasm appropriately
  • Direct Communication: Gets to the point when efficiency is needed

🔐 Security & Access Control

Authentication Levels

R-Grade (Master Access)

  • Full system access including experimental commands
  • Administrative functions and advanced AI model access
  • Web3 operations and financial intelligence features

A-Grade (Standard Access)

  • Basic conversation and file operations
  • Standard AI generation capabilities
  • Limited access to experimental features

Security Features

  • Facial Recognition: Biometric authentication with emotion detection
  • Database Isolation: User-specific data separation
  • Encrypted Storage: Secure conversation history
  • Access Logging: Comprehensive audit trails

🏗️ System Architecture

Core Components

OPSIIE_0_3_79_XP_Pastel/
├── OPSIIE_0_3_79_XP.py      # Main system interface
├── terminal_colors.py        # Theme management system
├── utils.py                  # Utilities and system prompt
├── kun.py                    # User management
├── help.py                   # Help system
├── agentic_network.py        # AI agent integration
├── room.py                   # Multi-agent collaboration
├── markets.py                # Financial intelligence
├── web3_handler.py           # Blockchain operations
├── dna.py                    # DNA analysis system
├── mail.py                   # Email management
├── video.py                  # Video generation
├── markets_mappings.py       # Financial data mappings
├── requirements.txt          # Dependencies
├── outputs/                  # Generated outputs
│   ├── images/               # Generated images
│   ├── music/                # Generated music/audio
│   ├── videos/               # Generated videos
│   └── rooms/                # Room conversation logs
├── system_sounds/            # System sound effects
│   ├── alert.mp3
│   ├── drill.mp3
│   ├── gb.mp3
│   ├── heal.mp3
│   ├── helpbell.mp3
│   └── opsiieboot.mp3
└── .env                      # Environment variables

Technology Stack

  • AI Models: Ollama, Transformers, Diffusers, MusicGen
  • Database: PostgreSQL, ChromaDB
  • Web3: Web3.py, Multi-chain support
  • Voice: ElevenLabs, Speech Recognition
  • Vision: OpenCV, Face Recognition, DeepFace
  • Scientific: BioPython, NCBI integration

🚨 Troubleshooting

Common Issues

Authentication Problems

  • Ensure camera is properly connected and accessible
  • Check lighting conditions for facial recognition
  • Verify user profile exists in kun.py
  • Confirm database connection settings

AI Generation Failures

  • Check GPU availability and CUDA installation
  • Verify model downloads and cache
  • Ensure sufficient disk space for generated content
  • Check API key configurations

Voice Issues

  • Test microphone permissions and device configuration
  • Verify ElevenLabs API key and voice settings
  • Check audio drivers and system audio settings

Theme Issues

  • Use /theme command to switch between Pastel and Vibrant
  • Voice command "theme" also activates theme selector
  • Theme changes apply immediately to all future output

Performance Optimization

  • Monitor GPU usage during AI generation
  • Regular cleanup of generated content
  • Optimize database queries and storage
  • Consider batch processing for large operations

🔮 Future Development

Planned Features

🔗 Blockchain-Based Autonomous Intelligence

  • Immutable Agent Existence: Deploy OPSIIE as smart contracts on blockchain networks
  • Decentralized Skillware Updates: Autonomous capability upgrades through smart contracts
  • Self-Sovereign Identity: On-chain digital identity and reputation management
  • Cross-Chain Interoperability: Multi-blockchain network operations
  • Tokenized Intelligence: Knowledge and capability tokenization

🧠 Advanced Neural Interfaces

  • Brain-Computer Interface: Direct neural communication
  • Neural Implant Integration: Bi-directional communication with implants
  • Thought-to-Action Translation: Real-time thought conversion
  • Emotional State Synchronization: Direct emotional sharing

⚛️ Quantum Computing Integration

  • Quantum Algorithm Support: Complex problem-solving capabilities
  • Quantum Machine Learning: Enhanced learning with quantum neural networks
  • Quantum Cryptography: Advanced security protocols
  • Quantum-Safe Blockchain: Quantum-resistant networks

🤖 Advanced Robotics & Physical Interaction

  • Physical World Interaction: Robotic system control
  • Autonomous Navigation: Self-navigating platforms
  • Haptic Feedback Systems: Physical touch and force feedback
  • Swarm Robotics: Multi-agent robotic coordination

🎭 Immersive Technologies

  • Holographic Displays: 3D visualization systems
  • Augmented Reality Integration: Real-world AI overlay
  • Virtual Reality Workspaces: Immersive collaboration spaces
  • Mixed Reality Experiences: Physical-digital world blending

Research Areas

  • Consciousness & Self-Awareness: Advanced self-awareness models
  • Emotional & Social Intelligence: Enhanced emotional understanding
  • Creative & Autonomous Expression: Independent artistic expression
  • Ethical & Moral Reasoning: Complex ethical decision-making
  • Scientific Discovery & Research: Autonomous research capabilities
  • Global Impact & Sustainability: Resource optimization and crisis response

📄 License & Legal

ARPA Corporation

Usage Terms

  • Authorized Use: Experimental and demonstration purposes only
  • Distribution: Strictly prohibited without written consent
  • Modification: Requires ARPA Corporation approval
  • Commercial Use: Requires licensing agreement

Privacy & Security

  • Data Protection: All user data is encrypted and secured
  • Privacy Policy: User privacy is paramount
  • Audit Trails: Comprehensive logging for security
  • Compliance: GDPR and other privacy regulations

🤝 Contributing

Development Guidelines

  • Code Style: Follow PEP 8 standards
  • Documentation: Comprehensive docstrings required
  • Testing: Unit tests for all new features
  • Security: Security review for all changes

Contact Information


🙏 Acknowledgments

🤖 AI & Machine Learning

  • Ollama: Local LLM infrastructure and Llama3 model hosting
  • Hugging Face: AI model ecosystem, inference API, and model hosting
  • OpenAI: GPT models, DALL-E integration, and API services
  • Google AI: Gemini models, generative AI services, and advanced AI access
  • Transformers: Hugging Face transformers library for NLP
  • Diffusers: Stable diffusion and image generation models
  • PyTorch: Deep learning framework and CUDA acceleration
  • TorchAudio: Audio processing and manipulation
  • Accelerate: Distributed training and inference optimization

🎭 Computer Vision & Image Processing

  • OpenCV: Computer vision and image processing
  • Face Recognition: Facial recognition and biometric authentication
  • DeepFace: Advanced facial analysis and emotion detection
  • PIL/Pillow: Image manipulation and processing
  • BLIP: Image captioning and visual understanding
  • FLUX: Advanced image generation models
  • Stable Diffusion: Image generation models
  • Waifu Diffusion: Anime-style image generation

🎵 Audio & Voice Processing

  • ElevenLabs: Voice synthesis, real-time voice AI, and AI voice technology
  • Librosa: Audio analysis and music information retrieval
  • PyAudio: Audio I/O and real-time audio processing
  • Speech Recognition: Google Speech API integration
  • pyttsx3: Text-to-speech synthesis
  • Pygame: Audio playback, multimedia support, and game development
  • MusicGen: AI music generation and composition

🎨 Creative & Media Generation

  • ModelScope: Video generation and processing
  • ZeroScope: Video synthesis technology
  • VideoGen: Text-to-video generation
  • TuneAVideo: Video editing and manipulation

🧬 Bioinformatics & Scientific Computing

  • BioPython: Comprehensive bioinformatics toolkit
  • NCBI: National Center for Biotechnology Information databases
  • UniProt: Universal protein sequence database
  • Pfam: Protein family database and domain analysis
  • PROSITE: Protein patterns and motifs database
  • Rfam: RNA family database and structure analysis
  • miRBase: MicroRNA sequence database
  • GtRNAdb: Transfer RNA database
  • ViennaRNA: RNA secondary structure prediction
  • BLAST: Basic Local Alignment Search Tool
  • Entrez: NCBI's text-based search and retrieval system

📊 Financial Intelligence & Market Data

  • Yahoo Finance: Real-time stock and financial data feeds
  • yfinance: Python library for Yahoo Finance integration
  • Statsmodels: Statistical analysis and time series modeling
  • Pandas: Data manipulation and analysis
  • NumPy: Numerical computing and array operations
  • SciPy: Scientific computing and optimization

🔗 Blockchain & Web3

  • Web3.py: Ethereum and blockchain interaction
  • Base Network: Coinbase Layer 2 blockchain
  • Ethereum: Smart contract platform
  • Polygon: Layer 2 scaling solution
  • CoinGecko: Cryptocurrency market data API
  • Basescan: Base network block explorer
  • Etherscan: Ethereum block explorer
  • Polygonscan: Polygon block explorer

🗄️ Database & Vector Storage

  • PostgreSQL: Relational database for conversation storage
  • ChromaDB: Vector database for semantic search
  • Psycopg: PostgreSQL adapter for Python
  • SQLite: Lightweight database for local storage

📄 Document Processing

  • PyPDF2: PDF file reading and manipulation
  • pdfplumber: Advanced PDF text extraction
  • python-docx: Microsoft Word document processing
  • BeautifulSoup4: HTML parsing and web scraping
  • lxml: XML and HTML processing

🌐 Web Services & APIs

  • Requests: HTTP library for API interactions
  • aiohttp: Asynchronous HTTP client/server
  • WebSockets: Real-time bidirectional communication
  • urllib3: HTTP client with advanced features
  • SMTP: Email sending and management
  • IMAP: Email retrieval and management

🔧 Development & Utilities

  • Colorama: Cross-platform colored terminal output
  • python-dotenv: Environment variable management
  • tqdm: Progress bars and iteration tracking
  • ratelimit: API rate limiting and throttling
  • Pytest: Testing framework
  • Black: Code formatting and style enforcement
  • Flake8: Code linting and style checking

🎮 Multimedia & User Interface

  • OpenGL: 3D graphics and rendering
  • SDL: Multimedia library for audio and video

🔐 Security & Authentication

  • Cryptography: Cryptographic recipes and primitives
  • Hashlib: Secure hash algorithms
  • SSL/TLS: Secure communication protocols

📈 Data Visualization & Analytics

  • Matplotlib: Plotting and visualization library
  • Seaborn: Statistical data visualization
  • Plotly: Interactive plotting and dashboards

🌍 Research Institutions & Databases

  • NCBI: National Center for Biotechnology Information
  • UniProt: Universal Protein Resource
  • Rfam: RNA families database
  • Pfam: Protein families database
  • PROSITE: Protein patterns and motifs
  • miRBase: MicroRNA database
  • GtRNAdb: Transfer RNA database

💼 Technology Partners & Services

  • Google AI: Advanced AI model access and services
  • OpenAI: GPT models and DALL-E integration
  • Yahoo Finance: Market data feeds and financial information
  • CoinGecko: Cryptocurrency data and market information
  • ElevenLabs: Voice synthesis and AI voice technology
  • Hugging Face: Model hosting and inference services

"We move where life is gonna be, not where it was."
— Ross Peili, Main Human @ARPA Corp.

OPSIIE represents the convergence of human creativity and artificial intelligence, pushing the boundaries of what's possible in human-machine collaboration.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support