The FAQ module manages a self-service knowledge base. Questions can be grouped (Shipping, Returns, Account) and embedded contextually on product detail pages or as a standaloneDocumentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
/faq page. Search is built in.
Source: modules/faq · npm: @86d-app/faq
Installation
Store endpoints
| Method | Path | Description |
|---|---|---|
GET | /faq | All approved questions, grouped |
GET | /faq/search?q= | Search the FAQ |
Admin endpoints
| Method | Path | Description |
|---|---|---|
POST | /admin/faq | Create |
PUT | /admin/faq/:id | Update |
Components
<FaqList />,<FaqGroup slug={slug} />,<FaqSearch />.

