> For the complete documentation index, see [llms.txt](https://help.defisaver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.defisaver.com/general/troubleshooting/issues-caused-by-in-browser-translators.md).

# Issues caused by in-browser translators

Sometimes, users of DeFi Saver might experience unexpected crashes or unusual behavior when their web browser's automatic translation feature is enabled. This can be frustrating, and we understand you want a smooth experience. \
\
This issue isn't specific to DeFi Saver but is a known compatibility problem between how certain browser translation tools (like Google Translate) modify web pages and how React-based applications, like ours, manage their interactive elements.

<figure><img src="/files/Q9yXKmGzMasNUISr9m8H" alt=""><figcaption><p>Example of how a translator can cause broken UI elements.</p></figcaption></figure>

The technical reason behind these crashes is that when a browser's automatic translation is active, it can sometimes interfere with the underlying code structure of the DeFi Saver application. Our platform is built using React, a technology that efficiently updates and renders parts of the page as you interact with it. \
\
The translation tool, in its effort to translate text, can inadvertently alter or remove essential attributes from elements on the page that React relies on. When React then tries to update these elements, it can't find what it expects, leading to an error and a crash.

To prevent these crashes and ensure a stable experience on DeFi Saver, we recommend disabling automatic translation for our site. You can usually do this directly within your browser settings. \
\
For Google Chrome, for example, when you see the translate icon in the address bar, you can click it and choose "Never translate this site." If you encounter further issues, please don't hesitate to reach out to our support team for assistance.


---

# 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://help.defisaver.com/general/troubleshooting/issues-caused-by-in-browser-translators.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.
