Managing knowledge sources
Manually upload knowledge base articles from the ITSM tool, ServiceNow, as CSV files into Nexthink to feed the Spark knowledge base.
Uploading knowledge base articles
Step 1 - Identify data to export within ServiceNow
Open the list of knowledge base articles in ServiceNow.
Select knowledge base articles by applying these filters:
Published articles only.
Articles available to your service-desk users. Spark indexes every uploaded article regardless of ITSM permissions.
Exclude translated versions of the same article.
Include every article you want to import—uploading a new file replaces the previous import.
Manual uploads are not incremental. Plan to export all the data required for the Spark knowledge base. When uploading a new file, the new content replaces the previous content.
Step 2 - Export data from ServiceNow
Export data from ServiceNow by performing a standard CSV export:
Navigate to your knowledge base articles list in ServiceNow.
Click Apply filter to configure the desired filters.
Click the cogwheel icon > Personalize list.
Add these required columns:
Number
Short description
Knowledge base
Category
Updated
Article body
Click the action menu in any column header and select Export > CSV to download the file.
Ensure the file is UTF‑8 encoded. If your ServiceNow instance is not configured to perform UTF-8 exports by default, convert the file to UTF-8 afterward.
The table below lists the fields that you are expected to add when using a personalized list.
number
Identifier of the knowledge base article.
Example: KB0012345
short_description
Title of the knowledge base article.
Example: How to troubleshoot network issues
kb_knowledge_base
Name of the knowledge base the article belongs to
Example: IT Knowledge
kb_category
Category of the knowledge base article.
Example: Network
sys_updated_on
Last update date.
Example: 11-06-2025
text
Article content, in one of the supported formats: plain-text, markdown or HTML.
Example: <p>test kb</p>
Step 3 - Upload articles into Nexthink
Go to Administration > Autopilot connector > Knowledge base.
Click Upload CSV file.
Choose the CSV file, up to 100 MB, from your hard drive to import it into the system.
After you click Import, the system takes the following steps:
If you have already manually uploaded a file, the old content will be discarded and replaced by the new content.
File processing occurs asynchronously and may take up to 15 minutes for large knowledge bases.
Improving Knowledge base articles
To improve the selection of knowledge base articles:
Keep articles current and up to date.
Use HTML formatting for optimal results.
Include key information in article body text.
Last updated
Was this helpful?