# import-export-script

You can enjoy seamless control over the Scripts with import and export functionalities:

### ***Prerequisites***

* Previously ***Created Project***
* Previously ***Created Module***
* Previuosly ***Created Script***

### ***Export Script***

It allows the user to export the steps available within a script with a simple action called 'Export as.' It also allows the user to select different formats for export, such as JSON and XLSX.

Steps to Export Script :

1. Navigate to the script from which you want to ***Export*** .
2. Click on the ***"Export as"*** Button and Select the file type to export the Test Script.
3. A file with the selected type\[JSON/XLSX] will be downloaded.

   ![Export Script](https://4207139903-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjbOt9KtYfZmokTYzgSHc%2Fuploads%2Fgit-blob-96f20bcd4f886f32a889119998b39ff911ba7278%2Fexport-file.gif?alt=media)

## Example of XlSX/JSON

![Excel Sheet](https://4207139903-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjbOt9KtYfZmokTYzgSHc%2Fuploads%2Fgit-blob-a4bdd7410e599a82f223bd57cf97efc5f3bbd143%2Fsample-excel-sheet.png?alt=media)

![Sample Json](https://4207139903-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjbOt9KtYfZmokTYzgSHc%2Fuploads%2Fgit-blob-a266b1f98fb067da787f0a1962d1c2f81eb8ed35%2Fsample-json.png?alt=media)

### ***Import Script***

Now, users can also import downloaded test scripts from any project using a simple action called 'Import File' , which allows users to select different formats for import, such as JSON and XLSX.

Steps to Import Script :

1. Navigate to the script in which you want to import the steps.
2. Click on the ***"Import File"*** Button and Select the file to import the test steps (JSON/XLSX).

   ![File Explorer](https://4207139903-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjbOt9KtYfZmokTYzgSHc%2Fuploads%2Fgit-blob-302010377610c2c76b894532cc3306e5deb78b49%2Ffile-explorer.png?alt=media)

   ![Import Script](https://4207139903-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjbOt9KtYfZmokTYzgSHc%2Fuploads%2Fgit-blob-7c005c543eb400beaaf49e162185a8347e1aaa89%2FImport-script.gif?alt=media)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.qyrus.com/desktop-testing/advanced-feature/import-export-script.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
