> For the complete documentation index, see [llms.txt](https://docs.holoplot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.holoplot.com/holoplot-plan/getting-started.md).

# Getting started

{% hint style="info" %}
To get access to HOLOPLOT Plan, log in or create an account in the [downloads section](https://hub.holoplot.com/downloads).
{% endhint %}

<figure><img src="/files/8EBiUQzE2WTCQjO72jVN" alt=""><figcaption><p>HOLOPLOT Plan 2.0</p></figcaption></figure>

HOLOPLOT Plan is a software application for designing and setting up HOLOPLOT Audio Systems. It gives you the ability to create and set up arrays, create different beam types for Matrix Arrays, simulate sound system designs, and export projects to HOLOPLOT Control.

HOLOPLOT Plan offers a suite of features for advanced acoustic modelling and simulation: including importing 3D venue models from SketchUp, drawing zones, designing Matrix Arrays and positioning them through a 3D interface.

It allows the creation of Parametric Beams and Virtual Sources using Wave Field Synthesis and Coverage Beams using 3D Audio-Beamforming through our custom Optimization Engine. HOLOPLOT Plan's Optimization Engine ensures uniform coverage and spectral consistency in audience areas. Users can simulate and visualize direct sound pressure levels for all beam types, evaluate system performance using Acoustic Probes and frequency visualizations, and fine-tune Coverage Beams, Parametric Beams, and Virtual Sources. Projects can also be exported for further simulation in AFMG EASE.


---

# 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://docs.holoplot.com/holoplot-plan/getting-started.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.
