> ## 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.

# Quick Start Guide

> Get up and running with SkillShop in just a few minutes

# Quick Start Guide

Get started with SkillShop in just a few minutes! This guide will walk you through the essential steps to begin your learning journey or start managing educational content.

## Choose Your Path

<CardGroup cols={2}>
  <Card title="I'm an Educator" icon="chalkboard-user">
    Set up courses, create content, and manage student learning
  </Card>

  <Card title="I'm a Student" icon="graduation-cap">
    Start learning with personalized content and AI assistance
  </Card>
</CardGroup>

***

## Educator Quickstart

<Steps>
  <Step title="Access SkillShop Client">
    Navigate to the main SkillShop application at your institution's URL or localhost:5173 for local development.
  </Step>

  <Step title="Create Your First Course">
    1. Click **"Create Course"** on your dashboard
    2. Enter course name, description, and basic details
    3. Choose your course structure (linear, modular, or path-based)
    4. Set learning objectives and target skills
  </Step>

  <Step title="Add Content">
    1. Navigate to the **Content** section
    2. Upload videos, documents, or other learning materials
    3. Use AI-powered tools to generate summaries and extract topics
    4. Organize content into logical sequences
  </Step>

  <Step title="Create Your First Assessment">
    1. Go to **Assessments** and click **"New Assessment"**
    2. Choose question types (multiple choice, short answer, essay)
    3. Use AI to generate questions from your content
    4. Set up rubrics for subjective questions
  </Step>

  <Step title="Build a Learning Path">
    1. Navigate to **Learning Paths**
    2. Create a new path with your course content
    3. Set prerequisites and learning objectives
    4. Preview the student experience
  </Step>
</Steps>

<Tip>
  Use the AI-powered content discovery feature to find relevant educational materials from external sources and integrate them into your courses.
</Tip>

***

## Student Quickstart

<Steps>
  <Step title="Access Learning Client">
    Navigate to the Learning Client at your institution's URL/learn or localhost:5174/learn for local development.
  </Step>

  <Step title="Set Up Your Profile">
    1. Complete your learner profile with interests and goals
    2. Select your preferred learning style and content types
    3. Set your availability and learning schedule
    4. Choose notification preferences
  </Step>

  <Step title="Explore Available Content">
    1. Browse the content library by subject or skill
    2. Check out trending and recommended content
    3. Use the search function to find specific topics
    4. Bookmark interesting materials for later
  </Step>

  <Step title="Start Your First Learning Session">
    1. Choose a recommended learning path or individual content
    2. Begin with an introductory video or reading
    3. Take notes using the built-in note-taking tools
    4. Complete any associated practice exercises
  </Step>

  <Step title="Get AI Tutoring Help">
    1. Click the **Live Tutor** button when you need help
    2. Ask questions about concepts you don't understand
    3. Request additional practice problems
    4. Get personalized study recommendations
  </Step>
</Steps>

<Note>
  Your progress is automatically tracked across all learning activities, so you can always see how you're advancing toward your goals.
</Note>

***

## Essential Features to Try

### For Educators

<AccordionGroup>
  <Accordion title="AI Content Discovery">
    Use the AI-powered search to find relevant educational materials from across the web. The system can automatically import and organize content from YouTube, academic papers, and other educational resources.
  </Accordion>

  <Accordion title="Smart Assessment Creation">
    Generate quiz questions automatically from your content using AI. The system can create multiple choice, fill-in-the-blank, and short answer questions with appropriate difficulty levels.
  </Accordion>

  <Accordion title="Learning Analytics">
    Monitor student progress with detailed analytics showing engagement, completion rates, skill development, and areas where students need additional support.
  </Accordion>
</AccordionGroup>

### For Students

<AccordionGroup>
  <Accordion title="Personalized Recommendations">
    The AI learns your preferences and suggests content that matches your learning style, interests, and current skill level.
  </Accordion>

  <Accordion title="Interactive Learning">
    Engage with content through interactive videos, practice exercises, and real-time feedback systems.
  </Accordion>

  <Accordion title="AI Tutoring">
    Get instant help from the AI tutor, including explanations, additional examples, and personalized practice problems.
  </Accordion>
</AccordionGroup>

***

## Next Steps

<CardGroup cols={3}>
  <Card title="Platform Overview" href="/overview">
    Learn more about how all SkillShop components work together
  </Card>

  <Card title="Detailed Guides" href="/skillshop-client/introduction">
    Dive deeper into specific application features
  </Card>

  <Card title="Get Support" href="/troubleshooting/faq">
    Find answers to common questions and get help
  </Card>
</CardGroup>

## Need Help?

<CardGroup cols={2}>
  <Card title="FAQ" href="/troubleshooting/faq" icon="circle-question">
    Common questions and quick answers
  </Card>

  <Card title="Contact Support" href="/troubleshooting/support" icon="headset">
    Get personalized help from our support team
  </Card>
</CardGroup>
