Orbital Office Schema for AI Training

AI Training Schema

This is the support-safe product schema used to help the Orbital Office AI assistant answer questions about the actual Orbital Office system at orbitaloffice.com.

Features
0
Documented product features and widgets.
Workflows
0
Step-by-step usage flows for support answers.
Support FAQ
0
Fast answers for common Orbital Office questions.

What this schema teaches the AI

Product identity

Main rules
Core workflows

Schema JSON

This is the exact structured schema the assistant can use for Orbital Office support-style answers.

{
    "product": "Orbital Office",
    "positioning": "A personal workspace dashboard with a free bookmark manager, productivity widgets, student tools, and a Pro Appointment Booking Manager for service providers.",
    "current_plans": {
        "starter": {
            "label": "Starter",
            "price": "Free",
            "summary": "Bookmark manager, boards, browser extension support, and essential productivity widgets with ads."
        },
        "student": {
            "label": "Student",
            "price": "$5/month",
            "summary": "Starter plus school tools, File Transfer Drop, and no ads.",
            "features": [
                "Assignment Tracker",
                "Grade Tracker",
                "Study Planner",
                "Class Schedule",
                "Flashcards",
                "Student Budget Tracker",
                "File Transfer Drop"
            ]
        },
        "pro": {
            "label": "Pro",
            "price": "$10/month",
            "summary": "Full workspace with Appointment Booking Manager as the primary service-provider selling point.",
            "features": [
                "Appointment Booking Manager",
                "Service setup",
                "Public booking page",
                "Deposits or full payments",
                "AI Chat",
                "Lead Tracker",
                "Resume Builder",
                "Report Writer",
                "Spreadsheets",
                "Content Planner",
                "Typewriter",
                "Pomodoro Focus Timer",
                "QR Generator",
                "Zoom",
                "YouTube",
                "Spotify",
                "Full Widget Visibility",
                "File Transfer Drop"
            ]
        }
    },
    "removed_features": [
        "Retired extra-tier plan",
        "Retired sales tools",
        "Retired business-document tools"
    ],
    "answering_rules": [
        "Use only Starter, Student, and Pro as current plans.",
        "Position Pro around the Appointment Booking Manager for ISPs and other service providers.",
        "Do not advertise retired extra-tier, sales, or business-document tools."
    ],
    "faqs": [
        {
            "question": "Which plan includes Appointment Booking Manager?",
            "answer": "Pro includes the Appointment Booking Manager for $10/month."
        },
        {
            "question": "What is Pro best for?",
            "answer": "Pro is best for service providers who need online booking, payment options, AI, files, leads, and full workspace control."
        },
        {
            "question": "Is there a fourth paid tier?",
            "answer": "No. The current public lineup is Starter, Student, and Pro."
        }
    ]
}
Back to Home