# Resumen

Esta sección contiene las guías para colaboradores y las mejores prácticas para los servicios de Decentraland. Estas guías garantizan coherencia, calidad y mantenibilidad en todos los proyectos.

## Secciones

* [Documentación de API](/contributor/contributor-es/guias-para-colaboradores/api-documentation.md) - Estándares OpenAPI para documentar y publicar las API de los servicios
* [Estándares de pruebas](https://github.com/decentraland/docs/blob/main/contributor/contributor-guides/testing-standards/README.md) - Directrices completas para escribir pruebas en diferentes tipos de aplicaciones y servicios
* [Componentes bien conocidos](https://github.com/decentraland/docs/blob/main/contributor/contributor-guides/well-known-components/README.md) - Estándares para construir servicios modulares y comprobables usando la arquitectura WKC
* [Estándares de UI](https://github.com/decentraland/docs/blob/main/contributor/contributor-guides/ui-standards/README.md) - Patrones de Redux Toolkit y RTK Query para construir aplicaciones modernas en React
* [Estándares de Web UI](https://github.com/decentraland/docs/blob/main/contributor/contributor-guides/web-ui-standards/README.md) - Estándares de librería de componentes usando UI2, Material UI y el sistema de diseño de Decentraland

## Acerca de estos estándares

Las palabras clave "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY" y "OPTIONAL" en estos estándares deben interpretarse como se describe en [RFC 2119](https://datatracker.ietf.org/doc/html/rfc2119).


---

# 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/contributor/contributor-es/guias-para-colaboradores/contributor-guides.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.
