- A private knowledge base in the Simple AI dashboard where your team creates and manages content
- A public help center that exposes published articles on your website or through the public API
What You Can Add
Simple AI knowledge bases support several content sources:- Text articles that you write directly in the editor
- File-based articles created from uploaded documents
- Website articles created from a URL
- Imported external knowledge bases from Kustomer or Zendesk
Typical Workflow
- Create a knowledge base for a specific product area, team, or use case.
- Add articles as text, files, websites, or imported external content.
- Organize articles into folders or sections.
- Edit article content in Markdown.
- Publish the articles you want customers to see.
- Create a help center for that knowledge base.
- Customize the help center branding and publish it.
- Embed the help center on your site or fetch it over the public API.
Article Publishing Rules
Public visibility depends on two separate publish states:- The help center itself must be published
- The individual article must also be published
What Customers See
Once published, your help center can expose:- A home view with sections and article lists
- Search across published articles
- Individual article pages by slug
- Branded presentation with logo, favicon, welcome title, and custom CSS
URL and Deep-Link Behavior
Published articles use article slugs for public navigation. If you use the Simple AI help center embed, the widget syncs the selected section or article into the browser URL as:Search Behavior
Public help center search only returns published content from published help centers. Search is designed for customer-facing self-service, so draft content stays out of public results until you publish it.Best Practices
- Create separate knowledge bases for distinct products, teams, or support surfaces
- Use article titles that match the questions customers actually ask
- Keep one article focused on one topic so search results stay clear
- Publish only customer-safe content in public help centers
- Use sections to group related articles such as billing, onboarding, troubleshooting, and account management
Next Step
If you want to embed your published help center or call the public endpoints directly, see the companion guide inknowledge-base-help-center-public-api.mdx.