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

# Member Portal

> Member-facing portal for accessing membership benefits, events, courses, and resources

## Overview

The Member Portal is the primary interface for members to access their membership benefits, register for events, take courses, and engage with the organization.

## What Members Can Do

<CardGroup cols={2}>
  <Card title="Profile & Membership" icon="user" href="/member/profile/my-profile">
    Manage profile, view membership status, access invoices
  </Card>

  <Card title="CPD Tracking" icon="award" href="/member/cpd/cpd-tracking">
    Track CPD points, view certifications, log activities
  </Card>

  <Card title="Events" icon="calendar" href="/member/events/browse-register">
    Browse events, purchase tickets, check-in
  </Card>

  <Card title="Learning" icon="graduation-cap" href="/member/learning/take-courses">
    Enroll in courses, track progress, earn certificates
  </Card>

  <Card title="Resources" icon="folder-open" href="/member/resources/resource-library">
    Access resource library and downloads
  </Card>

  <Card title="Directory" icon="building" href="/member/directory/browse-directory">
    Browse business directory, manage company profile
  </Card>

  <Card title="Careers" icon="briefcase" href="/member/careers/browse-jobs">
    Search job listings from sponsors
  </Card>

  <Card title="Support" icon="headset" href="/member/support/help-center">
    Search help articles, submit support tickets
  </Card>
</CardGroup>

## Access Levels

| Feature               | All Members | Premium Only |
| --------------------- | ----------- | ------------ |
| Profile management    | ✅           | ✅            |
| Public events         | ✅           | ✅            |
| Member-only events    | ✅           | ✅            |
| Free courses          | ✅           | ✅            |
| Premium courses       | ❌           | ✅            |
| Full resource library | ❌           | ✅            |
| CPD tracking          | ✅           | ✅            |
| Directory access      | ✅           | ✅            |
| Support               | ✅           | ✅            |

## Acceptance Criteria

### Frontend

* [ ] UI supports the workflows described on this page.

### Backend / API

* [ ] Backend behavior supports these workflows (data fetch, mutations, exports).

### Permissions

* [ ] Access is restricted per the Capabilities matrix (or role rules) for this area.

### Business Rules

* [ ] All business rules described on this page are enforced.

### Error Handling

* [ ] User-visible errors are clear and recoverable where possible.
