> For the complete documentation index, see [llms.txt](https://panduan.mengundang.co.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://panduan.mengundang.co.id/cara-menonaktifkan-auto-translate-browser.md).

# Cara Menonaktifkan Auto Translate Browser

Auto-translate pada browser bisa mengubah informasi penting di dalam undangan, seperti nama atau detail acara. Untuk menghindari kesalahan ini, kamu bisa menonaktifkan fitur auto-translate di pengaturan browsermu. Dengan begitu, undangan tetap tampil seperti aslinya tanpa perubahan.

1. Buka Browsermu.
2. Klik ikon tiga titik di sudut kanan atas layar.

<figure><img src="/files/kJHAfU3v8vDEhvoZ2FjG" alt="" width="360"><figcaption></figcaption></figure>

2. Pilih opsi "Translate" atau "Terjemahkan".

<figure><img src="/files/atAkUdzef0DW2x7PciN1" alt="" width="360"><figcaption></figcaption></figure>

3. Ketika pop-up muncul, klik ikon roda gigi (pengaturan) untuk menyesuaikan pengaturan terjemahan.

<figure><img src="/files/UjchvQMVcttW07VHjP8S" alt="" width="360"><figcaption></figcaption></figure>

3. Pilih ""Never Translate this site" atau "Jangan Terjemahkan Situs Ini"

<figure><img src="/files/815cUUCc6nZUgdnzKtb3" alt="" width="360"><figcaption></figcaption></figure>

{% hint style="info" %}
Perlu diingat, cara di atas khusus untuk browser Chrome. Setiap browser memiliki pengaturan yang berbeda, jadi pastikan untuk menyesuaikannya dengan browser yang kamu gunakan.
{% endhint %}


---

# 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://panduan.mengundang.co.id/cara-menonaktifkan-auto-translate-browser.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.
