> For the complete documentation index, see [llms.txt](https://velara-3.gitbook.io/web-export/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://velara-3.gitbook.io/web-export/element-options/auto-export.md).

# Auto Export

The Auto Export option when it's enabled exports the selected artboard whenever you make a change to the artboard.&#x20;

![](/files/-LpW5DT8F-AFQIM4r9Co)

{% embed url="<https://youtu.be/kfQQkxi8eG4>" %}

Use Auto Export with [Auto Refresh](/web-export/export-artboard-dialog/auto-refresh.md) to see changes live.&#x20;

The Auto Export option is only available in the Web Export panel.&#x20;

![](/files/-LpW5JBgaHElE39kxcpa)

When you first enable this option it will prompt you to select the folder that you want to export to. Using Auto Export will use the options you have selected in the[ Export Artboard](/web-export/export-artboard-dialog.md) dialog.

After you select the folder the artboard will be exported a message and a few new options are available.

Before:&#x20;

![](/files/-LpW61l5ME8SGhkhP-v4)

After:&#x20;

![](/files/-LpW7ldLNa-OIT7nftJf)

The export message is automatically removed after a few seconds.&#x20;

![](/files/-LpW5xTMzKMSkiZeo7ul)

When Auto Export is enabled anytime you make a change the selected artboard will be exported.&#x20;

If you select an element on another artboard that artboard will be selected.&#x20;

{% hint style="info" %}
Currently anytime you make a new selection the artboard will be exported.&#x20;
{% endhint %}

{% hint style="warning" %}
The Auto Export option is not saved between sessions. If you close the document you have to enable it the next time you open the document.&#x20;
{% endhint %}

#### Copy URL, Open Server and Open URL

The `copy` link copies the URL of the exported web page to the clipboard

![](/files/-LpW6IwyrRBb7n9j_BkF)

The `server` link appears when you define a [server](/web-export/export-artboard-dialog/server.md). When you click on it it will open the link in a browser.&#x20;

![](/files/-LpW7EK51LnJvSSvIjBn)

If you do not have a server value set then the server link is not created.&#x20;

The url link defines the path to the exported HTML page. When you click on it it will open a link to the browser. If you are using Windows this opens a remote page due to a limitation.&#x20;

![](/files/-LpW7UlSyl-94FffsBYj)

#### Demonstration

<https://github.com/velara3/xd-examples/tree/master/web-export/examples/exports/auto-export>

#### Example Project

<https://github.com/velara3/xd-examples/tree/master/web-export/examples/auto-export>


---

# 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:

```
GET https://velara-3.gitbook.io/web-export/element-options/auto-export.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.
