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


---

# Now Assist AI agents capabilities

# Now Assist AI agents capabilities {#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

Lists the features supported by Now Assist AI agents, including configuration options and functional capabilities.

## Invoke Conversations with AI Agent Background Channel {#na-aia-capabilities__section_z1j_hgf_zfc}

The AI Agent Background Channel helps you to invoke AI Agent or agentic workflow execution from the Workspace. Use the AI Agent Background Channel associated with the AI Agent Background Provider to invoke conversations. The AI
Agent Background Provider is based on the Custom Adapter Framework from Virtual Agent. For more information, see [Configure a provider for your custom chat integration](https://www.servicenow.com/docs/access?context=create-provider-va-cccif&version=australia&pubname=australia-conversational-interfaces&ft:locale=en-US).

Create a channel identifier in the Provider Channel Identities table \[sys_cs_provider_application\] to add any additional conversational capabilities to your own provider application and get a new inbound ID that allows for
customization. For more information, see [Create a channel identifier for your custom chat integration](https://www.servicenow.com/docs/access?context=create-channel-id-va-cccif&version=australia&pubname=australia-conversational-interfaces&ft:locale=en-US).

To start a conversation, trigger the flow using the sn_aia.AiAgentRunttimeUtil().startAiAgentConversation(request) API in the Script Include (sys_script_include) of the AIAgentBackgroundProvider and select
Run Script. When the Script execution status indicates Success, the conversation begins in the order of utterances defined in the Script.

Conversations that are invoked for executing an AI agent are logged in the Execution Plans \[sn_aia_execution_plan\] table. Open the conversation record to confirm the device type as AI Agent Background. Open
the execution record to see the Execution Tasks, Messages, and the Tools Executions used to execute the AI agent.

You can also see the entire execution steps on the AI Agent Studio Testing page by copying the execution plan record's \[sys_Id\] and testing it. On the Chat responses tab, in the AI agent decision logs, you can see the AI agent details and the
tools it used to resolve the issue.

## Interactive and Non-interactive AI agents {#na-aia-capabilities__section_yl3_1zr_zfc}

The Interactive AI agents reach out to users for information when there is a fallback in the execution process, and the AI agent re-triggers the flow.

The Non-interactive AI agents do not reach out to the user at any fallback stage in the execution process. When the AI agent needs user information, it takes the dynamic prompt approach using the ReAct layer, where the prompt of
the ReAct will change based on the execution mode of the AI agent or agentic workflow. Therefore, in the Non-interactive execution, the reach fallback options do not have to collect input from a user as a fallback option. However,
the output of the AI agent or agentic workflow will still need to be presented to the user, and in any execution failure scenario, a message in the Now Assist panel or Virtual Agent is shown.

To implement the Non-interactive execution, the Execution Mode field is added in the Execution Plans \[sn_aia_execution_plan\] table, where the execution mode can be Interactive or
Non Interactive based on the given runtime parameter.

You can run the AI agents and agentic workflows concurrently in the AI Agent Background Channel and in Non-interactive mode where the background execution allows AI agents to operate with any chat panel
like Now Assist panel or Virtual Agent.

## Multilingual support {#na-aia-capabilities__section_ydj_hjj_hhc}

You can leverage multilingual support for AI agents across languages for better translation quality to:

* Tune system prompts for native translations.
* Implement dynamic translation strategies when native support is unavailable.
* Provide extensive testing via automated and manual evaluations.
{#na-aia-capabilities__ul_yfy_s3j_hhc}

