# Issue Reputation NFTs

{% hint style="info" %}
To issue a reputation NFT, you must have already published at least one reputation calculation model and related dataset on Orange. Learn how to publish a [model](/developers/become-a-model-provider.md) and [dataset](/developers/become-a-data-provider.md).&#x20;
{% endhint %}

**Step 1:** Navigate to the [Reputation Studio](/user-guides/reputation-studio-overview.md) -> Menu -> Management -> Issued NFTs.

**Step 2:** Click on the "**New NFT**" button on the top right.

![](/files/UCJnaSfccSb0qK0GBNj5)

**Step 3:** Select a model for your NFT. Then click on the "**Next**" button.

{% hint style="info" %}
The model used here must be a one you have published in the Model explorer. You don't need to select the dataset used here since the system will automatically retrive the datsaet you associated with the model.
{% endhint %}

![](/files/sjNcRidRFBACGYKqSy7L)

**Step 4:** Fill in NFT details. The information will be shown to users after the NFT is published on the "**NFT Collection**" page. You can refer to details of [Crypto Whale](https://app.orangeprotocol.io/nft/1) as an example.&#x20;

Click on the "**Publish**" button when the content is ready.&#x20;

{% hint style="warning" %}
Once published, the details cannot be changed except the threshold score. Double check all information before you publish the NFT.&#x20;
{% endhint %}

![](/files/b8ZoY7ZdL4Bc8dszdGN8)

**Step 5:** The team will review your submitted content soon. The status of your NFT will be changed from "Under Review" to "Published" once the review is finished, and users can claim your NFT  from the "NFT Collection" Page.

![](/files/aK2ThPFrzA0P0WtOfMfY)


---

# 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.orangeprotocol.io/developers/issue-reputation-nfts.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.
