diff --git a/website/src/lib/docs/el/integration.mdx b/website/src/lib/docs/el/integration.mdx
new file mode 100644
index 00000000..5127ad76
--- /dev/null
+++ b/website/src/lib/docs/el/integration.mdx
@@ -0,0 +1,29 @@
+---
+title: Integration
+---
+
+
+
+# { title }
+
+You can use **gpx.studio** to create maps showing your GPX files and embed them in your website.
+
+All you need is:
+
+1. A Mapbox access token to load the map, and
+2. GPX files hosted on your server or a public URL.
+
+You can then play with the configurator below to customize your map and generate the corresponding HTML code.
+
+
+
+```
+You will need to set up Cross-Origin Resource Sharing (CORS) headers on your server to allow gpx.studio to load your GPX files.
+```
+
+
+
+