Reechdesk

Knowledge Base

Organize help articles into categories with full-text search.

Structure

The knowledge base is organized into two levels:

Categories
├── Getting Started
│ ├── How to sign up
│ └── First steps guide
├── Account
│ ├── Reset your password
│ └── Update your profile
└── Billing
├── Payment methods
└── Invoice FAQ

Article Properties

FieldTypeDescription
titlestringArticle title
slugstringURL-friendly identifier
contentstringFull article body (Markdown)
excerptstring | nullShort summary for search results
categoryIdstringCategory this article belongs to
entityIdstringEntity this article belongs to
isPublishedbooleanWhether the article is visible to visitors

Search

Articles are searchable via the KBSearch component or the REST API. Search uses fuzzy matching on title and content.

You can also embed a standalone search bar on your help center page:

GET /api/kb/search?q=reset+password&entityId=cashmatrix

Analytics

Track article views and "Was this helpful?" votes to identify gaps in your documentation. Analytics are available in the dashboard under Knowledge Base → Analytics.