Skip to main content

Documentation Index

Fetch the complete documentation index at: https://86d.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

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 standalone /faq page. Search is built in. Source: modules/faq · npm: @86d-app/faq

Installation

86d module add faq

Store endpoints

MethodPathDescription
GET/faqAll approved questions, grouped
GET/faq/search?q=Search the FAQ

Admin endpoints

MethodPathDescription
POST/admin/faqCreate
PUT/admin/faq/:idUpdate

Components

  • <FaqList />, <FaqGroup slug={slug} />, <FaqSearch />.