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

# Abordagem de Rotina

As abordagens de rotina devem ter motivo plausível e justificável dentro do roleplay. É proibido abordar jogadores por razões irrelevantes ou sem fundamento.

## Motivos que não são válidos

{% hint style="danger" %}
❌ Veículo ser blindado

❌ Uso de insulfilm (vidro escuro)

❌ Modelo do veículo
{% endhint %}

## Durante a abordagem

* O policial deverá priorizar a condução por meio de conversa.
* Não é permitido solicitar que o cidadão desça do veículo sem justificativa.

## Quando pode pedir para descer do veículo

{% hint style="success" %}
✅ Blitz ativas

✅ Situações com fundamentação clara dentro do RP
{% endhint %}

## Quando a abordagem evolui para suspeita

A abordagem passa a ser considerada **suspeita**, podendo evoluir normalmente, caso haja:

* Atitude suspeita ou evasiva
* Inconsistência nas informações
* Disparos na região
* Indivíduo mascarado
* Uso de coldre
* Indícios de crime
* Discussão desnecessária por parte do abordado

{% hint style="warning" %}
Abordagens sem motivo plausível serão consideradas **abuso de poder**, podendo resultar em advertência ao policial responsável pela ação.
{% endhint %}

## Observação importante

{% hint style="info" %}
Esta regra **não elimina** as abordagens de rotina: elas continuam existindo e podem evoluir para abordagem suspeita conforme a atitude do cidadão.
{% endhint %}


---

# 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.cidadenexus.com/policia-nexus/abordagem-de-rotina.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.
