# SDK & Editor Videos

Comprehensive video tutorials covering Decentraland's SDK and Scene Editor. These videos will guide you through creating scenes, adding interactivity, and deploying your content.

## Watch the Full Playlist

{% embed url="<https://www.youtube.com/playlist?list=PLAcRraQmr_GP_K8WN7csnKnImK4R2TgMA>" %}
SDK & Editor Video Tutorials Playlist
{% endembed %}

## Topics Covered

The video series includes tutorials on:

* **Getting Started** - Setting up your development environment
* **Scene Editor Basics** - Using the Scene Editor interface
* **SDK Development** - Building scenes with code
* **3D Essentials** - Working with 3D models and animations
* **Interactivity** - Adding button events and triggers
* **Publishing** - Deploying your scenes to Decentraland

## Additional Resources

* [SDK Quick Start](/creator/scenes-sdk7/getting-started/sdk-101.md)
* [Scene Editor Essentials](/creator/scene-editor/get-started/scene-editor-essentials.md)
* [Code Examples](/creator/tutorials-and-examples/examples.md)


---

# 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.decentraland.org/creator/tutorials-and-examples/video.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.
