> For the complete documentation index, see [llms.txt](https://docs.zero-code.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zero-code.io/token-gater/token-gate-content-on-wix.md).

# Token Gate content on WIX

## How to Token Gate your content using Zero-Code and WIX?

Here's a step-by-step guide to creating a Token Gater using Zero-Code launchpad and integrating it into your developer environment on Wix:

**Step 1**: **Access Zero-Code Launchpad**&#x20;

Log in to your Zero-Code account or sign up if you're a new user. Once logged in, navigate to the launchpad section where you can find a variety of tools and features to build and manage your Web3 projects.

**Step 2: Create a Token Gater**&#x20;

Within the Zero-Code launchpad, locate the "Token Gater" feature. Click on it to begin the process of creating your token gater. You will be prompted to provide relevant details such as the name of the token and the conditions for access.

<div><figure><img src="/files/TZD97919ziA0v0VmIZTR" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ZaKoMrIHc4GduqukiNrx" alt=""><figcaption></figcaption></figure></div>

**Step 3: Configure Token Access Conditions**&#x20;

Define the conditions for accessing the gated content or features. This may include holding a specific token or meeting certain criteria, such as membership level or token balance. Set these conditions based on your desired requirements and goals.

<div><figure><img src="/files/lNgCWf96v14343Yng28p" alt=""><figcaption></figcaption></figure> <figure><img src="/files/qjEHpz0OnVV2UGf0EQkw" alt=""><figcaption></figcaption></figure></div>

**Step 4: Generate Token Gater Code**&#x20;

Once you're satisfied with the configuration and design, generate the code for your Token Gater. Zero-Code will provide you with a unique code snippet or integration instructions specific to your token gater.

![](/files/qvPjyTgJK7vRY8iDgT41)![](/files/sDdY1FNUnYrUSoKUh7ao)

**Step 5: Access Wix Developer Environment**&#x20;

Log in to your Wix account and access the developer environment. This area allows you to modify and integrate custom code into your Wix website.

<figure><img src="/files/bGOb5Oa1cRbjzeMWatFy" alt=""><figcaption></figcaption></figure>

**Step 6: Add Token Gater Code to Wix**&#x20;

Locate the section or page on your Wix website where you want to integrate the token gater. Add a new element or modify an existing one to include custom code. Paste the generated token gater code from Zero-Code into the appropriate section of your Wix website.

**Step 7: Preview and Test**&#x20;

Preview your Wix website to ensure that the token gater is functioning correctly. Test the access conditions by attempting to access gated content or features based on the defined requirements. Make any necessary adjustments or refinements if needed.

**Step 8: Publish and Launch**&#x20;

Once you're satisfied with the integration and testing, publish your Wix website to make the token gater live and accessible to your audience. Launch your Web3 project with confidence, knowing that the token gater is successfully implemented.

Congratulations! You have now created a token gater using Zero-Code launchpad and integrated it into your developer environment on Wix. Your audience can now access gated content or features based on the defined token access conditions, providing an enhanced and personalized experience within your Web3 project.


---

# 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.zero-code.io/token-gater/token-gate-content-on-wix.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.
