# Example Scenes

Decentraland Studios provides a comprehensive library of free, open-source example scenes and templates to help you learn and kickstart your projects. These resources are maintained by the community and showcase various SDK features and best practices.

## What You'll Find

On the [SDK 7 example scenes](https://studios.decentraland.org/resources) page, you can explore:

* **Ready-to-use Templates**: Download complete scene templates that you can use as starting points for your own projects
* **Feature Demonstrations**: See how specific SDK features work in practice, from basic interactions to advanced mechanics
* **Game Mechanics**: Examples of common game patterns like quests, collectibles, multiplayer interactions, and scoring systems
* **Interactive Elements**: Learn how to implement buttons, doors, NPCs, UI elements, and other interactive components
* **Media Integration**: Examples showing how to add video players, audio, and streaming content to your scenes
* **Blockchain Features**: Scenes demonstrating wearable interactions, token gating, and other Web3 integrations

Each example comes with full source code that you can download, study, and modify for your own scenes. They're an excellent way to learn SDK 7 patterns and accelerate your development.

{% hint style="info" %}
**💡 Tip**: Browse the examples before starting a new project - you might find a template that's close to what you want to build, saving you significant development time.
{% endhint %}


---

# 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/examples.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.
