# Import

{% hint style="info" %}
The import options are not currently available on the web-based version of the Model Editor.
{% endhint %}

The Model Editor supports opening these file formats.

* Pollination Model (PoMF)
* IES VE Geometry (GEM)
* Honeybee Model (HBJSON)
* Dragonfly Model (DFJSON)

You can open the files by clicking on the Pollination logo in the bottom right corner of the screen, and selecting File > Open.

<figure><img src="/files/YI1jl8QY5AEFj0LNvl27" alt=""><figcaption><p>You can open the files by clicking on Pollination logo in the bottom of the screen, and select File > Open.</p></figcaption></figure>

Use the extensions dropdown to select the desired file format. The default option is PoMF.

<figure><img src="/files/2T0gXtiV1P6KJgrFo9r5" alt=""><figcaption><p>Extensions dropdown</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.pollination.solutions/user-manual/model-editor/supported-file-formats/import.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.
