> For the complete documentation index, see [llms.txt](https://docs.hyperplay.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hyperplay.xyz/access-configs/how-to-token-gate-a-release-branch.md).

# How to token gate a Release Branch

## Creating a new token gated access config

1. After clicking on your game card on the home page or navigating directly to `https://developers.hyperplay.xyz/<account_name>/<project_name>/settings`, scroll down to "Networks & Tokens". Add your token contract.

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

2. Click "Access Configs"

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

3. Click "Create Access Config"

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

4. Enter an access config title, check "Requires Advanced token-gating configuration", and enter the required balance of tokens for each contract.

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

5. Navigate to `https://developers.hyperplay.xyz/<account_name>/<project_name>/settings`  directly or by clicking on your game card on the home page. Next, select the new access config in the dropdown for the desired channel. Click update. Now your release channel downloads will be gated by the selected access config.

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


---

# 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.hyperplay.xyz/access-configs/how-to-token-gate-a-release-branch.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.
