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

# Codebase map

> Where to find things in the repository

Use this page to orient yourself inside `wlumsa.org`.

## Key paths

* `wlumsa.org/src/app/` Next.js routes and pages
* `wlumsa.org/src/components/` shared UI components
* `wlumsa.org/src/collections/` Payload CMS collections (content types)
* `wlumsa.org/src/blocks/` Payload content blocks
* `wlumsa.org/src/globals/` Payload global configs (navbar, footer, etc.)
* `wlumsa.org/src/plugins/` Payload and app plugins
* `wlumsa.org/src/migrations/` Payload migrations
* `wlumsa.org/src/lib/` shared utilities
* `wlumsa.org/src/Utils/` server and client helpers
* `wlumsa.org/src/data/` data and lookup utilities
* `wlumsa.org/src/styles/` global styles
* `wlumsa.org/src/payload.config.ts` CMS config and integrations
* `wlumsa.org/src/payload-types.ts` generated Payload types
* `wlumsa.org/middleware.tsx` edge middleware
* `wlumsa.org/emails/` email templates
* `wlumsa.org/public/` static assets

## Route grouping

Routes under `wlumsa.org/src/app/(user)/` are public-facing pages. Payload admin pages live under `wlumsa.org/src/app/(payload)/`.
