# Decoded Data

Den provides easy to understand views for common transaction types. For example, token transfers are displayed as:

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

Den decodes even the most complex transactions to make them easily human-readable. Parameters have a number of improvements to make them human readable, such as

* Numbers can be adjusted based on their decimals
* Addresses are labeled so you're not squinting at hex values
* Any parameter can be clicked to see where it appears in the underlying smart contract code

The below example is an OpenSea Seaport contract call, and can be interacted with [here](https://app.onchainden.com/safes/test/transactions/0x0196ef56a4f4fab14cf38dcbc6021d1b0e397541c50f3f5cea063a684015fb2c).

<figure><img src="/files/04lmlZ86sv6lFPfBaSFv" alt=""><figcaption></figcaption></figure>


---

# 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.onchainden.com/signing-and-executing/decoded-data.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.
