# WOC Plugin

MNEE is fully supported by the [whatsonchain.com](https://whatsonchain.com/) block explorer and has a convenient plugin that makes inspecting MNEE transactions a breeze.

### Example Transactions

Production: <https://whatsonchain.com/tx/8246a52e12bf3066742f5bca6fc8b06531a07d551e9e7ba12dc4cbf279d50d79?tab=m8eqcrbs>

Sandbox: <https://whatsonchain.com/tx/7a2f10a7210d8d32ce379290fd6feee12fa862ec17c5760f8d21341b142d48a6?tab=m8eqcrbs>

{% hint style="warning" %}
Take note of the `tab` query param appended to the end of the example transaction URLs. We suggest always adding `?tab=m8eqcrbs` to any reference links within your application. This will automatically launch the MNEE plugin and give a nice clean view of the transaction for your users.
{% endhint %}

### Normal Usage

When searching for transactions directly, you can still access the plugin manually.

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

***

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

{% hint style="success" %}
The plugin supports both [production](https://whatsonchain.com/tx/8246a52e12bf3066742f5bca6fc8b06531a07d551e9e7ba12dc4cbf279d50d79?tab=m8eqcrbs) and [sandbox](https://whatsonchain.com/tx/7a2f10a7210d8d32ce379290fd6feee12fa862ec17c5760f8d21341b142d48a6?tab=m8eqcrbs) related transactions. Sandbox transactions are denoted as being test coins to avoid any confusion as shown below.
{% endhint %}

<figure><img src="/files/GenAqmqZi9ETckDR7kXp" 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.mnee.io/dev-tools/woc-plugin.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.
