> For the complete documentation index, see [llms.txt](https://docs.ucollect.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ucollect.me/tutorials/ready-to-start/are-you-a-community-builder/loyalty-program/how-to-create-an-nft-as-a-badge.md).

# How to create an NFT as a Badge

**Let's start by creating an NFT to use as a badge. Users that will complete the tasks on your**

* **Click on your profile picture** in the top right corner of the page.
* Select "**Membership**" from the dropdown menu.
* Click on "**Create Membership**."  \*
* Choose "**Create a Token Membership**."
* Time to create! Here's **what to do next**:&#x20;

  a. Add a cover for your Badge. \
  b. Add the name of your Badge. \
  c. Specify the total number of badges you want to put for free OR select "Unlimited." \
  d. Select "Free."
* Click "**Next**."
* A summary of your badge will appear. If you are satisfied with how it looks, click on "**Next**." If not, go back and modify it.
* Once the magic is done and your membership is deployed, click "**Go to Token Memberships**" to view your newest one!

{% embed url="<https://youtu.be/A_GhTju8yv8>" %}
How to create an NFT as Badge
{% endembed %}


---

# 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://docs.ucollect.me/tutorials/ready-to-start/are-you-a-community-builder/loyalty-program/how-to-create-an-nft-as-a-badge.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.
