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

# Help Center

> Search help articles and find answers

Find answers to common questions in our knowledge base.

## Search

* Search by keyword
* Browse by category
* View popular articles

## Categories

* Getting Started
* Membership
* Events
* Courses
* Billing
* Account Settings

## Article Features

* Step-by-step guides
* Screenshots
* Video tutorials
* Related articles

## Still Need Help?

Can't find an answer? [Submit a support ticket](/member/support/submit-ticket)

## Features

### Help Center

#### Acceptance Criteria

##### Frontend

* [ ] UI supports the workflows described in this feature.

##### Backend / API

* [ ] Backend behavior supports this feature as documented.

##### Permissions

* [ ] Access is restricted per the Capabilities matrix on this page (or equivalent role rules).

##### Business Rules

* [ ] All business rules for this feature are enforced.

##### Error Handling

* [ ] Error states return clear messages and appropriate HTTP status codes.

## Implementation Contracts

### Backend (API)

```
GET    /api/help-center/articles             # List articles
GET    /api/help-center/articles/{id}        # Article details
GET    /api/help-center/search?q=            # Search
GET    /api/help-center/categories           # Categories
POST   /api/help-center/articles/{id}/helpful # Mark helpful
```
