# Architecture

- [Entities & Components](https://docs.decentraland.org/creator/scenes-sdk7/architecture/entities-components.md): Learn the essentials about entities and components in a Decentraland scene
- [Systems](https://docs.decentraland.org/creator/scenes-sdk7/architecture/systems.md): Learn how systems are used to update the scene state
- [Custom Components](https://docs.decentraland.org/creator/scenes-sdk7/architecture/custom-components.md): Create a custom component to handle specific data related to an entity
- [Querying Components](https://docs.decentraland.org/creator/scenes-sdk7/architecture/querying-components.md): Learn about how to obtain lists of entities that have components in common, to make checking or updating them easier.
- [Subscribe to Changes](https://docs.decentraland.org/creator/scenes-sdk7/architecture/subscribe-to-changes.md): Detect changes in a component and run functions on every change
- [Data-Oriented Programming](https://docs.decentraland.org/creator/scenes-sdk7/architecture/data-oriented-programming.md): The Data Oriented Programming is a powerful approach to programming gets the most out of performance.


---

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