> For the complete documentation index, see [llms.txt](https://knowledge-base.letsgetdigital.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge-base.letsgetdigital.com/the-admin-panel/content/virtual-platform/programme/live-stream-settings-vp/vimeo-stream-vp/vimeo-video-loop.md).

# 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="/files/-MePkOmYaRPq990rHeKA" 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` 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>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
