> For the complete documentation index, see [llms.txt](https://ironmon.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ironmon.gitbook.io/docs/user-flow.md).

# User Flow

The IronMON experience is designed to be intuitive and engaging. Below is the step-by-step journey for users interacting with the platform:

![Basic UI](/files/QkIFn9aa6n1HnP8lMLSa)

1. **Visit the** [**IronMON Website**](https://testnet.ironmon.fun)
   * Upon arrival, users see:
     * A list of available dApps with titles and descriptions.
     * A silhouette of the robot NFT they can mint.
     * The total number of NFTs minted so far.
   * Without a wallet connected, no personal dApp usage data is visible.
2. **Connect a Wallet**
   * Users connect a supported wallet (e.g., OKX, MetaMask).
   * Once connected:
     * The site displays which dApps the user has interacted with.
     * Eligible robot components become selectable (highlighted via buttons or the robot silhouette).
3. **Select dApps for Robot Components**
   * Users choose dApps they’ve used to assign components (e.g., head, body) for their NFT.
   * After selection, the corresponding component images are revealed.
4. **Preview the Robot NFT**
   * As components are selected, a preview of the robot NFT is displayed.
     * If not all dApps in a category are used, the component appears in black-and-white.
5. **Mint the NFT**
   * Users pay 0.5 or 1 MON to mint their robot NFT.
   * For a user, duplicate dApp combinations cannot be minted again.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ironmon.gitbook.io/docs/user-flow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
