> 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/acoes/acao-marcada.md).

# Ação Marcada

{% hint style="danger" %}
Todas as ações de grande porte das facções devem ser marcadas no **Discord**, na sala específica. **Ações não marcadas serão canceladas.**
{% endhint %}

## Obrigações

* Todos os envolvidos devem permanecer em call no Discord oficial da cidade.
* Em todas as ações os bandidos precisam chegar em até **40 minutos**.
* Em todas as ações, os jogadores ou a facção devem aguardar **40 minutos** após o início do roubo para sair. Quem sair antes será punido.
* Havendo refém, ele deve ser informado e apresentado à polícia durante a negociação.
* Todos os bandidos devem usar a vestimenta da facção ou clã.
* Assaltantes devem estar na área demarcada em vermelho.

## Limites

| Item                               | Regra                                           |
| ---------------------------------- | ----------------------------------------------- |
| Ações de banco por dia, por facção | Máximo **2**                                    |
| Perímetro em ação                  | Apenas bandido (a polícia não possui perímetro) |
| Refém na ação                      | Permite **1 policial adicional**                |

## Proibições

* É proibido colocar veículos dentro dos prédios das ações.
* É proibido atirar durante a negociação entre bandidos e policiais.
* É proibido trocar tiros de dentro de veículos que possuam algum tipo de blindagem.

## Ação marcada e não puxada

{% hint style="warning" %}
Quando uma ação marcada não é puxada, os **líderes** recebem multa equivalente ao valor da ação marcada.
{% 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/acoes/acao-marcada.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.
