Setting Up Your Knowledge Base
Updated September 5, 2026
ChattyPie includes a built-in knowledge base that gives your customers a self-service help center. This article covers enabling the KB, configuring the portal, creating categories and articles, and making content discoverable.
Enabling the Knowledge Base
- Go to Settings > Knowledge Base
- Toggle Enable Knowledge Base
- Configure the portal settings:
- Portal name — Shown in the header (e.g. "Acme Help Center")
- Subdomain — Your public URL will be
https://help.your-domain.comorhttps://your-domain.com/help/WORKSPACE_UID - Logo — Displayed in the portal header
- Primary color — Used for links, buttons, and accents
- Click Save
Creating Categories
Categories organize your articles by topic. You can nest categories one level deep (parent > child).
- Go to Knowledge Base > Categories
- Click New Category
- Enter:
- Name — Display name (e.g. "Getting Started")
- Slug — URL-friendly identifier (auto-generated from name)
- Description — Brief summary shown on the portal
- Icon — Emoji or icon for visual identification
- Parent — Optional parent category for nesting
- Click Save
Creating Articles
- Go to Knowledge Base > Articles
- Click New Article
- Fill in:
- Title — The article headline
- Category — Which category this article belongs to
- Content — Write in Markdown (headings, lists, tables, code blocks)
- Set status:
- Draft — Only visible to your team
- Published — Visible to everyone on the portal
- Archived — Hidden from portal but preserved in the system
- Click Publish (or Save Draft)
Featured Articles
Mark important articles as featured to highlight them on the portal landing page:
- Open an article
- Toggle Featured in the sidebar
- Set the Featured Order (0 = first, 1 = second, etc.)
Featured articles appear in a prominent section at the top of the help center.
SEO Settings
Each article has optional SEO fields:
- Meta title — Custom title for search engines (defaults to article title)
- Meta description — Summary shown in search results (defaults to first 160 characters)
Portal URL
Your knowledge base is accessible at:
https://your-domain.com/help/YOUR_WORKSPACE_UID
Share this URL with customers or link to it from your website's navigation.