> For the complete documentation index, see [llms.txt](https://faultx.gitbook.io/rn10p-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faultx.gitbook.io/rn10p-docs/recovery/twrp/installation.md).

# &#x20;Installation

{% hint style="info" %}

#### Note

* Bootloader sudah Terbuka (UBL).
* Siapkan PC/Laptop, kabel USB, [ADB & Fastboot](/rn10p-docs/tools/adb-and-fastboot.md), dan file `twrp.img` untuk Redmi Note 10 Pro (*sweet*).
  {% endhint %}

***

{% stepper %}
{% step %}

### Masuk Fastboot Mode

Matikan HP. Tekan & tahan **Volume Bawah + Power** sampai muncul logo Fastboot. Hubungkan HP ke laptop.
{% endstep %}

{% step %}

### Flash via PC / Laptop

Ketik `fastboot flash recovery` (beri spasi sekali), lalu drag (seret) dan drop (lepas) file TWRP dari Windows Explorer langsung ke dalam jendela CMD. Tekan Enter.
{% endstep %}

{% step %}

### Reboot to TWRP

Setelah sukses, masuk ke TWRP dengan cara Tekan & tahan **Volume Atas + Power** sampai muncul logo TWRP
{% 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:

```
GET https://faultx.gitbook.io/rn10p-docs/recovery/twrp/installation.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.
