> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/creator/content-creator-pt/tutoriais-e-exemplos/video.md).

# Vídeos do SDK & Editor

Tutoriais em vídeo abrangentes cobrindo o SDK e o Scene Editor da Decentraland. Estes vídeos vão guiá-lo na criação de scenes, adição de interatividade e deploy do seu conteúdo.

## Assistir à Playlist Completa

{% embed url="<https://www.youtube.com/playlist?list=PLAcRraQmr_GP_K8WN7csnKnImK4R2TgMA>" %}
Playlist de Tutoriais em Vídeo de SDK & Editor
{% endembed %}

## Tópicos Abordados

A série de vídeos inclui tutoriais sobre:

* **Primeiros passos** - Configurando o seu ambiente de desenvolvimento
* **Noções Básicas do Scene Editor** - Usando a interface do Scene Editor
* **Desenvolvimento com SDK** - Construindo scenes com código
* **Noções Essenciais de 3D** - Trabalhando com modelos 3D e animações
* **Interatividade** - Adicionando eventos de button e triggers
* **Publicação** - Fazendo deploy das suas scenes na Decentraland

## Recursos Adicionais

* [Início Rápido do SDK](/creator/content-creator-pt/scenes-sdk7/comecar/sdk-101.md)
* [Noções essenciais do Scene Editor](/creator/content-creator-pt/scene-editor/comecar/scene-editor-essentials.md)
* [Exemplos de Código](/creator/content-creator-pt/tutoriais-e-exemplos/examples.md)


---

# 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:

```
GET https://docs.decentraland.org/creator/content-creator-pt/tutoriais-e-exemplos/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.
