# File Export Wizard

## Overview

The **Solution Export Wizard** is a tool designed to facilitate the process of exporting Servoy solutions, allowing developers to package and deploy their applications. It guides users through selecting the destination file and specifying various export options to tailor the export process to their needs.

## Export a Solution

Here are the steps to export a solution:

* Select **Export Solution > File export** from the context menu of the active solution node.
* Specify the file destination.
* By default, Servoy uses the Servoy application\_server/solutions folder on the local machine.

  <figure><img src="/files/wl9KXq0yHGAna9PAYXFE" alt=""><figcaption><p>Export Solution Wizard</p></figcaption></figure>
* You can click the Browse button to specify a different location.
* Choose your export options. You can protect the solution with a password, and export the solution with referenced modules, tables, sample data, i18n data, and user groups.
* Click Next for additional options (if applicable to the options you selected).
* Click Finish. The file will be saved as a .servoy file.

  <figure><img src="/files/xcfxH2hfcO7Jbu7WwYMA" alt=""><figcaption><p>Export Solution Options</p></figcaption></figure>


---

# 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.servoy.com/reference/servoy-developer/object-editors/file-export-wizard.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.
