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

# Dzaleka Online Services

> Your digital gateway to Dzaleka Refugee Camp - connecting community, culture, and opportunity

<div
  style={{
background: 'linear-gradient(135deg, #d93783 0%, #8c9494 100%)',
borderRadius: '12px',
padding: '48px 32px',
marginBottom: '32px',
color: 'white'
}}
>
  <h1 style={{ fontSize: '48px', fontWeight: '700', marginBottom: '16px', color: 'white' }}>
    Welcome to Dzaleka Online Services
  </h1>

  <p style={{ fontSize: '20px', opacity: 0.95, marginBottom: '0', color: 'white' }}>
    A comprehensive community platform providing services, events, jobs, marketplace, cultural heritage, and resources for Dzaleka Refugee Camp in Malawi.
  </p>
</div>

## Get Started

Everything you need to understand and use the Dzaleka Online Services platform.

<CardGroup cols={3}>
  <Card title="Introduction" icon="book-open" href="/introduction">
    Learn about the platform's mission and vision
  </Card>

  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get up and running in minutes
  </Card>

  <Card title="Platform Overview" icon="map" href="/platform-overview">
    Explore the full platform architecture
  </Card>
</CardGroup>

## Core Features

Discover the powerful features that make Dzaleka Online Services the hub of community life.

<CardGroup cols={2}>
  <Card title="Service Directory" icon="building" href="/features/services">
    Healthcare, education, legal aid, and community services
  </Card>

  <Card title="Events & Calendar" icon="calendar" href="/features/events">
    Community events with registration and panelist profiles
  </Card>

  <Card title="Job Board" icon="briefcase" href="/features/jobs">
    Employment opportunities with skills matching
  </Card>

  <Card title="Marketplace" icon="store" href="/features/marketplace">
    Product and service listings with vendor profiles
  </Card>

  <Card title="E-Learning" icon="graduation-cap" href="/features/e-learning">
    Community-authored courses across multiple categories
  </Card>

  <Card title="Community Voices" icon="megaphone" href="/features/community-voices">
    User-submitted stories and inspirational narratives
  </Card>
</CardGroup>

## Cultural Heritage

Preserve and celebrate the rich cultural heritage of Dzaleka Refugee Camp.

<CardGroup cols={2}>
  <Card title="Photo Gallery" icon="images" href="/heritage/photo-gallery">
    Visual stories from the community
  </Card>

  <Card title="Artists" icon="palette" href="/heritage/artists">
    Profiles of talented visual artists
  </Card>

  <Card title="Dancers" icon="person-running" href="/heritage/dancers">
    Dance groups and individual performers
  </Card>

  <Card title="Poets" icon="feather" href="/heritage/poets">
    Spoken word artists and poetry groups
  </Card>
</CardGroup>

## API Reference

Build integrations and extend the platform with our REST API.

<CardGroup cols={3}>
  <Card title="API Overview" icon="code" href="/api/overview">
    Get started with the API
  </Card>

  <Card title="Authentication" icon="key" href="/api/authentication">
    Learn about API authentication
  </Card>

  <Card title="Endpoints" icon="webhook" href="/api/services">
    Explore available endpoints
  </Card>
</CardGroup>

## Deploy Your Own

Host and customize Dzaleka Online Services for your community.

<CardGroup cols={2}>
  <Card title="Getting Started" icon="play" href="/deployment/getting-started">
    Setup instructions and requirements
  </Card>

  <Card title="Netlify Deployment" icon="cloud" href="/deployment/netlify">
    Deploy to Netlify in minutes
  </Card>
</CardGroup>

## Community

Join the community and contribute to the platform.

<Card title="Contributing Guide" icon="users" href="/community/contributing">
  Learn how to contribute to Dzaleka Online Services
</Card>
