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

# Workybooks Help Center

> Find answers and learn how to use Workybooks

<div style={{textAlign: 'center', marginBottom: '2rem'}}>
  # How can we help you?

  Find guides, tutorials, and answers to your questions about Workybooks.
</div>

***

## Choose Your Role

<div style={{display: 'grid', gridTemplateColumns: 'repeat(3, 1fr)', gap: '1rem'}}>
  <a href="/getting-started/teachers" style={{textDecoration: 'none', color: 'inherit'}}>
    <div style={{backgroundColor: '#EEF2FF', borderRadius: '12px', padding: '1.5rem', border: '1px solid #C7D2FE', height: '100%'}}>
      <div style={{display: 'flex', alignItems: 'center', gap: '0.75rem', marginBottom: '0.75rem'}}>
        <Icon icon="chalkboard-user" size={24} color="#5470FF" />

        <span style={{fontSize: '1.25rem', fontWeight: '600', color: '#1e293b'}}>I'm a Teacher</span>
      </div>

      <p style={{color: '#475569', margin: 0}}>Set up classrooms, assign curriculum resources, track student progress, and integrate with Google Classroom.</p>
    </div>
  </a>

  <a href="/getting-started/parents" style={{textDecoration: 'none', color: 'inherit'}}>
    <div style={{backgroundColor: '#EEF2FF', borderRadius: '12px', padding: '1.5rem', border: '1px solid #C7D2FE', height: '100%'}}>
      <div style={{display: 'flex', alignItems: 'center', gap: '0.75rem', marginBottom: '0.75rem'}}>
        <Icon icon="house-heart" size={24} color="#5470FF" />

        <span style={{fontSize: '1.25rem', fontWeight: '600', color: '#1e293b'}}>I'm a Parent</span>
      </div>

      <p style={{color: '#475569', margin: 0}}>Support your child's learning at home with worksheets, games, reading passages, and more.</p>
    </div>
  </a>

  <a href="/getting-started/students" style={{textDecoration: 'none', color: 'inherit'}}>
    <div style={{backgroundColor: '#EEF2FF', borderRadius: '12px', padding: '1.5rem', border: '1px solid #C7D2FE', height: '100%'}}>
      <div style={{display: 'flex', alignItems: 'center', gap: '0.75rem', marginBottom: '0.75rem'}}>
        <Icon icon="graduation-cap" size={24} color="#5470FF" />

        <span style={{fontSize: '1.25rem', fontWeight: '600', color: '#1e293b'}}>I'm a Student</span>
      </div>

      <p style={{color: '#475569', margin: 0}}>Learn how to access your classroom, complete assignments, and use Workybooks activities.</p>
    </div>
  </a>
</div>

***

## Popular Topics

<CardGroup cols={3}>
  <Card title="Getting Started" icon="rocket" href="/getting-started/teachers">
    New to Workybooks? Start here to set up your account and learn the basics.
  </Card>

  <Card title="Classrooms & Students" icon="users" href="/assignments/creating-classrooms">
    Create classrooms, add students, and manage your roster.
  </Card>

  <Card title="Assigning Work" icon="clipboard-list" href="/assignments/assigning-work">
    Learn how to assign resources and track completion.
  </Card>

  <Card title="Google Classroom" icon="google" href="/assignments/google-classroom">
    Connect Workybooks to Google Classroom for seamless integration.
  </Card>

  <Card title="Quick Play" icon="bolt" href="/assignments/quick-play">
    Share activities instantly with a link or QR code.
  </Card>

  <Card title="Finding Resources" icon="magnifying-glass" href="/assignments/finding-resources">
    Browse thousands of curriculum resources by grade, subject, or standard.
  </Card>
</CardGroup>

***

## Account & Billing

<CardGroup cols={3}>
  <Card title="My Account" icon="user-gear" href="/account/my-account">
    Update your profile, change password, and manage settings.
  </Card>

  <Card title="Subscriptions" icon="credit-card" href="/account/subscriptions">
    View your plan, upgrade, or manage billing.
  </Card>

  <Card title="Child Profiles" icon="children" href="/account/child-profiles">
    Set up profiles for your children (parents only).
  </Card>
</CardGroup>

***

## Frequently Asked Questions

<CardGroup cols={4}>
  <Card title="General FAQs" icon="circle-question" href="/faq/general">
    Common questions about Workybooks features and how it works.
  </Card>

  <Card title="Teacher FAQs" icon="apple-whole" href="/faq/teachers">
    Questions about classrooms, assignments, and grading.
  </Card>

  <Card title="Parent FAQs" icon="house" href="/faq/parents">
    Questions about supporting your child's learning at home.
  </Card>

  <Card title="Student FAQs" icon="graduation-cap" href="/faq/students">
    Questions about accessing assignments and completing work.
  </Card>
</CardGroup>

***

## Still Need Help?

<CardGroup cols={2}>
  <Card title="Contact Support" icon="envelope" href="mailto:info@workybooks.com">
    Email us at [info@workybooks.com](mailto:info@workybooks.com) and we'll get back to you within 24 hours.
  </Card>

  <Card title="Visit Workybooks" icon="arrow-up-right-from-square" href="https://www.workybooks.com">
    Go to workybooks.com to browse resources and start using the platform.
  </Card>
</CardGroup>
