> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skillbridgedev.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Platform Overview

> Comprehensive overview of SkillShop's architecture and applications

SkillShop is designed as a comprehensive learning ecosystem that addresses the complete educational content lifecycle - from creation and organization to delivery and assessment. This overview will help you understand how the different components work together to create powerful learning experiences.

## Platform Applications

SkillShop provides three integrated applications designed to support the complete educational journey from content creation to student learning and AI-powered tutoring.

<CardGroup cols={2}>
  <Card title="SkillShop Client" icon="school" href="/skillshop-client/introduction">
    Administrative interface for educators and administrators to manage content, assessments, and learning paths.
  </Card>

  <Card title="Learning Client" icon="graduation-cap" href="/learning-client/introduction">
    Netflix-style learning experience for students with personalized content and progress tracking.
  </Card>

  <Card title="Live Tutor" icon="robot" href="/live-tutor/introduction">
    AI-powered tutoring assistant providing personalized support and real-time help.
  </Card>

  <Card title="AI Agents" icon="brain" href="/agents/introduction">
    Comprehensive AI assistant system with specialized agents for educational tasks and workflows.
  </Card>
</CardGroup>

## AI Agents System

SkillShop includes a comprehensive AI agent system that provides specialized assistance across all educational tasks. These agents combine advanced language models with powerful tools to deliver intelligent, context-aware support.

### Agent Categories

<CardGroup cols={2}>
  <Card title="System Agents" icon="robot">
    Pre-built specialists including Curriculum Designer, Assessment Designer, Content Creator, and Learning Tutor
  </Card>

  <Card title="Custom Agents" icon="wrench">
    Create personalized agents tailored to your specific educational needs and teaching style
  </Card>

  <Card title="Workflow Agents" icon="workflow">
    Orchestrate multiple agents for complex processes like sequential content creation or scheduled curriculum reviews
  </Card>

  <Card title="Agent Tools" icon="tools">
    Powerful capabilities including data access, content generation, assessment creation, and external integrations
  </Card>
</CardGroup>

### Key Features

* **Specialized Expertise**: Each agent is designed for specific educational roles and tasks
* **Tool Integration**: Agents can access SkillShop data, create content, and integrate with external services
* **Conversational Intelligence**: Natural language interaction with context preservation across conversations
* **Workflow Orchestration**: Complex multi-agent processes for comprehensive educational projects

<Note>
  AI Agents are available across all SkillShop applications, providing consistent intelligent assistance whether you're creating curricula, learning content, or supporting students.
</Note>

## Platform Architecture

### Multi-Application Design

SkillShop consists of three integrated applications that serve different user roles and use cases:

```
┌─────────────────┐    ┌─────────────────┐    ┌─────────────────┐
│  SkillShop      │    │  Learning       │    │  Live Tutor     │
│  Client         │    │  Client         │    │                 │
│ (Admin/Educator)│    │  (Student)      │    │  (AI Assistant) │
└─────────────────┘    └─────────────────┘    └─────────────────┘
         │                        │                        │
         └────────────────────────┼────────────────────────┘
                                  │
                     ┌─────────────────┐
                     │  Shared Backend │
                     │  & Database     │
                     └─────────────────┘
```

### Shared Infrastructure

All applications share:

* **Common Database**: Unified data storage for content, users, and progress
* **Backend API**: Consistent REST API serving all applications
* **Authentication System**: Single sign-on across all applications
* **AI Services**: Shared access to AI models and tools

## User Experience Design

### Role-Based Interfaces

Each application is optimized for its primary users:

<Tabs>
  <Tab title="SkillShop Client">
    * Professional administrative interface
    * Comprehensive content management tools
    * Detailed analytics and reporting
    * Advanced configuration options
  </Tab>

  <Tab title="Learning Client">
    * Consumer-friendly browsing experience
    * Netflix-style content discovery
    * Simplified navigation and progress tracking
    * Focus on engagement and motivation
  </Tab>

  <Tab title="Live Tutor">
    * Conversational AI interface
    * Real-time interaction capabilities
    * Screen sharing and multimedia support
    * Seamless integration with learning activities
  </Tab>
</Tabs>

### Responsive & Accessible Design

* **Mobile-First**: Optimized for all device types
* **Accessibility Standards**: WCAG compliant interface elements
* **Intuitive Navigation**: Clear information architecture
* **Progressive Disclosure**: Information revealed as needed

## Data & Privacy

### Secure Data Handling

* **User Privacy**: Strict data protection and privacy controls
* **Progress Tracking**: Detailed learning analytics while maintaining privacy
* **Content Security**: Secure storage and delivery of educational materials
* **Compliance Ready**: Designed to meet educational privacy standards

### Integration Capabilities

* **API Access**: RESTful APIs for external system integration
* **Content Import/Export**: Flexible data exchange capabilities
* **Single Sign-On**: Integration with existing authentication systems
* **Third-Party Tools**: Support for external educational resources

***

<Note>
  Now that you understand the platform architecture, choose the application guide that matches your role to get started with hands-on learning.
</Note>
