> For the complete documentation index, see [llms.txt](https://utmwiki.rahbab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://utmwiki.rahbab.com/travel/explore-johor-bahru/commuting-in-jb.md).

# Commuting in JB

Getting around Johor Bahru doesn’t have to be expensive if you know the system. Here are your options:

{% stepper %}
{% step %}

### Bus P211 - Bas Muafakat Johor

{% hint style="info" %}
All buses with "P" are **free** for students (show your matric card)

[Route schedules](https://paj.com.my/bmj-route-schedules/)
{% endhint %}

<div align="left"><figure><img src="/files/5SpV4bezK5Zi0OTihmTT" alt="" width="375"><figcaption><p>Full P211 Route</p></figcaption></figure></div>

**The P211 Route:** Your lifeline. \
It connects `Taman U Terminal — UTM Linkaran Ilmu — Larkin Sentral Terminal`

* **Hourly buses** that run from **6AM - 11PM**
* P211 bus goes through *Linkaran Ilmu* circle inside UTM
* **Hotspots**: AEON Mall Taman Universiti, NSK Trade Center (Cheap wholesale shopping) and Paradigm Mall (cinema/shopping)&#x20;

{% hint style="info" %}
Download the LUGO app to track buses in real time.

**Pro tip:** Refresh the map a few times. The tracker can be glitchy.
{% endhint %}
{% endstep %}

{% step %}

### **Grab (like Uber)**

<div align="left"><figure><img src="/files/Dtw4XxPuoqcF5DCPoWYs" alt="" width="188"><figcaption></figcaption></figure></div>

The rates in-campus range from 5-10RM but may be more expensive during peak hours.

{% hint style="info" %}
Alternative: join the **UTM Drive/PREBET** Telegram group. It’s a cheaper, student-run rideshare service.\
\
Check [Useful WA/TG Groups](/extras/useful-wa-tg-groups.md) for group links.
{% endhint %}
{% endstep %}

{% step %}

### Kumpool / Kummute

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

* &#x20;Affordable, on-demand, **shared,** van and bus transportation services.
* **May have long waiting times** due to passenger queue and it being shared.
* **Cashless only**
  {% endstep %}
  {% endstepper %}


---

# 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://utmwiki.rahbab.com/travel/explore-johor-bahru/commuting-in-jb.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.
