> For the complete documentation index, see [llms.txt](https://velora-2.gitbook.io/velora-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://velora-2.gitbook.io/velora-docs/street-rules-and-action/kidnappings.md).

# KIDNAPPINGS

{% hint style="warning" %}
**Kidnappings**

⚠️ Only allowed to kidnap during **robbery hours**!

* **Criminals:** Minimum 5 / No limit.
* **Police:** A maximum of 4 more officers than the number of criminals.
* It's forbidden to initiate a kidnapping with fewer than **5 members** in the convoy.
* The criminals are required to inform the police of their number and the negotiation location via a call. Alternatively, in a faction fight, the **hostage** can pass the kidnapper's information over the **RADIO**.
* There are **no restrictions** on weaponry.
* The **hostage's integrity** must always be preserved.
* **Public servants** can only be kidnapped when they are **off-duty** or, if they're in uniform, only while on foot and not engaged in an active action or encounter.
* The maximum ransom that can be requested in a kidnapping is **$600,000**, regardless of how many people are kidnapped!
* If either the criminals or police fire shots during negotiations or engage in any form of **meta-gaming**, the Staff may intervene!
* It is forbidden to start a kidnapping in a location where an action is already taking place (e.g., Factions, Central Bank, Niobium, etc.). To start a kidnapping, it must be in a location where there is **no ongoing action**. (**Use your creativity to perform the kidnapping**).
  * **Example:** Use someone as bait to lead them to a location where other members are waiting and then initiate the kidnapping.
    {% endhint %}

{% hint style="warning" %}
During a chase, it is forbidden to flee to **safe zones** or to your faction's territory to prevent the action from continuing.
{% endhint %}

{% hint style="success" %}
Criminals can request help from other members of their organization and can lead the chase to a strategic location where a **gunfight** will take place.
{% endhint %}

{% hint style="success" %}
The life of each **hostage** can be negotiated for **$250,000** each.
{% endhint %}

{% hint style="success" %}
The police are not obligated to accept absurd proposals. Negotiations must be flexible for both sides.
{% endhint %}

{% hint style="success" %}
The entire negotiation area becomes a **safe zone ONLY** during the negotiation
{% 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://velora-2.gitbook.io/velora-docs/street-rules-and-action/kidnappings.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.
