> For the complete documentation index, see [llms.txt](https://drotek.gitbook.io/lsc2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://drotek.gitbook.io/lsc2/show-creation/initialize-the-show.md).

# Initialize the show

{% hint style="warning" %}
You cannot change the show parameters after having initialized the show.

You must create a new file if you want to change the show parameters.
{% endhint %}

## **Scene Preparation**

Clicking the Prepare the scene button cleans the current scene and sets it up for show creation. This action creates a basic optimized structure, including a reference compass.

## 💠 Takeoff mode:&#x20;

***

## 🔹Standard&#x20;

This mode configures a drone formation in a grid layout, with the following parameters:

* **`Nb per family:`** number of drones per [family](/lsc2/show-creation/initialize-the-show/family.md) (value between 1 and 9).
* **`Step:`** spacing between the centers of each family (default: 2 meters; range: 1.5 m to 10 m).
* **`Nb X:`** number of families along the X-axis.
* **`Nb Y:`** number of families along the Y-axis.
* **`Angle:`** angle of orientation for takeoff.

***

## 🔹All in one Platform

Designed for **`IO3`** platforms, this mode requires groups of 6 drones per family. Parameters include:

* **`Installation gap`** :
  * &#x20; Column: aligns platforms in columns.
  * &#x20; Line: aligns platforms in rows.
* **`Nb X:`** number of families along the X-axis.
* **`Nb Y:`** number of families along the Y-axis.
* **`Angle:`** angle of orientation for takeoff.

***

### 🔸Markers

This option allows you to enable or disable a visual marker (and choose its color) when using the following tools :

* **Takeoff**
* **Land**
* **Go to target**
* **Set color**
* **Magic color**
* **Fire**

***

### 🔸Compass&#x20;

A compass is created when you prepare the scene. You can hide it with H key or in the "System" collection. It is possible to draw the compass again if it was deleted with the button in the "Initialize the show" section.

<figure><img src="/files/IOy9qKKjeprJVsOHiEaR" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**The drone repartition must be followed exactly when placing the drones in real life.**
{% endhint %}

{% hint style="danger" %}
**You should never modify manually the drone repartition position.**
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://drotek.gitbook.io/lsc2/show-creation/initialize-the-show.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
