---
sourceDocument: Australia Conversational Interfaces
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/conversational-interfaces

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Conversational Interfaces

ft:clusterId :

    - convint

bundleId :

    - convint

workflow :

    - Platform


---

# Debug Virtual Agent Bot Interconnect with a ServiceNow Virtual Agent secondary bot

# Debug Virtual Agent
Bot Interconnect with a ServiceNow
Virtual Agent secondary bot {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Debug Workflow Studio executions of your Virtual Agent
Bot Interconnect and Virtual Agent secondary bot integration.

## Vorbereitungen

Enable the following system properties:

* sn_va_bot_ic.bot_interconnect.enable.logging = true
* glide.outbound_http_log.override = true
* glide.outbound_http_log.override.level = all

{#debug-bot-sn-sn-configuration__ul_jq3_wb5_vsb}For more information, see [Add a system property](https://www.servicenow.com/docs/access?context=t_AddAPropertyUsingSysPropsList&version=australia&pubname=australia-platform-administration&ft:locale=en-US).

Role required: admin

## Prozedur

1. In the Bot Interconnect instance, modify the shell topic you created in Virtual Agent:
   1. Navigate to AllConversational InterfacesVirtual AgentDesigner.
   2. Open the shell topic you created in a previous step.
   3. On the Flow tab, select the Bot Interconnect Topic Block.
   4. In the Additional Params (String) field, select the Script icon ![Script icon.](), and then add the following code:  

          (function execute() {
            return JSON.stringify({quick: false}); 
          })()

   5. Select Save.
   6. Save the topic.
   {#debug-bot-sn-sn-configuration__substeps_qh5_pf5_vsb}
2. Enable execution context debugging in Workflow Studio.
   1. Navigate to AllProcess AutomationProcess Automation DesignerFlow AdministrationSettings.
   2. On the Settings page, select New.
   3. In the Flow/Subflow/Action field, select the Search icon ![Search icon.]().
   4. On the Select the document form, fill in the fields.  
      Add the following Flow Designer document settings if your secondary bot is in synchronous mode. Add the following Flow Designer document settings if your secondary bot is in asynchronous mode.
   5. Select Ok.
   6. In the Reporting field, select Developer Trace.
   7. Select Submit.
   {#debug-bot-sn-sn-configuration__substeps_nvd_yf5_vsb}

## Ergebnisse

You can view additional logs and Workflow Studio executions for debugging purposes.
**Vorheriges Thema:** [Enable live agent connection on the primary instance](https://servicenow-prod.fluidtopics.net/ErBTiSkjvyWls56~V9nkSQ "Enable live agent connection on the primary instance to route an interaction to a live agent on the secondary instance.")  
**Nächstes Thema:** [Localization options for Virtual Agent](https://servicenow-prod.fluidtopics.net/8FshmVSxf1TXr7RuQcrG5g "The ServiceNow platform provides several methods for serving your international Virtual Agent users, regardless of their language and locale. Professionally localize your conversations, use dynamic machine translation, or a combination of the two.")

