---
sourceDocument: Yokohama Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/yokohama/application-development

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Review and edit applications using Now Assist for app generation in ServiceNow Studio

# Review and edit applications using Now Assist for app generation in ServiceNow Studio {#ariaid-title1}

* Release version: Yokohama
* 
* Updated January 30, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 4 minutes to read

Use Now Assist for app generation to review and modify applications in the ServiceNow Studio development environment.
This video shows you how to review apps in ServiceNow Studio.

## Before you begin

You must have an existing application that you created or have access to edit. The application doesn't need to have been created with generative AI to use Now Assist for app generation to edit.  
Role required: a now.assist.creator role and the now_assist_panel_user role  
Note:  
If you have users that only need to edit (not create) apps, they can be assigned the delegated_developer, now_assist_panel_user, and now.assist.creator roles.

## Procedure

1. Navigate to App EngineServiceNow Studio.  
   To learn more about the ServiceNow Studio home page, see [Building applications with ServiceNow Studio](https://servicenow-prod.fluidtopics.net/iUE6GlRkuvpmGBBCbQcw8w "ServiceNow Studio provides a unified experience for all ServiceNow development activities, enabling admins and developers to extend base system solutions and create custom apps with ease. Use ServiceNow Studio to build apps and app files with integrated tools, access and edit app metadata in scoped and global apps, and package app changes for deployment, all in one powerful development tool.").
2. Select the Now Assist icon.  
   ![Now Assist highlighted in banner.]()
3. In the Now Assist panel, select Update an app.  
4. Select the app to edit.  
   The apps that appear in the Now Assist panel for editing are custom applications that you have created or to which you have access. If the application list is long, use the search box to find a specific application.

   If you have the delegated_developer, now_assist_panel_user, and now.assist.creator roles, but do not see the app that you need, contact your App Engine admin. Ask them to add you to the app as a delegated developer. For more information, see [Delegated development and deployment](https://servicenow-prod.fluidtopics.net/vDKOixlDEFKFULbsD2GEgg "Delegated development allows designated users without a system admin role to develop or deploy applications on the ServiceNow AI Platform.").

   To edit with Now Assist for app generation, your scope must be set to the same scope as the app. If you aren't in the correct scope, Now Assist for app generation changes your scope to the app scope automatically.
5. Select Submit.
6. Interact with Now Assist for app generation to edit the app.  
   For example:
   * Specify additional business requirements that the application must support.
   * Request a new table that is extended from an existing table.
   * Request an additional role or roles.
   {#sns-app-gen-review-apps__ul_hpb_nh5_pdc}  
   The following options are available starting with the Yokohama Patch 3 (May 2025) release:
   * Add a workspace.
   * Add a flow.
   * Add columns to an existing table.
   {#sns-app-gen-review-apps__ul_z2v_zvv_x2c}  
   Note:  
   Now Assist for app generation might encounter issues while updating a very large app. Consider updating the app manually in ServiceNow Studio instead.
7. Preview the application and continue making changes.  
   If you asked Now Assist to create a workspace or flow, it's generated after saving the application.
8. When you're finished, select Save and open app.
9. In the Application Files tab, open, verify, and modify items as needed.  
   The following optional steps provide details about how to check some common files.
10. **Optional:** Review the generated tables.
    1. On the Application Files tab, in the Display name column, select an existing table in your application.  
       The table record opens in a new tab in Table Builder.  
       Note:  
       If the Now Assist panel is covering information, select the Now Assist icon ![]() to close the panel. Select the icon again to open the panel and continue the conversation.

    2. Confirm that the table is accurate and that it captures the correct data.
    3. Make any changes, such as the following:  
       * Update table fields.
       * Edit the table and field column properties.
       * Verify that the generated choices are implemented correctly.
       * Add a column (starting with the Yokohama Patch 3 release).
       {#sns-app-gen-review-apps__ul_n53_c3f_ycc}
    4. Close the table tab.
    {#sns-app-gen-review-apps__substeps_l53_c3f_ycc}
11. **Optional:** Review the generated access control lists (ACLs).
    1. On the Application Files tab, in the Display name column, select an existing access control in your application.  
       The ACL record opens in a new tab.

    2. Verify that the created ACL is accurate and requires the correct role or roles.
    3. Close the access control tab.
    {#sns-app-gen-review-apps__substeps_ljv_vcw_1bc}
12. **Optional:** Review the generated roles.
    1. On the Application Files tab, in the Display name column, select an existing role in your application.  
       The role record opens in a new tab.

    2. Verify that the created role and its assigned permissions accurately represent the users of your application.
    3. Close the role tab.
    {#sns-app-gen-review-apps__substeps_asj_4c1_zcc}
13. **Optional:** Review the generated record producers.
    1. On the Application Files tab, in the Display name column, select an existing record producer in your application.  
       The record producer record opens in a new tab.
    2. Review and modify the record producer if necessary.  
       For example, select Questions, hover over a specific question, and select the Edit icon. Confirm that the question type and options are correct. Make any
       changes as needed.

       For more information about record producers, see [Record Producer](https://www.servicenow.com/docs/access?context=c_RecordProducer&version=yokohama&pubname=yokohama-servicenow-platform&ft:locale=en-US).
    3. Close the record producer tab.
    {#sns-app-gen-review-apps__substeps_dxq_5cy_1bc}
14. **Optional:** Review a generated workspace.
    1. On the Application Files tab, in the Display name column, select the entry with a Class of UX Application.  

       The workspace opens in UI Builder on a new tab.
    2. On the UI Builder tab, select Home to preview the workspace landing page.  
    3. Review the workspace and, after confirming that you're in the correct application scope, modify the workspace if necessary.  
       For example, add additional column layouts containing more charts and graphs.

       To see the workspace from an end-user perspective, select Preview.

       UI Builder is a powerful web user interface builder with many features and options. For more information, see [UI Builder](https://servicenow-prod.fluidtopics.net/ZYDneu8Ka~yQVRKSVpU3Vw "UI Builder is a web user interface builder. Use UI Builder to build pages for App Engine Studio generated workspaces or custom web experiences using Next Experience Components and custom web components.").
    4. Close the UI Builder tab.
    {#sns-app-gen-review-apps__substeps_q14_5rc_1fc}
15. **Optional:** Review a generated flow.
    1. On the Application Files tab, in the Display name column, select the flow entry with a Class of Flow.  

       The flow opens in Workflow Studio on a new tab.

    2. Review the flow and modify if necessary.  
       For example, add or change triggers, actions, or subflows.

       For more information about using Workflow Studio, see [Exploring flows](https://www.servicenow.com/docs/access?context=exploring-flows&version=yokohama&pubname=yokohama-build-workflows&ft:locale=en-US).
    3. Close the Workflow Studio.
    {#sns-app-gen-review-apps__substeps_w3x_vrc_1fc}
{#sns-app-gen-review-apps__steps_xp3_l1v_bdc}

## What to do next

Continue opening, verifying, and modifying items in the application files list as needed. For detailed information, see [Building applications with ServiceNow Studio](https://servicenow-prod.fluidtopics.net/iUE6GlRkuvpmGBBCbQcw8w "ServiceNow Studio provides a unified experience for all ServiceNow development activities, enabling admins and developers to extend base system solutions and create custom apps with ease. Use ServiceNow Studio to build apps and app files with integrated tools, access and edit app metadata in scoped and global apps, and package app changes for deployment, all in one powerful development tool.").

*[\>]: and then


