---
sourceDocument: Australia Enable AI
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/intelligent-experiences

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Enable AI

ft:clusterId :

    - platai

bundleId :

    - platai

workflow :

    - Platform


---

# Add a dataset

# Add a dataset {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 min. de leitura

Add the data from a table to a data catalog as a dataset through generative AI by using the Now Assist Data Kit application. Adding a dataset is required to create and publish a data collection.

## Antes de Iniciar

Role required: sn_data_kit.admin

## Procedimento

1. Navigate to AllNow Assist Data KitHome.
2. Navigate to Discover datasets and select Get started.
3. On the Datasets tab, select New.
4. Select where to curate data from.  
   * I'll import data from Instance table
   * I'll import data from my computer
   {#add-dataset__ul_uzd_pqd_xfc}
5. On the Choose data form, select the table and columns.  
   If a column does not appear as a possible selection, then the field is not a supported data type. For example, Watch List fields are the glide_list datatype, which is not supported, so Watch List is not a selectable field.
6. **Opcional:** Select Add column via scripting if you have columns, such as work notes or comments, that aren't stored in the table.  
   This is an example script for adding worknotes.

       (function generate(current) {
       //Current is the Gliderecord object of current record.
       // //Sample script for adding worknotes
       // var gr = new GlideRecord("sys_journal_field");
       // gr.addQuery('name', current.getTableName());
       // gr.addQuery('element_id', current.getUniqueValue());
       // gr.query();
       // var records = [];
       // while (gr.next()) {
       //     var obj = {
       //         "value": gr.getValue("value"),
       //         "type": gr.getValue("element"),
       //         "created": gr.getValue("sys_created_on"),
       //         "created_by": gr.getValue("sys_created_by")
       //     };
       //     records.push(obj);
       // }
       // return records;
       })(current);

7. Select Edit filter condition.
8. Review the records and select Continue.
9. On the form, fill in the fields.  
   {#add-dataset__table_irk_ttk_ddc__entry__2}

   | Field | Description |
   |-|-|
   | Dataset name | Name of the dataset. |
   | Dataset description | Description of the dataset. |
   [Tabela 1. Add dataset info form]

   {#add-dataset__table_irk_ttk_ddc}
10. Add tags to identify the dataset.
11. Navigate to the Data governance section and select each check box.  
    * I'm assuring to use data responsibly for AI Evaluation
    * Scan for personally identifiable or information sensitive data before creating datasets. You can turn this off if you prefer.

      Nota:  
      If you opt in, your data is scanned for sensitive data like names or email addresses using [vault service](https://www.servicenow.com/docs/bundle/yokohama-platform-security/page/administer/general/concept/privacy-landing-page.html). After the scan, records will be highlighted and give you an option to anonymize them. You can also choose to scan the dataset after it is generated.
    {#add-dataset__ul_d32_mym_1fc}
12. Select Generate dataset.  
    Fields of any data type are stored as strings when converted to a data asset.  
    The dataset is added to the data assets.
{#add-dataset__steps_x2n_cql_bdc}

## O que Fazer Depois

After your dataset is added to the data catalog, you can choose to create a smaller dataset by creating a derived dataset or adding a ground truth to your existing data set. For more information, see [Create a derived dataset](https://servicenow-prod.fluidtopics.net/vAQm7mmrFx7T13Se4xX9~Q "Create a smaller dataset from an existing dataset through generative AI by using the Now Assist Data Kit application. A derived dataset enables you to choose a smaller dataset.") or [Add a ground truth to each dataset record](https://servicenow-prod.fluidtopics.net/27bcoq3ljKo7Kd7cgYDmEA "Add a ground truth, which is the real-world data that is used to train and test AI models to each dataset record. You can do this task by using the Now Assist Data Kit application.").

