> For the complete documentation index, see [llms.txt](https://su0-1.gitbook.io/hexplanet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://su0-1.gitbook.io/hexplanet/wiki/items-workshop.md).

# Items / Workshop

### Introduction to Items

Items are a crucial part of the game balance, as they are used in the development of your infrastructure.

The items can be created in the workshop

### Workshop

To access the Workshop, find [Main Menu](/hexplanet/wiki/game-menu-and-settings/main-menu.md) the icon with three orange hexagons in the bottom left corner and tap on it, then find "Open Workshop."

<figure><img src="/files/g6zHaWdfEHz5yWweTs9p" alt=""><figcaption><p>To find workshop menu</p></figcaption></figure>

### Items

#### Electric cable

Electric cable, which will be used to bring power from your power plants to the mining farms. To create, the player requires resources + particles from the Life Quality branch of the Production (Bar).For each 2 levels of the power plant, you need your own cable level for connection. 1 cable = 1 meter. It is used depending on the distance of the pillars.

<figure><img src="/files/GVgSI30X5GwecbEe0TKc" alt=""><figcaption><p>Electric Cable</p></figcaption></figure>

#### Scissors

Scissors, which can be used to cut the electric cables from an enemy

To create, the player requires resources + particles from the Life Quality branch of the Production branch (Tool shop). Affects the corresponding cable level. One-time use, destroys the full length of cable between 2 points (pillars)

<figure><img src="/files/MAhfYqnGJu6UKeERr4eU" alt=""><figcaption><p>Scissors</p></figcaption></figure>

#### Energy bombs

Energy bombs, which can be used in attack drones, with which you can attack enemy buildings.\
Energy Bombs can be created from the parts for Energy Bombs that are produced in the Weapon Shop building from the criminal branch.

<figure><img src="/files/YLjGNYHAOeSxnUA0jWWK" alt=""><figcaption><p>Energy Bomb</p></figcaption></figure>

#### Dome (Protective Dome)

Dome (Protective Dome), this is used to protect your buildings from incoming drone attacks. To create, the player requires resources + particles from the Life Quality branch of the Production (Bowling) branch. Acts along the radius (R5-R9) depending on the level. Valid for a limited time, 7-9 days depending on the level.

<figure><img src="/files/LTv6Z5RSsb2FQ1cTL7TN" alt=""><figcaption><p>Dome</p></figcaption></figure>

#### Drone batteries

Drone batteries can be used in the drone garage, to put batteries inside the drones. To create, the player requires resources + particles from the Life Quality branch of Science (Lab). Each drone level has its own battery. One-time use, charges the drone to a certain mAh

<figure><img src="/files/67N6fugqUqfyuAiGBYtW" alt=""><figcaption><p>Drone Battery</p></figcaption></figure>

#### Drilling rigs

Drilling rigs are used like:  Depending on the level, instead of every 15 minutes, one item per hexagon spawns every 5,4,3,2,1 minutes. Requires resources + particles from the Life Quality branch of Science (Library) Action time 5 hours

<figure><img src="/files/glAhm04CdPrxABTcayCA" alt=""><figcaption><p>Drilling Rig</p></figcaption></figure>

#### Dancing girls

Dancing girls can be used like Dance of Death To create, the player requires resources + particles from Life Quality of the Crime branch (Strip Club). Depending on the level, cuts Rate by 2,4,6,8,10% respectively. Dance duration is 2 hours.

<figure><img src="/files/lFZPxHcpvo05DLVIF6df" alt=""><figcaption><p>Dancing Girl</p></figcaption></figure>

#### Dice

Dice are used to improve the life quality of buildings by changing the type of resources under the piece of ground. To create, the player requires resources + particles from the Life Quality branch of Crime (Casino). One-time use, randomly changes the substrate to Qubit/Brain/Cash (33.3% probability). It is possible to re-use several items on one hexagon until the desired result is achieved.

<figure><img src="/files/niU2DSesbobSb7jwrc18" alt=""><figcaption><p>Dice</p></figcaption></figure>


---

# 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://su0-1.gitbook.io/hexplanet/wiki/items-workshop.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.
