# Token Access In Collections

**Token access** or **token gate** is a utility feature that allows users to create an exclusive, gated experience for their NFT holders.

You can create Token Access pages for each token or range of tokens. For example, holders of NFTs #1 to #5 from your collection/drop can access certain special/exclusive content, while holders of NFTs #6 to #100 can access general (standard) content. This is similar to [OpenSea Unlockables](https://support.opensea.io/hc/en-us/articles/1500011542482-What-makes-a-great-NFT-offering-).

This experience can include messages, embedded URL content (images, audio, videos, and other forms of embeddable media content), or a redirection to another URL. After creating it, you can share the link with your NFT holders for immediate access. This is perfect for any content creator, including visual artists, musicians, bloggers, vloggers, photographers, filmmakers, influencers, and more!

**Creation: Token Access**

You can create Token Access directly inside your Drop dashboard under the \[Token Access Tab]

You can only change the ***Name, Access Type & Description***

Select the details on the Access Type you want to provide to your token holders.

All Tokens in the Contract or specific tokens listed

This is where you can add your content, such as a link, image, or access to another webpage

<figure><img src="/files/B5FF5SfcG89Fef2C2Cj2" alt=""><figcaption><p>Token Access Content</p></figcaption></figure>

{% hint style="info" %}
NiftyKit text area boxes can be customized and styled using[ Markdown](https://www.notion.so/docs-niftykit-com-0af1c11518674c64b81457bee9b5a557).
{% endhint %}

<figure><img src="/files/S4e3u5cmAdofBQGO1KdT" alt=""><figcaption><p>Token Access Summary</p></figcaption></figure>

Here are the required fields for your Token Access Details:

**Name -** Write in the name for your token access

**Description -** Write in the description for your unlockable content


---

# 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.niftykit.com/customize-your-experience/token-access-in-collections.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.
