# Badge Issuer

- [NFT Badge Mint](https://docs.nuvosphere.io/developer-guide/api-list/oauth2-owner/badge-issuer/nft-badge-mint.md): There are two API methods for you to Mint the NFT Badge for users. The recipients need to be Nuvo users and have NuvoPass
- [Update NFT Properties](https://docs.nuvosphere.io/developer-guide/api-list/oauth2-owner/badge-issuer/update-nft-properties.md)
- [Badge Detail](https://docs.nuvosphere.io/developer-guide/api-list/oauth2-owner/badge-issuer/badge-detail.md): Get the deployed NFT badge detail
- [Deployed NFT Badge List](https://docs.nuvosphere.io/developer-guide/api-list/oauth2-owner/badge-issuer/deployed-nft-badge-list.md): Get the list of all the deployed NFT badge
- [Upload Image](https://docs.nuvosphere.io/developer-guide/api-list/oauth2-owner/badge-issuer/upload-image.md): Upload NFT image
- [Deploy NFT Badge](https://docs.nuvosphere.io/developer-guide/api-list/oauth2-owner/badge-issuer/deploy-nft-badge.md): Deploy the NFT badge with start date, end date, NFT name, and contract name
- [NFT RP Upgrade](https://docs.nuvosphere.io/developer-guide/api-list/oauth2-owner/badge-issuer/nft-rp-upgrade.md): Upgrade the Reputation Power value with this api
- [Badge Query Data](https://docs.nuvosphere.io/developer-guide/api-list/oauth2-owner/badge-issuer/badge-query-data.md): Upgrade the Reputation Power value with this api


---

# 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.nuvosphere.io/developer-guide/api-list/oauth2-owner/badge-issuer.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.
