> For the complete documentation index, see [llms.txt](https://docs.roote.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roote.ai/map/integration.md).

# Integration 🔗

The ROOTE map can be integrated into any website with a simple HTML code.

To integrate the map successfully, you'll need to enter the following code on your web page. If you're an administrator, this will be placed in the HTML code.

```markup
<iframe title="MAP ROOTE" width="300" height="200"
    src="https://map.roote.ai/?q=Ile de Nantes">
</iframe>
```

{% hint style="info" %}
You can customize the size. No value will let the map self-adjust, "width" and "height" will define the size in pixels.
{% endhint %}

With this example, the map will display the transport available **near&#x20;*****Ile de Nantes***. By following the access page, you can set other locations or use a more precise method.

```markup
<iframe title="MAP ROOTE" 
    src="https://map.roote.ai?coord=48.855,2.345&zoom=16&only=Scooter">
</iframe>
```

Here, the code will display a close-up view of **Paris with only self-service scooters nearby**.

NEED MORE INFORMATION ?

{% hint style="success" %}
JOIN OUR [TELEGRAM COMMUNITY](https://t.me/+O5HEhqddYtw0ZGQ0)
{% endhint %}
