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

# Introduction

> Complete documentation for setting up and running the Family Sphere genealogy application.

Welcome to the Family Sphere Installation & Setup Guide.

This comprehensive guide covers everything you need to get Family Sphere up and running, from system requirements to deployment and troubleshooting.

## Quick Start

<Columns cols={2}>
  <Card title="System Requirements" icon="check-circle" href="/system-requirements">
    Check the required software and dependencies.
  </Card>

  <Card title="Backend Setup" icon="server" href="/backend-setup">
    Set up the Laravel backend.
  </Card>

  <Card title="Frontend Setup" icon="desktop" href="/frontend-setup">
    Set up the Next.js frontend.
  </Card>

  <Card title="Database Schema" icon="database" href="/database-schema">
    Understand the database structure.
  </Card>

  <Card title="API Documentation" icon="code" href="/api-documentation">
    Explore the API endpoints.
  </Card>

  <Card title="Architecture Overview" icon="sitemap" href="/architecture-overview">
    Learn about the system architecture.
  </Card>

  <Card title="Deployment Guide" icon="rocket" href="/deployment-guide">
    Deploy Family Sphere to production.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/troubleshooting">
    Solve common issues.
  </Card>
</Columns>
