# Transaction Previews

When sending a transaction to another wallet or smart contract using Zeal, the Transaction Preview screen displays the wallet sending the transaction (your wallet), the token and value being sent, the wallet or smart contract receiving the transaction, associated network fees, and a list of [Safety Checks](/security-and-safety/transaction-safety-checks.md).

<br>

<figure><img src="/files/OAMdEsKu1mZGEZzvcmiy" alt=""><figcaption></figcaption></figure>

Even if all of the [Safety Checks](/security-and-safety/transaction-safety-checks.md) are not passed, you can still choose to submit the transaction. However, the Transaction Preview screen and [Safety Checks](/security-and-safety/transaction-safety-checks.md) provide an extra layer of security to help you identify any potential risks.

<br>


---

# 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.zeal.app/security-and-safety/transaction-previews.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.
