# Using Multiple Launchpads

A launchpad object serves as the core to a drone show design. It is used to target shapes, transition between formations, and launch/land drones. Any number of launchpads may be placed in the scene, each with its own set of parameters and timelines. Using multiple launchpads is an excellent way to extend the runtime of a show. A new batch of drones can be launched and moved into position right before landing a previous batch to seamlessly continue a show. It is also a good way to organize/separate drones with different payloads such as pyro. All drones in the scene, regardless of launchpad, will be routed appropriately with full collision avoidance.

## Merging Launchpads

It may be desirable to combine the drones from multiple launchpads into a single effect. This can be easily done by using a Launchpad Merger object. The merger object, when tracked by one or more launchpads, will automatically expand to contain all drones that are targeting it. For example, if two 100-drone launchpads are targeting a merger object, the merger will become a single 200-drone controller. The merger then functions exactly like a formation sequence, where other objects can be tracked and transitioned between.

When drones are added or removed from the merger, it will automatically take the transition-in or transition-out time of those drones and shift the drones already tracking the merger to their new expanded/shrunk slot counts.

<figure><img src="/files/ny35fKcon5ezOFILRAvO" alt=""><figcaption><p>Shows two 100-drone launchpads joining a single grid</p></figcaption></figure>

### Adding and Using a Launchpad Merger Object

* Right-Click on the scene view
* Choose Create > Swarm Control > Launchpad Merger
* Add track events to the launchpad merger timeline just as though it is a launchpad or a formation sequence
* Track the launchpad merger with a launchpad to join the group
* Track another object to then transition the launchpad to a different shape

<figure><img src="/files/ofdti20zdaz27q2FQrNg" alt=""><figcaption><p>An example of the timeline for two launchpads tracking a launchpad merger (as seen in the animation above)</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.verge.aero/drone-show-software/verge-design-studio/advanced-topics/using-multiple-launchpads.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.
