# Grid

The grid shape provides a way to place points at equal distances across a 2D plane

|                          |                  |                                                                                                                                                 |
| ------------------------ | ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| <p>Offset (X, Y)<br></p> | Decimal (meters) | The location of the grid in the X and Y direction relative to its anchor point.                                                                 |
| Constant Density Mode    | On/Off           | When on, centers the formation with equal density based on the value provided by the "Density" field.                                           |
| Slotting Mode            | Decimal          | <p>Simple - Square placement<br><br>Staggered - Each row is offset by half the horizontal distance between points in an alternating pattern</p> |
| Density                  | Decimal          | The amount of space between drones within the grid.                                                                                             |
| Max Slots                | Decimal          | The maximum number of drones that can be applied to the grid. Only valid when using "Constant Density Mode"                                     |
| Width                    | Decimal (meters) | The width of the grid.                                                                                                                          |
| Length                   | Decimal (meters) | The length of the grid.                                                                                                                         |

<figure><img src="/files/XRYfT1luDYaZGkiqr62X" alt="" width="349"><figcaption><p align="center"><sub><mark style="color:$info;">The inspector for a grid</mark></sub></p></figcaption></figure>

<figure><img src="/files/9uQhYJFTXQXhXnQFFEsx" alt=""><figcaption><p align="center"><sub><mark style="color:$info;">A grid being manipulated between simple and staggered slotting method</mark></sub></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/scene-objects/grid.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.
