> For the complete documentation index, see [llms.txt](https://docs.ostirp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ostirp.com/policia/perseguicoes.md).

# 🚘 Perseguições

* Se o indivíduo atirar contra a PM, deve ser neutralizado. Em caso de colisão ou capotamento durante a fuga, o indivíduo deve se render.
* A polícia só pode abrir fogo se houver risco à vida, como disparos contra a corporação ou tentativa de atropelamento.
* Power Gaming só é permitido em rampagens de porte médio. É proibido subir escadas ou escalar montanhas com veículos esportivos.
* Após 5 minutos de fuga a polícia pode utilizar o código 3 (tiro no pneu).

O uso do Código 3 (tiro no pneu) na perseguição é autorizado apenas se o fugitivo:

* Quebrar as regras de fuga limpa;
* Estiver armado;
* Receber ajuda de terceiros;
* Reparar o veículo durante a fuga;
* Usar rádio para pedir ajuda;
* Atropelar alguém propositalmente;
* Trocar de veículo (P1);
* Capotar o veículo ou cair da moto.


---

# 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://docs.ostirp.com/policia/perseguicoes.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.
