---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Export and import a query as an update set

# Export and import a query as an update set {#ariaid-title1}

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

Export a saved query definition to an XML file as an update set, which you can later
import.

## Vorbereitungen

Role required: To export --- cmdb_query_builder. To import --- user with permission to import an update set.

Domain in the exported query must be visible in both, source and destination instances.

## Warum und wann dieser Vorgang ausgeführt wird

Export a query definition as an update set which you can later import and commit.
This process lets you port a query between instances, such as from a development
environment to a production environment. For more information about exporting and
then committing update sets using XML files, see [Save an update set as a
local XML file](https://www.servicenow.com/docs/access?context=t_SaveAnUpdateSetAsAnXMLFile&version=australia&pubname=australia-application-development&ft:locale=en-US).

When exporting a combination query, the integrated Service Mapping query
definition is included in the exported update set.

## Prozedur

1. Export a saved query:
   1. In the Filter navigator, enter <kbd class="ph userinput">qb_saved_query.list</kbd>.
   2. Select Enter to navigate to the Saved Queries table.
   3. In the Saved Queries list view, select the query that you want to export.
   4. Select Actions on selected rows and then Export query.
   5. Wait for the Query Exporter to complete the export.
   {#export-query-to-update-set__substeps_ivl_myb_5fb}
2. Import the exported saved query:
   1. Navigate to System Update SetsRetrieved Update Sets.
   2. On the Retrieved Update Sets form, select Import Update Sets from XML.
   3. On the Import XML page, select Choose file.
   4. Select the exported XML file.
   5. Select Upload.
   6. Open the new record that was added to the Retrieved Update Sets list view.
   7. On the Retrieved Update Set form, select Preview Update Set Batch.
   8. Close the Batch Update Set Preview dialog box.
   9. Select Commit Update Set Batch.
   10. Close the Commit Update Set Batch dialog box.
   {#export-query-to-update-set__substeps_pv5_pyb_5fb}

## Ergebnisse

The imported query is added to the Query Builder saved queries on the instance.

