# DeCipher Chrome Extension

#### Step 1. **Install the** [**DeCipher Chrome Extension**](https://chrome.google.com/webstore/detail/bunzz-decipher/ekkgjdbkmlcaepohenggjpfadklklpaj?hl=en\&auth) **to your Google Chrome**

#### Step 2. Go to your favorite block explorer and go to any contract.

📄List of available Block Explorers:

* Ethereum Mainnet: [Etherscan](https://etherscan.io/)&#x20;
* Polygon Mainnet: [PolygonScan](https://polygonscan.com/)&#x20;
* BSC Mainnet: [BscScan](https://bscscan.com/)&#x20;
* Arbitrum Mainnet: [Arbitrum Block Explorer](https://explorer.arbitrum.io/)&#x20;
* Avalanche Mainnet: [Avalanche Explorer](https://cchain.explorer.avax.network/)&#x20;
* Optimism Mainnet: [Optimism Explorer](https://optimistic.etherscan.io/)&#x20;
* Moonbeam Mainnet: [Moonscan](https://moonscan.io/)&#x20;
* Moonriver Mainnet: [Moonriver Subscan](https://moonriver.subscan.io/)&#x20;
* Fantom Opera Mainnet: [FtmScan](https://ftmscan.com/)

#### Step 3. The Bunzz Decipher extension will show a floating button on that contract page.

#### Step 4. Click the button to generate documentation for that contract

<figure><img src="/files/pPQDtvsG9hAamGXIMMns" 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.bunzz.dev/product-docs/introduction/decipher/decipher-chrome-extension.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.
