# Kinds of projects

- [Overview](https://docs.decentraland.org/creator/scenes-sdk7/kinds-of-projects/kinds-of-project.md): The available kinds of projects you can create in Decentraland.
- [Scene Files](https://docs.decentraland.org/creator/scenes-sdk7/kinds-of-projects/scene-files.md): Default files created in a new scene.
- [Scene Metadata](https://docs.decentraland.org/creator/scenes-sdk7/kinds-of-projects/scene-metadata.md): Learn how to set up a scene and configure its metadata.
- [Smart Wearables](https://docs.decentraland.org/creator/scenes-sdk7/kinds-of-projects/smart-wearables.md): Create wearables with interactive capabilities
- [Workspaces](https://docs.decentraland.org/creator/scenes-sdk7/kinds-of-projects/workspaces.md): Run multiple DCL projects at a time
- [Portable Experiences](https://docs.decentraland.org/creator/scenes-sdk7/kinds-of-projects/portable-experiences.md): Portable experiences


---

# 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/scenes-sdk7/kinds-of-projects.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.
