# Export show

## 🔹**Export**

The Export tab offers three export modes:

* **`Show:`**  Exports the entire show, from takeoff to landing, in JSON format.
* **`Range:`** Exports a specific segment of the show based on the selected range in the Timeline, also in JSON format. This mode is particularly useful when designing sequences in separate files before assembling them into a final project.
* **`VVIZ:`**&#x45;xports the full show in VVIZ format, which is compatible with pyrotechnic visualization software such as FW Sim.

Two export versions are available:

* **`V1:`** Used when the drones perform a manual landing.
* **`V2:`** Used when the drones land via RTL (Return To Launch).

> Additionally, the export angle can be configured before initiating the export process.

{% hint style="warning" %}
If you want to modify your show you should set `Export angle` to 0.
{% endhint %}

{% hint style="danger" %}
The show must pass all checks to successfully export.

If one or more checks fail, a report is created instead.
{% endhint %}

{% hint style="warning" %}
You should always export from the original `.blend` file not an imported `.json` file.
{% endhint %}

***


---

# 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://drotek.gitbook.io/lsc2/show-creation/import-and-export/export-show.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.
