> For the complete documentation index, see [llms.txt](https://miracleplay.gitbook.io/miracleplay_2.0apex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://miracleplay.gitbook.io/miracleplay_2.0apex/dnft-minting-guide/dnft-minting-1.md).

# dNFT Minting

### Step 1. Navigate to the AI AGENT&#x20;

> Click the "MY AI AGENT" button

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

### Step 2. "My AI AGENT" page

> Click the "CREATE AI AGENT" button

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

### Step 3. Customize & Minting

> 1. Set your **car name**, then click the **"Check ID"** button to verify availability.
> 2. Choose the car type and color from the available options.
> 3. **Distribute the 30 Stat Points** to enhance your car's performance.
> 4. Once the stat distribution is complete, click the **"Mint AI Agent dNFT"** button.
> 5. You can view your owned dNFTs on the **"MY AI AGENT"** page.

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

### Step 4. MY AI AGENT

> Manage your owned dNFTs, view their stats and match history, and analyze their performance.

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

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


---

# 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://miracleplay.gitbook.io/miracleplay_2.0apex/dnft-minting-guide/dnft-minting-1.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.
