# Video Gallery

{% hint style="info" %}
Live Demo: <https://candidate.codenation.com/video_gallery>
{% endhint %}

<figure><img src="/files/99SSDWbiKfRGDkjWJqoM" alt="Candidates Video Gallery Example"><figcaption><p>Candidates Video Gallery Example</p></figcaption></figure>

## Setting up the video gallery

1. Create a basic page for the video gallery.
2. Create one or more basic subpage for each video in the gallery and add a **youtube video url** to the content of the subpage.
   * **Important:** make sure the video pages are the URL you paste is without formatting (i.e. without a hyperlink, underline, etc.).
3. Apply the tag `Admin Show Video Gallery` to the page you created in step 1.


---

# 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://docs.codenation.com/admin-tag-customisations/admin-video-gallery.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.
