# Getting started

### **Step 1. Copy any smart contract URL from a Block Explorer (e.g., Etherscan).**

Let's say, you want to generate documentation for usdt token. You can either copy the URL or use the Decipher Chrome Plugin, which makes the generation process simpler.&#x20;

<figure><img src="/files/x311qoIA5gvB1Am8PGn8" alt=""><figcaption><p>USDT token</p></figcaption></figure>

### **Step 2. Paste the URL into the above product page and generate the docs**

Go to the official site <https://www.bunzz.dev/decipher> and paste the URL into the form and click "Go".&#x20;

<figure><img src="/files/M0fPhv84TV1DedPofgPJ" alt=""><figcaption><p>Landing Page</p></figcaption></figure>

### Step 3. You will be redirected to the document page and now you can understand the details of contracts and share it with the team.

<figure><img src="/files/q2HdZQOMvLKswkfqQdTJ" alt=""><figcaption><p>Bunzz Decipher</p></figcaption></figure>

And that's it! Now in your hand's generated document. Congratulations! 🎉&#x20;


---

# 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/getting-started.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.
