# Padrões

* [Assincronicidade](/v3.5-pt/biblioteca/padroes/assincronicidade.md)
* [Ciclo de Silêncio](/v3.5-pt/biblioteca/padroes/ciclo-de-silencio.md)
* [Círculo de Parceiros](/v3.5-pt/biblioteca/padroes/circulo-de-parceiros.md)
* [Debate Estruturado](/v3.5-pt/biblioteca/padroes/debate-estruturado.md)
* [Decisão Integrativa Estruturada](/v3.5-pt/biblioteca/padroes/decisao-integrativa-estruturada.md)
* [Decomposição de Acordos](https://github.com/targetteal/o2-pt/blob/v3.5-pt/biblioteca/padroes/decomposicao-de-acordos.md)
* [Descrição de Papéis](/v3.5-pt/biblioteca/padroes/descricao-de-papeis.md)
* [Descrição de Restrições](https://github.com/targetteal/o2-pt/blob/v3.5-pt/biblioteca/padroes/descricao-de-restricoes.md)
* [Eleições Integrativas](/v3.5-pt/biblioteca/padroes/eleicoes-integrativas.md)
* [Escrita de Restrições](https://github.com/targetteal/o2-pt/blob/v3.5-pt/biblioteca/padroes/escrita-de-restricoes.md)
* [Espelho de Interações](/v3.5-pt/biblioteca/padroes/espelho-de-interacoes.md)
* [Fórum Light](/v3.5-pt/biblioteca/padroes/forum-light.md)
* [Fórum Zegg](/v3.5-pt/biblioteca/padroes/forum-zegg.md)
* [Integração de Objeções](/v3.5-pt/biblioteca/padroes/integracao-objecoes.md)
* [Interação Explorar](/v3.5-pt/biblioteca/padroes/interacao-explorar.md)
* [Priorização Bimodal](https://github.com/targetteal/o2-pt/blob/v3.5-pt/biblioteca/padroes/priorizacao-bimodal.md)
* [Perguntas Poderosas](/v3.5-pt/biblioteca/padroes/perguntas-poderosas.md)
* [Remuneração Baseada em Badges](/v3.5-pt/biblioteca/padroes/remuneracao-baseada-em-badges.md)
* [Revisão Tática](/v3.5-pt/biblioteca/padroes/revisao-tatica.md)
* [Sessão de Feedback em Círculo](/v3.5-pt/biblioteca/padroes/sessao-de-feedback-em-circulo.md)

***

> Você pode nos dar sugestões e observar o desenvolvimento da O2 enquanto tecnologia social no nosso notion. Clique [aqui](https://www.notion.so/targetteal/e9d33672f1ca462ab169a6405227e607?v=a297812e7c4549888efa3be3d5ed4f97) para visualizar nosso fluxo de produção.


---

# 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://o2.targetteal.com/v3.5-pt/biblioteca/padroes.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.
