Skip to content

plugin knowledge base

github-actions[bot] edited this page Apr 26, 2026 · 2 revisions

Knowledge Base Plugin

Docs and FAQ with semantic search, versioning, and translations. Pro plugin.

Requires: Basic license tier or higher. nself license set nself_pro_...

Install

nself license set nself_pro_xxxxx...
nself plugin install knowledge-base

What It Does

A structured knowledge base for documentation and FAQs. Organize content into categories and articles, maintain full version history, support multiple translations per article, and provide semantic search powered by the search plugin or the ai plugin for embedding-based retrieval. Exposes a GraphQL API for embedding the knowledge base in your app or support widget.

Configuration

Env Var Default Description
KNOWLEDGE_BASE_PORT 3713 Knowledge base service port
KNOWLEDGE_BASE_SEMANTIC_SEARCH false Use AI embeddings for search
KNOWLEDGE_BASE_DEFAULT_LOCALE en Default article locale
KNOWLEDGE_BASE_VERSION_HISTORY 20 Versions to retain per article

Ports

Port Purpose
3713 Knowledge base REST API

Database Tables

8 tables added to your Postgres database:

  • np_knowledge_base_categories, content categories
  • np_knowledge_base_articles, article content
  • np_knowledge_base_versions, article version history
  • np_knowledge_base_translations, per-locale translations
  • np_knowledge_base_feedback, article helpfulness ratings
  • np_knowledge_base_search_index, search index metadata
  • np_knowledge_base_tags, article tags
  • np_knowledge_base_related, related article links

Nginx Routes

Route Target
/knowledge-base/ Knowledge base API

Home


Getting Started


Commands


Features


Configuration


Plugins (87 + 10 monitoring)

Free (25)
Pro (62)
Planned (26)
  • plugin-audit
  • plugin-blog
  • plugin-checkout
  • plugin-commerce
  • plugin-drm
  • plugin-export
  • plugin-flow
  • plugin-import
  • plugin-ldap
  • plugin-mailgun
  • plugin-media
  • plugin-oauth-providers
  • plugin-pages
  • plugin-postmark
  • plugin-rate-limit
  • plugin-reports
  • plugin-saml
  • plugin-scheduler
  • plugin-sendgrid
  • plugin-sso
  • plugin-subscription
  • plugin-thumb
  • plugin-transcoder
  • plugin-twilio
  • plugin-waf
  • plugin-watermark

Guides


Architecture


Reference


Licensing


Security


Brand


Operations


Contributing


Changelog

Clone this wiki locally