# Add Additional Tokens or Conditions

*Hubz* allows you to define more advanced access rules by adding additional tokens to your group's access requirements. This lets you combine multiple conditions to control who can access your group.

When adding more than one token, you can choose how the requirements are evaluated using **AND** or **OR** logic.

{% hint style="info" %}
**Important**: When adding more than one token, you can choose how the requirements are evaluated using **AND** or **OR** logic.
{% endhint %}

***

1. &#x20;In **Manage Group**, open your existing **Gated Group Access** configuration.
2. Tap **Add Additional Required Token**.
3. Select the blockchain network and token you want to add.
4. Choose how the new token is evaluated:

* **AND** to require all tokens
* **OR** to allow any qualifying token

5. Set the required amount for the additional token.
6. Save your changes to update the access rules.

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

#### Access Links (Buy or Earn)

When configuring Gated Group Access, you can provide a link for users who do not meet the required token or NFT conditions. This link appears when access is denied, giving users a clear next step instead of a dead end.

Within each **Required Token** section, use the **Access** dropdown to choose how users can obtain the asset.

#### Options

* **Buy**\
  Direct users to a marketplace or exchange where the required token or NFT can be purchased.
* **Earn**\
  Link to a page where users can earn the asset through tasks, rewards, or community participation.

After selecting **Buy** or **Earn**, paste the relevant URL and tap **Save** to apply the changes.

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

#### Confirmation

Once saved, Gated Group Access will show as **Enabled**, and your configured token requirements (including any AND / OR logic) will appear in the group overview. This confirms that gating is active and your access rules are live.


---

# 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://hubz-1.gitbook.io/hubznetwork/core-modules/gated-group-access-setup/add-additional-tokens-or-conditions.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.
