---
sourceDocument: Australia Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/application-development

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Specify data for your application

# Specify data for your application {#ariaid-title1}

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

In its most basic form, building applications on the ServiceNow AI Platform means
you're storing and using data in some way. Defining your application's data model is up to you and
is based on the type of application you want to build.

You can use any combination of the following three methods to define your application's data
model.

* Reuse existing tables and fields to store record data. For example, use the existing Task table to work on existing record types such as incidents and problems. Typically, this option is only available for tables in the global scope or tables that make their data available to all application scopes.
* Extend existing tables to store record data. For example, extend the Task table to create VIP incidents. The extended table inherits the fields from the parent table, but you can add new fields as needed.
* Create new tables and fields to store record data. You can use a variety of available tools to create new tables. If you have access to App Engine Studio, use Table Builder to create new tables and fields as you build applications. Alternatively, you can create tables and fields separately from application development using basic Table administration in the ServiceNow AI Platform.

{#define-tables-fields-application-records__ul_x21_lb3_4vb}

## More resources {#define-tables-fields-application-records__section_jwd_kdl_pvb}

These concepts are explained in further detail in the App Engine Studio, Table Builder, and Table administration documentation.

[Create a data model for your
application](https://servicenow-prod.fluidtopics.net/fOV3WnA_XGNE2ITZJALDZg "Create a data model in App Engine Studio (AES) for your application by creating the tables that will house your application data. Create data tables that will be used in your application by creating the table from scratch, uploading a spreadsheet or PDF, or by using an existing table as a template. You can also create and schedule data imports by mapping a spreadsheet to an existing table in your application.")
:   Add data to apps that you build in App Engine Studio.

[Table administration](https://www.servicenow.com/docs/access?context=c_TableAdministration&version=australia&pubname=australia-platform-administration&ft:locale=en-US)
:   Table administration currently contains more comprehensive functionality and options for
    managing tables.

[Table Builder](https://servicenow-prod.fluidtopics.net/da5G9OsJduWvW3QFHMizrg "Table Builder enables you to create, design, and administer tables and forms visually from a single user interface.")
:   Table Builder offers an intuitive way to visually build tables and forms in
    the ServiceNow AI Platform.

