---
sourceDocument: Australia ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/platform-administration

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Create a check

# Create a check {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
Create your own checks by implementing the following procedure.

## Before you begin

Role required: scan_admin

## Procedure

1. Navigate to AllInstance ScanChecks.
2. Select New from the Checks context menu.  
   The Check Interceptor list appears.
3. Select one of the available types of checks.  
   See [Check types](https://servicenow-prod.fluidtopics.net/nSRArF1TVbSjrqu0UBkGcg#hs-intro-health-check__hs-health-check-types) for more information.  
   Note:  
   If you want to update an existing check, the Version field increments itself. The new version provides you a change history. You can also know which particular version of the check ran with a given scan.
* **[Create a table type check](https://servicenow-prod.fluidtopics.net/KE4uuhfxWu_Uf9uklwLI9g)**   
  Create a check by selecting Create a new Table Check if you know which specific table and conditions you want to test. This check type is applied on only one table at a time. You can also include your own script for more complex capabilities by selecting the Advanced option on the form.
* **[Create a column type check](https://servicenow-prod.fluidtopics.net/8oDBmw7WyN0Hd5lCUJrygA)**   
  Retrieve all records containing a specific column field type from all tables in an instance by selecting Create a new Column Type Check. The Column Type Check type implements the rule you created to iterate all records matching the target column field type.
* **[Create a script only check](https://servicenow-prod.fluidtopics.net/Z1Kn~FJe1pXAXR~kCtei1g)**   
  Create a check without specifying a table or a column type by selecting Create a new Script Only Check. You can verify meta data, configurations, and execute complex checks by writing your own script.
* **[Create a linter check](https://servicenow-prod.fluidtopics.net/xt~YWM7P8FDabX92PIO6ng)**   
  Create a linter check to identify any issues in a script. When a linter check is run on a record, an abstract syntax tree for its code is generated. You can use the abstract syntax tree to analyze issues with the code.

**Related concepts**   

* [Executing a scan](https://servicenow-prod.fluidtopics.net/q69X8ioER7e5OOY~6WXJgw "Use the following types of scans to execute checks, a scan or a suite scan.")
* [Parallel scans](https://servicenow-prod.fluidtopics.net/F0JpGvPOnbZzUOZHfwVBQg "Parallel scan is a functionality in Instance Scan that allows multiple scans to run in parallel instead of sequential execution. This improves efficiency and reduces wait times when several scans are executed concurrently.")  
**Related tasks**   

* [Create a check suite](https://servicenow-prod.fluidtopics.net/O_mO72gOZTePbgLTQCguaA "Create a check suite to bundle a group of checks into a suite and execute it.")
* [Schedule a full scan](https://servicenow-prod.fluidtopics.net/UEHvpt8_aZqMpTy0WrsrVg "Create a schedule to regularly trigger a full scan even when you don’t have an active session. A schedule creates an established baseline for the health of the instance and provides a comparison to configuration and instance health over time.")
* [Schedule a suite scan](https://servicenow-prod.fluidtopics.net/O7gMmHVl7LngVs2SJWtRAw "Create a schedule to regularly trigger a suite scan even when you don’t have an active session.")
* [Monitoring a scan](https://servicenow-prod.fluidtopics.net/9lo69PkgffXYiR7CeBTaPw "You can check the progress status of a scan by checking the progress tracker.")
* [Queue your scan](https://servicenow-prod.fluidtopics.net/k2i9ZtSGJ640GIAje4_Llg "Leverage the scan queue feature to line up your scans for automatic execution following the current scan.")
* [Cancel a scan](https://servicenow-prod.fluidtopics.net/NUZdTo8tWpWO4IA4UzZaEA "Cancel or abort an ongoing scan by either selecting Cancel Scan in the scan execution modal or the Cancel Scan related link in the results record.")
* [Using the Instance Scan dashboard](https://servicenow-prod.fluidtopics.net/4HFuKt47kqEQ5E4kBxsgOQ "Compare and analyze the results of the scans in your instance by representing it on the premium Performance Analytics (PA) dashboard.")  
**Related reference**   

* [Reviewing of scans](https://servicenow-prod.fluidtopics.net/v2aWykUKyT5ovzK0Z~Bb9g "After the scans have been executed, you can review them with the findings and results components.")

*[\>]: and then


