# Create your first NFT app

Go to Catchon platform website.&#x20;

1. Click **connect wallet** with your preferred wallet. (Using metamask as an example here)

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

2\. Click **Launch app** to sign in website

<figure><img src="/files/9ZrLNdET6MiXuy09oQSc" alt=""><figcaption></figcaption></figure>

3\. Create a new NFT app (smart contract)

Click **add app** on left side tap to create my first NFT app.

A form will pop up. User needs to choose the app name, token name, token symbol, and collection size. Those configurations are unchangeable.

Click **Create my app** to create a new NFT smart contract.

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

4\. Set mint related configurations.

Go to **Configuration** tab. Then go to **Mint information** section. Click **edit button** on top-right.

A configuration form pops up. Choose the mint configurations as required. Click **Save** to confirm configurations.

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

5\. Set unrevealed image and information to show on NFT DEX

Go to **NFT unrevealed preview** section, and click **edit button** on top-right section. A configuration form pops up. Choose NFT name, description and unrevealed image. Click **next**, then click **Create** to confirm it.

<figure><img src="/files/K64D4yqXTAtajcrxnLIF" 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://catchonlabs.gitbook.io/catchon-labs/catchon-pad/create-your-first-nft-app.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.
