# Transport System

The total time that a bitizen spends on its work is 4 hours. A new job can only start after the previous job ends.

Therefore, each bitizen can only be sent back to a job after 4 hours.

Transport modes offer a nice solution for players wishing to optimize their time.

### The Transport Advantages:

Transport services allow players to schedule a next job immediately.&#x20;

{% hint style="info" %}
**Tip:** By using transport services, the player can schedule all available jobs at once, accessing the game only once a day.
{% endhint %}

Every day, different transport services will be available:

* **Walk:** 0 BTZ (free)
* **Bus:** 1 BTZ
* **Subway:** 1 BTZ
* **Taxi: 1** BTZ

{% hint style="success" %}
What about becoming a transportation service business partner? [**Read more here.**](/bitizens-en/metaverse-features/stock-market.md)
{% endhint %}


---

# 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://spaark.gitbook.io/bitizens-en/gameplay-1.0/transport-system.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.
