# Knowledge base overview

> A knowledge base provides you with a way to communicate with customers. A well written knowledge base can educate your customer on how to use your product.

Source: https://help.kustomer.com/en_us/knowledge-base-HJ8lh0Fwz

Last updated: 2026-06-22T13:36:17.692Z

A knowledge base provides a way to communicate with customers. A well-written knowledge base can educate your customers on how to use your product or guide them through a solution, minimizing the need for them to contact your support team for assistance.

Anyone on your team can write the content in your knowledge base, but it usually comes from several contributors who are well-versed in the subject and can provide adequate details on that particular area. Content can range from the ins and outs of your HR or Legal department to how a new product, hardware, or software works. The knowledge base can include FAQs, troubleshooting guides, and any other details a customer may want or need to know to help themselves with your product or service. 

You can create additional brands with their own unique knowledge base. For more information, see [Multi-brand knowledge base](https://support.kustomer.com/multi-brand-knowledge-base-ryo7IbmsB).

**Who can access this feature?**

**User types**

Content administrators can access knowledge base settings.

  

### In this article

*   [Set up your knowledge base](#set-up)
*   [Manage articles](#manage)

### Set up your knowledge base

As the user, you create content for your knowledge base. Your customers can view this content, which is read-only. 

You can access all the tools needed to set up your knowledge base from within Kustomer by going to **Settings![](https://cdn.kustomerhostedcontent.com/media/570fad9d9001bc1000163b28/0db9c0161b873d3175b1897b006802cb.png)****\> Knowledge Base**. See the following articles for more information on creating and editing articles, creating categories, and more.

*   [Create knowledge base articles](https://kustomer.kustomer.help/en_us/knowledge-base-articles-r1lSia9SS)
*   [Organize your knowledge base with categories](https://help.kustomer.com/brands-and-categories-rJEANXXsB)
*   [Configure your knowledge base](https://help.kustomer.com/configuring-knowledge-base-HJcpdeZx8)
*   [Create knowledge base forms](https://help.kustomer.com/en_us/form-builder-rychQ26m)
*   [Customize your knowledge base theme](https://help.kustomer.com/customize-your-knowledge-base-theme-B1dzIsttz)

### Manage articles

Once you start creating articles, you can see your internal and public articles by going to **Settings**![](https://cdn.kustomerhostedcontent.com/media/570fad9d9001bc1000163b28/0db9c0161b873d3175b1897b006802cb.png)** > Knowledge Base > Articles**. Here, you can filter your articles by author, category, and status. You can filter your articles by brand if you have multiple brands configured. Each article listed shows its original author and the original date and time that it was created. Articles that reside in a brand will also show that brand's logo as an icon, helping you quickly identify which knowledge base the article is in. 

To edit an existing article, open it from this page, select **Create New Draft**, and make the desired edits.

![](https://cdn.kustomerhostedcontent.com/media/570fad9d9001bc1000163b28/e79e64e8c955083b69538aed9bba1ad9.png)

  

**Public API URL format**

The correct URL format for the public KB articles API includes `.api.` in the subdomain:

`https://{orgname}.api.kustomerapp.com/p/v3/kb/articles`

Do not use `https://{orgname}.kustomerapp.com/p/v3/kb/articles` (without `.api.`), as this URL may not respond correctly to API requests.

### **CORS considerations**

CORS (Cross-Origin Resource Sharing) restrictions are enforced by the browser. If you make requests to the public KB API directly from frontend or browser code, the request may be blocked depending on the origin domain.

To avoid CORS issues, route KB API requests through a backend service or proxy endpoint rather than calling the API directly from client-side code.
