# Hub Groups

## 🔗 Creating a Hub Group:

1. Navigate to the **Community** page located in the left sidebar.
2. Hover over an existing hub group, click on the '+' icon, and select 'Create hub group'.

<div align="left"><figure><img src="/files/XXEdbNPcUI4dw9QxG82U" alt=""><figcaption></figcaption></figure></div>

3. Provide a name for the hub group.
4. Set the hub group permissions.
5. Click "Save" to create the hub.

🔒 **Hub Group Permissions:**

* **Public**: Displays and grants access to hubs in this group to all users on your platform.
* **Private:** Displays the hub group to all users on the platform but only grants access to hubs in this group to users who purchased access or were manually granted access by an admin.
* **Hidden**: Displays the hub group only to admins and grants access to hubs in this group only to them.

{% hint style="warning" %}
Currently, individual hubs cannot be locked; only hub groups can be locked. To lock a hub, you must lock all hubs within its group.
{% endhint %}

⬆️ **Upsells:**

When a Hub Group is set to **Private**, you can offer upsells to allow users to purchase access this hub group. There are two types of upsells:

* **Popup:** Displays a purchase popup when a user without access clicks the course. If they have a card on file, they can complete the purchase with a single click.
* **URL:** Redirects users without access to an external URL (e.g., a checkout or landing page) to purchase the course.

***

### Creating a Popup Upsell: <a href="#creating-a-popup-upsell" id="creating-a-popup-upsell"></a>

When selecting a popup as an upsell, you'll see the following fields:

1 - Access-Granting Digital Offer: Select the digital offer that provides access to this Hub Group.

2 - Paywall Call-to-Action: Specify the text for the button that will appear when a user without access views this Hub Group.

3 - Paywall Description (Optional): Add a brief description of what’s being sold to the user.

<figure><img src="/files/TXohtxKglLr1LB4gDLNF" alt=""><figcaption><p> Paywall Call-to-Action</p></figcaption></figure>

***

### Creating a URL Upsell: <a href="#creating-a-popup-upsell" id="creating-a-popup-upsell"></a>

When selecting a URL as an upsell, you'll see the following fields:

1 - Purchase URL: Enter the URL where users can purchase access to this Hub Group (e.g., a landing page or checkout page).<br>

2 - Paywall Call-to-Action: Specify the text for the button that will appear when a user without access views this Hub Group.


---

# 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://help.intellectra.io/manual/community/hub-groups.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.
