- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2025 03:33 PM
When I took on our company IT knowledge base I had come from using SharePoint, which I loved, and was quite underwhelmed by what we were doing in our ServiceNow knowledge base. People had previously attempted to set some standards and templated KBs but it wasn't great, lots of things bothered me.
Using Article Templates and CSS I have now achieved what I think is a good, clean and consistent look and feel to our KBs that we can build fairly quickly. We've made good progress and I feel it is important to do this because it makes articles look professional, cared for (and fit into the company brand a little more) and we are now competing more and more with M365 products which can do wonderful things easily so I wanted to show people we could do more than just plain text and images.
So I wanted to ask what others have done to their knowledge KBs to manage the look and feel? Are you able to show me any examples of what you have done?
I have added a sample of one of mine. we can use this template to build KBs with multiple sections, using a Table of Contents to jump to each one, and we can include videos and FAQs in accordions. Because its an article Template, any fields left blank do not show so it's quite versatile. We also use KB templates to insert pre-set headings into the main part of the KB.
I am quite happy with what we have achieved but I find that not many people pay attention to what goes into managing a knowledge base, least of all the effort that has gone into making this work with no budget money, no paid for plugins, etc, just my time and effort. I've nothing to compare against so it will be good to find out what others have done. Anyway, I hope you like it and if there is anything you want to know about what I did please ask.
Solved! Go to Solution.
- 2,523 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2025 04:20 PM - edited ‎02-07-2025 04:21 PM
Hi Paul,
Many customers have achieved what you're looking for in knowledge article creation by using the ServiceNow-native application, Amaze, available through the ServiceNow Store. With Amaze's very intuitive, drag-and-drop functionality (no HTML coding), authors can produce an aesthetically-pleasing, magazine-like article much faster with much better results.
Amaze comes with dozens of ready-made templates and dozens of components that you can simply drag into your articles as well, like videos, PDFs and accordions. In the latest release, Amaze uses AI to easily migrate and organize articles. And knowledge managers love the real-time analytics dashboard in Amaze that can tell you exactly what's working in your knowledge management program and what isn't.
For examples of some of the articles produced with Amaze, check out our website at: https://intellective.co/amaze.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2025 03:06 AM - edited ‎02-11-2025 05:40 AM
Hi there. Thanks for your feedback! 🙂 I honestly felt that making our KBs look good was a key to making use of our knowledge a success, if they are well presented then the audience will feel more confident that they are being looked after so they can trust the content. I wanted to achieve these things;
- KB is my knowledge base article look good
- KBs are easy to create/manage
- Avoid using our developers (that process is slow and costly)
Not everyone is comfortable with HTML/CSS so I set about creating my CSS so that the author can just use the editor buttons to drop elements in such as accordions and tables, and the CSS does the rest. They don't need to touch fonts or font sizes, I've gone as far as removing those options in some instance. I find that the easier I make this process the easier it is to get people creating content, so sticking to the standard editor icons that everyone is familiar with works well.
Here's an overview of what I've done...
Firstly, I use Article Templates. Then, I style each field how I want, in my case I have an Introduction with a background colour that matches the portal theme. The 'Before you begin' field has a border, etc, so that when each of these has content it will always look the same.
What I've done is added a style sheet into the Introduction field, which is a mandatory field, so that it adds <style</style> tags with my CSS in between. For example;
Here's how it looks when editing;
Resulting KB article;
I've set my CSS so that I can change one colour code in the KB Introduction source code to re-colour the tables, should I want to;
So it looks like this;
If I wanted to start using a new colour scheme, I could change the Article Template styles and the CSS to do that relatively easily for new KBs.
With Article Templates fields that are left empty do not appear in the KB. so that means I can leave fields blank to generate a KB that only has a list of FAQs or a video, for example;
I hope this is useful to you 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2025 04:20 PM - edited ‎02-07-2025 04:21 PM
Hi Paul,
Many customers have achieved what you're looking for in knowledge article creation by using the ServiceNow-native application, Amaze, available through the ServiceNow Store. With Amaze's very intuitive, drag-and-drop functionality (no HTML coding), authors can produce an aesthetically-pleasing, magazine-like article much faster with much better results.
Amaze comes with dozens of ready-made templates and dozens of components that you can simply drag into your articles as well, like videos, PDFs and accordions. In the latest release, Amaze uses AI to easily migrate and organize articles. And knowledge managers love the real-time analytics dashboard in Amaze that can tell you exactly what's working in your knowledge management program and what isn't.
For examples of some of the articles produced with Amaze, check out our website at: https://intellective.co/amaze.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2025 04:24 PM
Thanks Mark. Thanks for your reply, I didn't mean to accept the reply as the solution!
I believe Amaze costs $2500 per month and my organisation would not pay for that level of licensing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2025 08:57 AM
What you have accomplished is wonderful. While content is always key to customer success, so is the visualization and presentation of content. Easy and accessible is what all knowledge teams wish to achieve, and you have done that through the format. Especially on a no budget. We are also facing the same situation of knowledge redesign with little to no budget. I am curious how you were able to create the "intro box" without using a table or the accordions without the default accordions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2025 02:57 PM - edited ‎02-10-2025 03:01 PM
I believe for the accordions, they were using something similar to this post: Re: Expand/Collapse text within knowledge articles - ServiceNow Community
For the intro box, i believe that is a specific field for the template that is stylized. My assumption would be introduction, before you begin, "the body", see how it's done, support information, and FAQs all being their own fields on the template. This ensures "the body" only has a table of contents for the sections listed in it and the rest of the fields are displayed depending on if there is information in it.