# UNIVERSAL VTT

## WHAT IS UNIVERSAL VTT?

In the [Export](/guide/final-steps/exporting-your-map.md#the-export-window) window, you can choose the **Universal VTT** format. It will create a *.dd2vtt* file instead of a regular image. It embeds the image file in **PNG** format and stores some data that can be read by a Virtual Tabletop (VTT) like [Foundry](https://foundryvtt.com/), [Roll20](https://roll20.net/), [Arkenforge](https://arkenforge.com/), [Fantasy Grounds Unity](https://www.fantasygrounds.com/home/FantasyGroundsUnity.php), and many others.&#x20;

{% hint style="info" %}
*While the format is **.dd2vtt**, it is similar to **.uvtt** and can be read by softwares that ask for **.uvtt** files.*&#x20;
{% endhint %}

You'll find a list of VTTs that support the **Universal VTT** format on the official [Dungeondraft website](https://dungeondraft.net/), in the "**VTT Integration**" section. Some of them support it natively, some others need a plugin.

\
**Data stored in UVTT files:**

* Image (PNG)
* Walls
* Portals
* Caves
* Light sources
* Grid PPI

That format is very useful when you have a lot of [walls](/guide/all-the-tools/design-tab/wall-tool.md), [doors](/guide/all-the-tools/design-tab/portal-tool.md) and/or [lights](/guide/all-the-tools/effects-tab/light-tool.md) and you don't want to spend a lot of time to draw them again in your VTT. When you import your file, all of that is **instantly generated** according to your map.

<p align="center"><strong>HOW IT LOOKS IN DUNGEONDRAFT</strong></p>

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

<p align="center"><strong>HOW IT LOOKS IN FOUNDRY (WALLS)</strong></p>

<figure><img src="/files/3SKhor2A9NAUTA6fISg5" alt=""><figcaption><p>Yellow lines: Walls (block sight and movement)<br>Blue lines: Portals (block sight and movement but can be unlocked)<br></p></figcaption></figure>

<p align="center"></p>

<p align="center"><strong>HOW IT LOOKS IN FOUNDRY (LIGHTS)</strong></p>

<figure><img src="/files/EiUE8xghbODeTDaqmWAh" alt=""><figcaption><p>Lightbulbs are light sources your can adjust to your will</p></figcaption></figure>

<p align="center"><strong>HOW IT LOOKS IN FOUNDRY (PLAYER'S VIEW)</strong></p>

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

{% hint style="info" %}
*Depending on the VTT you use, it might look different.*
{% endhint %}

{% hint style="success" %}
**Pro Tip:** *Foundry VTT can automatically convert the embedded PNG file to a WEBP file to make it lighter.*
{% endhint %}

***

{% hint style="info" %}

## Related Mods

* [UVTT WebP Exporter](/guide/custom-assets-and-mods/some-useful-mods/uvtt-webp-exporter.md) allows you to export your embedded image as WebP instead of PNG
  {% endhint %}


---

# 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://dungeondraft-encyclopaedia.gitbook.io/guide/final-steps/exporting-your-map/universal-vtt.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.
