# Embed A Dungeon In Your Website

## Embedding Your Dungeon

To embed a dungeon on your website, copy and paste the following code onto your site:

```
<iframe width="500" height="500" src="https://viewer.generativedungeon.com/XYZ" 
        allowfullscreen="" scrolling="yes"></iframe>
```

Replace *XYZ* with the token ID of the dungeon you want to embed, and set width and height as appropriate.&#x20;
