# Gas Tank

In **Bunker Survivor**, the **Gas Tank** room is where you can upgrade the gas tanks of your vehicles, allowing them to withstand longer and more fruitful expeditions into the wastelands.

### Gas Tank functions

1. **Extending Wasteland Expeditions:** The primary function of the Gas Tank room is to upgrade your cars' gas tanks. A higher-level gas tank enables your vehicles to stay in the wastelands for more extended periods, gathering more metal resources with each expedition.

{% hint style="info" %}
initially your gas tank level is 1.
{% endhint %}

{% hint style="info" %}
Upgrading the gas tank from level 1 to level 3 progressively extends the expedition duration, with the maximum limit being 8 hours at level 3.
{% endhint %}

{% hint style="info" %}
To improve your gas tank, you'll need to spend Coins, the in-game currency. Carefully consider when and how to allocate your Coins for these upgrades, as it will impact your overall resource management strategy.
{% endhint %}

### Gas Tank stats

| Level | Cost (coins) | Max. time in wastelands |
| ----- | ------------ | ----------------------- |
| 1     | 0            | 4 hours                 |
| 2     | 150          | 6 hours                 |
| 3     | 300          | 8 hours                 |


---

# Agent Instructions: 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:

```
GET https://bunkersurvivor.gitbook.io/bunker-survivor/bunker-rooms/gas-tank.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
