# Vimeo video loop

## Obtaining the URL <a href="#obtaining-the-url" id="obtaining-the-url"></a>

The embedded video URL has to be obtained from Vimeo, before adding the URL into the admin panel.

1. Find the Vimeo URL of the video you would like to loop in the lobby, for example <https://vimeo.com/375468729>​
2. &#x20;Select the <img src="https://772941315-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M5LNCGpK5lyymcFZU4V%2F-MePjxcKwAiKHF7f_1OD%2F-MePkOmYaRPq990rHeKA%2Fimage.png?alt=media&#x26;token=cef93b37-0885-4ffc-bd00-ab4309686bce" alt="" data-size="original"> button below the video.
3. A tab will open with code containing the embedded video URL.
4. Make sure to ONLY copy the URL on the first line of the code, for example <https://player.vimeo.com/video/375468729>​
5. Add the following line at the end of the URL:

   ?loop=1

{% hint style="info" %}
**Note**: in the case of our example the final URL needed would be: <https://player.vimeo.com/video/375468729?loop=1>
{% endhint %}

## Insert the video loop in the Let's Get Digital environment <a href="#insert-the-video-loop-in-the-lets-get-digital-environment" id="insert-the-video-loop-in-the-lets-get-digital-environment"></a>

To find the option to insert the video loop within the admin panel:

1. In the Admin Panel, hover over settings.
2. Select 'Virtual event settings'.

![](https://gblobscdn.gitbook.com/assets%2F-M5LNCGpK5lyymcFZU4V%2F-MePIK0Z4xIfYtRFJzWs%2F-MePInCjhgjm4G59h1o0%2F2021-06-15_16-12-08%20\(1\).gif?alt=media\&token=faa47de8-c4ab-49b9-890c-c0863d68f5ce)

&#x20;3\. Click on 'Lobby content' from the left-hand menu. \
&#x20;4\. Select 'Embed webpage (iframe)' and copy the URL into the 'Your iframe URL' tab. \
&#x20;5\. Click on 'Save changes'.


---

# 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://knowledge-base.letsgetdigital.com/the-admin-panel/content/virtual-platform/programme/live-stream-settings-vp/vimeo-stream-vp/vimeo-video-loop.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.
