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

# Simplified 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. Call the `play` method using the `script` element in the HTML document header.

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


