---
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


---

# Explore

# Exploring Flow generation with images {#ariaid-title1}

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

Create a flow or a subflow from an image by using Now Assist. Capture the detailed process in an image and attach the image to Workflow Studio. Now Assist generates a preview of the flow that you can modify and regenerate.

## Activation {#exploring-flow-generation-with-images__section_rzl_d41_qyb}

The skill Flow generation with images is installed with the Now Assist for Creator (sn_now_creator) application. You can install this application from the [ServiceNow Store](https://store.servicenow.com/sn_appstore_store.do#!/store/home) website.

## Benefits {#exploring-flow-generation-with-images__section_rff_k41_qyb}

Enable flow generation with images to gain these benefits.

* Build a multi-step flow or subflow from an image in Workflow Studio. Supported triggers and actions are configured with appropriate data pill values.
* Use standard flow design patterns.
{#exploring-flow-generation-with-images__ul_ogl_nq1_qyb}

## Supported LLMs {#exploring-flow-generation-with-images__section_wn5_stj_bgc}

You can use Azure OpenAI, Google Gemini, or Anthropic Claude on AWS as the AI model provider for Now Assist skills and AI agents. Use the Configuration Controls in [AI Control Tower](https://www.servicenow.com/docs/access?context=ai-model-providers&version=australia&pubname=australia-intelligent-experiences&ft:locale=en-US) to define which options are available, then set the skill-level preferences in the [Now Assist Admin console](https://www.servicenow.com/docs/access?context=manage-large-language-models&version=australia&pubname=australia-intelligent-experiences&ft:locale=en-US). For more information, see [Large language models on the ServiceNow AI Platform®](https://www.servicenow.com/docs/access?context=exploring-large-language-models&version=australia&pubname=australia-intelligent-experiences&ft:locale=en-US).

## Supported trigger types {#exploring-flow-generation-with-images__section_mwk_qvj_tdc}

Flow generation supports a limited number of trigger types. You can use text directions to specify these trigger types.

* Scheduled triggers
* Record triggers
  * Created
  * Created or Updated
  * Updated
  {#exploring-flow-generation-with-images__ul_rnt_zvj_tdc}
* Service Level Agreements triggers
* Inbound email triggers
* Service Catalog triggers
{#exploring-flow-generation-with-images__ul_kxw_xvj_tdc}

## General guidelines {#exploring-flow-generation-with-images__section_c4d_wp1_qyb}

Follow these general guidelines when writing Now Assist directions.

Always describe the trigger first
:   Describe the flow trigger and its data conditions first. After the trigger, describe the actions and flow logic in the same order that you want them to be in the flow.

Avoid spelling errors
:   Avoid misspelling the names of actions, flow logic, or tables. Consider using hash tags to avoid making mistakes with table names.

Be precise and descriptive in your request
:   Make sure that your request is precise and descriptive. Describe the flow trigger, record data, actions, and flow logic in as much detail as you can. If you attach an image, make sure to attach a clear, high quality image of the process.

Be succinct and direct in your request
:   Start by specifying whether you want to generate a flow or a subflow. For example, use the phrase, "<kbd class="ph userinput">Create a flow that</kbd>" to generate a flow. Describe each step the flow in order.

Refer to actions, flow logic, and tables by name
:   Use action, flow logic, and table names as part of your directions. The closer your directions are to the actual names, the easier it is for the LLM to recognize them. For example, use the text <kbd class="ph userinput">for each</kbd> or <kbd class="ph userinput">do the following in parallel</kbd> to refer to those specific flow logic options. For table names, consider using hash tags.

Review generated flow outline and configure inputs
:   Review each action, flow logic, and subflow in the generated flow outline. You must configure action inputs, and add relevant data references to each item.

Review the generated flow outline and input values
:   Review each action, flow logic, and subflow in the generated flow outline. Review the generated inputs values to confirm that they contain relevant data references.

Use hash tags to refer to data in a specific table
:   Use a hash tag to select a specific table name. Hash tags are particularly useful to distinguish between tables that have identical or similar display names such as the User \[sys_user\] and User \[imp_user\] tables.

Use numbers to distinguish the branches of do the following in parallel flow logic
:   Add a number to each parallel branch. For example, the directions, "<kbd class="ph userinput">When a P1 incident is created, do the following in parallel: 1. Log its short description and 2. Look up the user assigned to it and send an email</kbd>," makes it clear that there are two branches.

Use quotation marks to set exact values
:   Enclose exact data values in quotations marks to help the LLM distinguish between operation names and data values. For example, the directions, "<kbd class="ph userinput">Log the value, 'incident reopened'</kbd>" make it clear
    that the text "incident reopened" is a data value.

