# Specify Minting

{% hint style="info" %}
Minting Types are compatible with Placeholder. For instance, you can use Specify Minting along with Placeholder to temporarily hide and reveal the metadata later.
{% endhint %}

Using this minting type, NFTs are minted and chosen by the user. If you don't use a placeholder, it is a way to let your users select the NFTs they like.

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

{% hint style="danger" %}
Although possible, it is not recommended for extensive collections, as it may make it difficult for the user to choose the desired NFT.
{% endhint %}

<figure><img src="/files/WOgqP1L6TIEj12UZkBfG" 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://mintpad.gitbook.io/docs/features/minting-types/specify-minting.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.
