# Overview

**Feel free to improve or fix this docs. Markdown files are stored** [**here**](https://github.com/supadupadao/minter/tree/master/docs) **in repo.**

Following documentation describes design of *SupaDupa*Minter application. This application provides multiple features related to TON Blockchain and smart contracts on it.

### Contract DevTools

[See example](https://minter.supadupa.space/manage/kQC1I2HcAkUSfMCQCezbL9bVtC_kqnX-gQIToAqXJNTP7yVj)

Application provide auto generated UI for specified deployed smart contract. UI is generated based on smart contract ABI that loading from [TON Verifier](https://verifier.ton.org).Using this feature you can interact with TON smart contracts which doesn't have frontend.

It useful in following cases:

1. Testing your own smart contracts without having to create dApp frontend
2. Exploring operating principle of smart contracts in TON blockchain

Read more about this feature:

* [User guide](https://docs.supadupa.space/minter/devtools/userguide)
* [Developer guide](https://docs.supadupa.space/minter/devtools/developerguide)

### Jetton deploy

[See example](https://minter.supadupa.space/deploy/jetton)


---

# 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.supadupa.space/minter/readme.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.
