> 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/contributor/contributor-pt/guias-do-contribuidor/contributor-guides.md).

# Visão geral

Esta seção contém os guias para contribuidores e as melhores práticas para os serviços da Decentraland. Esses guias garantem consistência, qualidade e manutenção em todos os projetos.

## Seções

* [Documentação da API](/contributor/contributor-pt/guias-do-contribuidor/api-documentation.md) - Padrões OpenAPI para documentar e publicar APIs de serviços
* [Padrões de Testes](https://github.com/decentraland/docs/blob/main/contributor/contributor-guides/testing-standards/README.md) - Diretrizes abrangentes para escrever testes em diferentes tipos de aplicações e serviços
* [Componentes Bem Conhecidos](https://github.com/decentraland/docs/blob/main/contributor/contributor-guides/well-known-components/README.md) - Padrões para construir serviços modulares e testáveis usando a arquitetura WKC
* [Padrões de UI](https://github.com/decentraland/docs/blob/main/contributor/contributor-guides/ui-standards/README.md) - Padrões do Redux Toolkit e RTK Query para construir aplicações React modernas
* [Padrões de Web UI](https://github.com/decentraland/docs/blob/main/contributor/contributor-guides/web-ui-standards/README.md) - Padrões de biblioteca de componentes usando UI2, Material UI e o design system da Decentraland

## Sobre Estes Padrões

As palavras-chave "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY" e "OPTIONAL" nestes padrões devem ser interpretadas conforme descrito em [RFC 2119](https://datatracker.ietf.org/doc/html/rfc2119).


---

# 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/contributor/contributor-pt/guias-do-contribuidor/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.
