# Disable Preview

Before the on-chain confirmation (transaction signing) of each swap, we display an informational window showing the exchange rate frozen for the user and its conditions. This helps to see all selected settings and verify the correctness of the information and settings user entered before signing the transaction. Users can hide this message to save time between entering exchange information and signing the transaction by clicking the "Do not review for future transactions" button. All subsequent transactions will proceed without this informational window.

If the user did this by mistake or wants to restore this window, they need to uncheck the "Disable Preview" box in the settings. After this, the informational window will be displayed again.


---

# 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://docs.injex.fi/core-features/settings/disable-preview.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.
