# WordPress Do Jeito Certo

Este livro possui fontes sólidas, das melhores práticas já feita pela comunidade [WordPress](https://wordpress.org) para seus desenvolvedores, com a intenção de ajudar a depurar os erros mais comuns e dolorosos feito por nós meros mortais.

Este documento continuará sendo atualizado, com mais informações e exemplos úteis sempre que forem disponíveis.

## Como contribuir?

Você pode contribuir em nosso repositório no [Github](https://github.com/Tarendai/WordPress-The-Right-Way). As mudanças serão feitas no [Gitbook.io](https://www.gitbook.io/book/tarendai/wordpress-the-right-way/activity) automaticamente quando o [repositório principal](https://github.com/Tarendai/WordPress-The-Right-Way) mudar.

Você pode atualizar este livro, tanto pelo editor de arquivos markdown quanto abrindo o repositório na aplicação para desktop do [Gitbook](https://github.com/GitbookIO/editor/blob/master/README.md). O aplicativo para desktop, dará a você opções de `live preview`.

## Licença

[Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)](http://creativecommons.org/licenses/by-sa/4.0/) unless otherwise stated.


---

# 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://www.wptherightway.org/portugues-pt-br/master.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.
