# Exporter

The **Exporter** **Module** allows to export a **Project** to a chosen export folder. Along with exporting the **Project**, **Exporter** creates a copy of **Incari Player** in the same folder.

![](/files/wWBnEtAWaYrJQP0GTOhh)

After exporting a **Project**, the target folder will have:

* A folder with a copy of **Incari Player**.
* A folder with the exported **Project**.
* A `run.bat` file.

The **Project** can then be started by launching `run.bat`.

It is also possible to export a **Project** from the command line with the command `IncariCLI.exe /p="<project-path>" /export /output="<export-folder-path>"`.


---

# 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.incari.com/incari-studio/2021.5/modules/exporter.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.
