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

# Overview

> What wlumsa.org provides and how the platform is structured

wlumsa.org is the official website for the Wilfrid Laurier University Muslim Students Association. It serves students, community members, and administrators with content, resources, and event information.

<Info>
  This documentation is intentionally high level. It explains the shape of the system and where to find things, without exposing sensitive details.
</Info>

## Primary capabilities

* Prayer timings and Jummah information
* Events, registrations, and forms
* Blog content with categories and search
* Resources and services
* Halal food directory (restaurants and grocery stores)
* Media recordings and announcements
* Newsletter subscriptions and email workflows

## Core systems

* Public website built with Next.js App Router
* Content management via Payload CMS
* PostgreSQL database (Supabase)
* S3-compatible storage (Supabase)
* Email delivery (Resend)
* Payments (Stripe, optional)

## Where to start

* `wlumsa.org/README.md` for setup and environment context
* `wlumsa.org/src/payload.config.ts` for CMS collections and integrations
* `wlumsa.org/src/app/` for application routes and pages
