Welcome to your Knowledge Base

Creation date: 4/21/2026 5:00 PM    Updated: 4/21/2026 5:00 PM

This is a sample Knowledge Base article to show how content will appear to your users.

The more articles you create, the more empowered your users will be to find answers on their own. Wisdom also automatically suggests relevant Knowledge Base articles before a user submits a support ticket.

HTML and Markdown Support

The Knowledge Base supports both HTML and Markdown formatting. This article uses Markdown.

Most of the sample articles provided are written in HTML, but you're free to create your own in Markdown - or even convert existing ones. To switch formats, click More → Edit in the top-right corner, then select Switch to Markdown.

  • Markdown (recommended) is easier to write and read.
  • HTML offers greater flexibility and control.

Code Blocks and Syntax Highlighting

Code blocks are automatically syntax-highlighted when using Markdown. But make sure to include language hints (you can check this article's source code by clicking More → Edit).

function sayHello() {
	console.log("Hello, world!");
}

Callouts in Markdown

When writing articles using Markdown (not HMTL) you can use "note" blocks that stand out

More info about Wisdom Knowledge base can be found in the docs at https://docs.yapayzeka.site/kbase/

Hit "More - Edit" to see how this note was created.