> For the complete documentation index, see [llms.txt](https://regras.cidadebella.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://regras.cidadebella.com/regras-da-policia/codigos-de-patrulha.md).

# Códigos de Patrulha

## Código 0&#x20;

* Iniciando serviço

  Retornando ao serviço Sempre que sair ou retornar ao serviço informar.

  &#x20;

## Código 1&#x20;

* Abordagem sem revista

  Viu uma pessoa cometendo infração leve de transito na rua ou alguma situação semelhante.

  Pegar documentos do cidadão, verificar placa do veiculo

## Código 2&#x20;

* Abordagem suspeita(Coldre, mascara, etc);

  Ter visto ele cometendo o crime ou próximo ao local do crime;

  Revista o meliante e o veiculo do mesmo

## Código 3&#x20;

* Após 5 Minutos de Fuga

  Após qualquer tipo de powergaming;

  Aplicar Disparo de arma de fogo no pneu e lataria do veiculo, visando quebrar o veiculo para o meliante parar.

## Código 4&#x20;

* Após finalizar uma QRU Soltar no /PM, Informando a área com COD 04,liberando a mesma.

## Código 5&#x20;

* Utilizado por OFICIAIS quando a área que está acontecendo diversos disparos. (<mark style="color:orange;">**UMA ÁREA ESTÁ HAVENDO TROCA DE TIRO, O PERÍMETRO SERÁ FECHADO E O CÓDIGO 5 É LIBERADO "FOGO ABERTO"**</mark> )&#x20;
* Utilizado quando acontecer o Power Gaming ou PG, se o meliante capotou o carro e furou os pneus, o CÓDIGO 5 é aplicado
* Utilizado quando o meliante apresenta riscos para Cidadãos e Oficiais ( <mark style="color:orange;">**SE CASO O POLICIAL VER UMA ARMAS, ELE PODE LIBEBAR O CÓDIGO 5**</mark>)
* Utilizado se caso o meliante <mark style="color:orange;">**DERRUBAR UM GTM, ATROPELAR UM POLICIA, BATER MUITAS VEZES NA QSV/VTR, ROUBO DE VTR/QSV.**</mark>
* Utilizado quando exceder o limite de 8 minutos de fuga, Código 5 é liberado.<br>

  * Disparo de arma de fogo contra civil ou oficial;
  * Após atropelar um civil ou oficial e não prestar socorro;
  * Meliante armado;

  Numa QRU de COD 5, sempre que possível deve comunicar no /PM a área e com o COD 5, para fechar a área para evitar que cidadãos comuns se machuquem.

## Código 6

* Utilizado para <mark style="color:orange;">**PACIFICAÇÕES E RONDAS OSTENSIVAS**</mark><br>
  * Chegamos numa QRU de qualquer tipo e não foi encontrado nada;
  * Perdemos o visual de vista. Procurar na area de 5 minutos, olhando todo quarteirão


---

# 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, and the optional `goal` query parameter:

```
GET https://regras.cidadebella.com/regras-da-policia/codigos-de-patrulha.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
