> 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/saving-and-exporting/exporting-to-afmg-ease.md).

# Exporting to AFMG EASE

Exporting to AFMG EASE for further analysis requires the beam .xglc files and the Speaker GLL file for either X1 or X2.

A GLL file is a file type used to store the parameters of a loudspeaker. It contains information such as the model, size, frequency response, impulse response, and other characteristics of the loudspeaker. These files are used in AFMG EASE to accurately represent the characteristics of a particular loudspeaker and are essential for creating realistic simulations of how a sound system will sound in a given environment.

GLL

To add X1 or X2 arrays to your EASE project you can use the provided X1 GLL or X2 GLL available from the HOLOPLOT Plan downloads section, and import the beam .xglc files separately.

### EASE Export File Types

HOLOPLOT offers a workflow for migrating system design work from Plan to EASE. This workflow allows you to export each beams from HOLOPLOT Plan as an .xglc file, which can then be imported into EASE for further simulations.

Along with the .xglc files, an .XLD file will be exported per preset layer. The XLD file stores detailed loudspeaker data that aids in modeling the acoustic performance of a sound system within a given environment.

For further simulation in EASE, import both the .XLD and the .xglc files into EASE, along with the GLL file for the module type. The X1 GLL or X2 GLL are available from the HOLOPLOT Plan downloads section.

{% embed url="<https://downloads.holoplot.com/software-downloads/holoplot-plan>" %}
Log in or create an account to access the downloads area.
{% endembed %}

### Exporting to EASE

Once you have created beams in Plan, go to File > Export to EASE and specify a file location. Each beam will be exported as an individual .xglc file, plus one XLD file per preset which can then be imported into EASE.

{% hint style="info" %}
This export functionality requires EASE 4.4.60 or newer versions.
{% 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://docs.holoplot.com/holoplot-plan/saving-and-exporting/exporting-to-afmg-ease.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.
