---
metadata:
  - name: generator
    content: Diplodoc Platform v5.34.3
alternate:
  - https://yandex.com/dev/video-sdk/doc/en/sdk-html5/full.md
  - https://yandex.com/dev/video-sdk/doc/ru/sdk-html5/full.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/video-sdk/doc/en/llms.txt

# Standard integration

1. Integrate the Video Ads SDK using the `script` element in the HTML document header.

   ```xml
   <html xmlns="http://www.w3.org/1999/xhtml">
       <head>
           
       </head>
   </html>
   ```

1. Connect the [AdLoader](https://yandex.com/dev/video-sdk/doc/en/sdk-html5/adsdk-module.md) module using the `script` element in the HTML document header.

   ```xml
   <html xmlns="http://www.w3.org/1999/xhtml">
       <head>
           
               // Module connection
           
       </head>
   </html>
   ```


