> For the complete documentation index, see [llms.txt](https://regras.sakurarp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://regras.sakurarp.com/regras-organizacoes/regras-legal/mecanico.md).

# MECÂNICO

{% stepper %}
{% step %}

## AVALIAÇÃO E ORÇAMENTO

O Mecânico, ao <mark style="color:$success;">**atender um chamado**</mark>, deve realizar um RP completo de <mark style="color:orange;">**avaliação dos danos do veículo**</mark> e, em seguida, apresentar o <mark style="color:green;">**orçamento ao cliente**</mark> de forma clara e coerente.
{% endstep %}

{% step %}

## AÇÕES EM ANDAMENTO

É <mark style="color:red;">**proibido chamar Mecânico durante ações**</mark>, <mark style="color:red;">**perseguições**</mark> ou <mark style="color:red;">**confrontos**</mark>, assim como <mark style="color:orange;">**realizar reparos enquanto houver ação em progresso**</mark>.
{% endstep %}

{% step %}

## CORRUPÇÃO E FAVORECIMENTO

É <mark style="color:red;">**terminantemente proibido**</mark> qualquer tipo de RP de <mark style="color:$danger;">**corrupção**</mark>, incluindo receber propina, alterar relatórios, forjar consertos ou favorecer indevidamente qualquer pessoa, organização ou facção.
{% endstep %}

{% step %}

## CONDUTA PROFISSIONAL

O Mecânico deve manter <mark style="color:$success;">**postura ética e profissional**</mark>, evitando <mark style="color:red;">**piadas inadequadas**</mark>, <mark style="color:red;">**ofensas**</mark>, <mark style="color:red;">**comportamentos anti-rp**</mark> ou qualquer atitude que prejudique o RP da profissão.
{% endstep %}

{% step %}

## USO INDEVIDO DE FERRAMENTAS

É <mark style="color:red;">**proibido o uso de ferramentas de trabalho**</mark> para benefício próprio em situações ilegais, como consertar veículo em <mark style="color:$danger;">**fuga**</mark>, realizar <mark style="color:$danger;">**blindagem indevida**</mark> ou qualquer outra ação fora do contexto de atendimento.
{% endstep %}

{% step %}

## IMPARCIALIDADE NO ATENDIMENTO

O Mecânico deve atender de <mark style="color:$success;">**forma imparcial**</mark>, independentemente da ocupação do cliente (civil, facção ou policial), desde que não haja risco direto à sua integridade.
{% endstep %}

{% step %}

## COBRANÇA E VALORES

O profissional deve informar claramente o <mark style="color:$success;">**valor**</mark> do serviço antes de realizá-lo. É <mark style="color:red;">**proibida qualquer cobrança abusiva**</mark> ou fora dos padrões estabelecidos pela oficina.
{% endstep %}

{% step %}

## ABANDONO DE ATENDIMENTO

É <mark style="color:red;">**vedado**</mark> ao Mecânico <mark style="color:orange;">**abandonar um atendimento**</mark> em andamento <mark style="color:$danger;">**sem justificativa válida**</mark>. O RP deve ser encerrado de forma correta e coerente.
{% endstep %}

{% step %}

## OPERAÇÕES POLICIAIS

<mark style="color:blue;">**Durante operações policiais ou ações de risco**</mark>, o Mecânico <mark style="color:$success;">**poderá suspender o atendimento temporariamente**</mark>, retornando ao trabalho somente após liberação da autoridade presente no local.
{% endstep %}

{% step %}

## ATIVIDADES ILEGAIS

O Mecânico está <mark style="color:$danger;">**proibido de realizar qualquer atividade ilegal**</mark>, <mark style="color:$success;">**salvo em situações específicas e previamente autorizadas pela Staff**</mark>, com justificativa e contexto de RP válido.
{% endstep %}
{% endstepper %}


---

# 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.sakurarp.com/regras-organizacoes/regras-legal/mecanico.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.
