> For the complete documentation index, see [llms.txt](https://docs.aeroai.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aeroai.io/siega-desktop-features/actions/export.md).

# Export

## Overview

The export feature allows user to export images in either 1080p or 4K resolution based on the current camera position in the SiEGA globe viewer.

## Demo

\*Note that this demo covers **BOTH** the Import **AND** Export features

{% embed url="<https://www.youtube.com/watch?t=300s&v=VYkteS5CRTY>" %}

## How to Use&#x20;

Position the camera as desired to ensure the view captures the intended scene or subject. Open the **Actions** menu and click the **Export** button to begin the process.

<figure><img src="/files/Sy6zoE3BtpfDrLPIVuZj" alt=""><figcaption></figcaption></figure>

The only option available upon entering the export menu is **Set Render Folder.**&#x20;

<figure><img src="/files/cQgvHXAKeXc9WBYt4VWX" alt=""><figcaption></figcaption></figure>

You can either create a new folder or choose an existing one already.&#x20;

<figure><img src="/files/I90NvINaWDZNYPAVZBqa" alt=""><figcaption></figcaption></figure>

Once the render folder has been selected you will be prompted to choose an image resolution for either 1080p or 4K.

<figure><img src="/files/R3SWTg9p1YykAXiUuU4V" alt=""><figcaption></figcaption></figure>

The export process is now complete and when you navigate to the designated render folder you will see the exported image in PNG format.

<figure><img src="/files/JHeSCeJ71W33VzxJ3ZmH" alt=""><figcaption></figcaption></figure>


---

# 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.aeroai.io/siega-desktop-features/actions/export.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.
