# Customizing Passes

After you’ve finished creating your project, click **Save project** and move to **Passes** page.

You can create various types of NFT passes for your project, each with its own unique features and price. It can be one or more passes.

To create a pass, choose light or dark theme, give it **Title** and **Description**(optional) and upload an **Image**.&#x20;

<figure><img src="/files/F9Ai6HAYvEUN9VncJah2" alt="" width="563"><figcaption></figcaption></figure>

Now set **Price** for a pass or make it available for free mint. The payment currency will be chosen based on your previous selection.&#x20;

{% hint style="info" %}
You will be able to change Prices only via transaction on the blockchain.
{% endhint %}

<figure><img src="/files/V52g8YNmLh9WDvaEWFdu" alt="" width="380"><figcaption></figcaption></figure>

Then, set the pass's **Supply**, **Period** of validity, and **Number of uses**. You can choose unlimited for all these settings if you want.&#x20;

{% hint style="info" %}
You won't be able to change Supply, Period of validity, and Number of uses later.
{% endhint %}

<figure><img src="/files/pph9oVNJMl2LhwbAhdtp" alt="" width="386"><figcaption></figcaption></figure>

You can add promocodes to allow mint with discount or free mint of your passes. If you choose to **Add Promocode** you need to specify Name, Percentage of discount and Supply.

<figure><img src="/files/UMyKD3UzekNhgHKKvdQd" alt="" width="381"><figcaption></figcaption></figure>

Lastly, specify Properties - any unique value that the pass gives its holder. To **Add Property** you need to specify Name and Value.

<figure><img src="/files/UBfsM6gT7XXO1sU6nUFd" alt="" width="380"><figcaption></figcaption></figure>

To create one more pass click **+**.&#x20;

<figure><img src="/files/uRiOiHecR6xH46GVNWHa" alt="" width="563"><figcaption></figcaption></figure>

**WHAT’S NEXT**

Next step is to publish your project on the blockchain.

{% content-ref url="/pages/Fnpzgj9B1HOe1ozwpLes" %}
[Publishing a Project](/getpass/getting-started/publishing-a-project.md)
{% endcontent-ref %}


---

# 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.getpass.io/getpass/getting-started/customizing-passes.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.
