ServiceNow Code Crawl for Documentation

dkazee
Tera Contributor

is there a way to crawl ServiceNow code and create documentation out of it?

2 REPLIES 2

Tanushree Maiti
Giga Patron

Hi @dkazee 

 

Try it,

Introducing SNDoc - A better way to document your code

https://developer.servicenow.com/connect.do#!/share/contents/6426327_sndoc?v=1.1&t=PRODUCT_DETAILS

 

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

fknell
Tera Patron

Hi @dkazee,

On a GenAI-enabled ServiceNow instance, you can use Now Assist for Code to explain and summarize existing scripts, which can help generate documentation for individual pieces of code. For broader codebase documentation, you would typically still need an external documentation process or tooling in addition to Now Assist.

 

For your reference the doc landing page: Exploring Now Assist for Code 

 

Hope this helps!