> For the complete documentation index, see [llms.txt](https://docs.londonstudios.net/london-studios-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.londonstudios.net/london-studios-documentation/resources/bomb-disposal-robot-eod-v2/using-the-resource.md).

# Using the resource

### Setting up the robot

To setup the Bomb Disposal Robot, either use **/eod setup** or use one of the item integrations. This will check for items/permissions if the relevant settings are enabled.

<figure><img src="/files/GY8NtewSczpvxH4nrSnJ" alt=""><figcaption></figcaption></figure>

This will spawn the Bomb Disposal Robot in front of you. To begin controlling it, press **LEFT ALT**.

### Control the robot

<figure><img src="/files/Izkct1yaIuY1nJpLWoYr" alt=""><figcaption></figcaption></figure>

This will then put you in the camera view, giving you the best perspective when controlling the robot.

To move the robot, control it like you would a normal vehicle.

### Controlling the moveable parts and features

Use the following controls to use various aspects of the Bomb Disposal Robot:

* **Toggle Night Vision** - HOME
*

```
<div align="left"><figure><img src="/files/qN20e6KPkPdl6cTWi7Uj" alt="" width="375"><figcaption></figcaption></figure></div>
```

* **Toggle Thermal Imaging** - DELETE
*

```
<div align="left"><figure><img src="/files/tLMvWbwfjIJv8LGMeV1p" alt="" width="375"><figcaption></figcaption></figure></div>
```

* **Start Controlled Explosion** - PAGE UP
*

```
<div align="left"><figure><img src="/files/sBJCJCzN4VQicjAIN0cd" alt=""><figcaption></figcaption></figure></div>
```

* **Cancel Controlled Explosion** - PAGE DOWN
* **Toggle Water Jet** - R
* **Toggle Headlights** - H (Base Game)
* **Grab Prop / Object** - Q
* **Move Rotating Arm Right** - NUMPAD 4
* **Move Rotating Arm Left** - NUMPAD 6
* **Move Rotating Arm Back** - X
* **Move Rotating Arm Forwards** - Z
* **Move Rotating Top Arm Back -** NUMPAD 5
* **Move Rotating Top Arm Forwards -** NUMPAD 8
* **Move Rotating Top Arm Up -** NUMPAD 7
* **Move Rotating Top Arm Down -** NUMPAD 9
* **Rotate Grabber Right -** ARROW LEFT
* **Rotate Grabber Left -** ARROW RIGHT
* **Close Grabber -** ARROW UP
* **Open Grabber** - ARROW DOWN

<figure><img src="/files/yMClLtSueTCFRFRopBMu" alt="" width="375"><figcaption></figcaption></figure>

These controls can all be changed in the **config.lua** file, shown in the next section.

### Removing the robot

Use **/eod remove** to remove the robot, which will give you the item back if applicable.


---

# 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.londonstudios.net/london-studios-documentation/resources/bomb-disposal-robot-eod-v2/using-the-resource.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.
