> For the complete documentation index, see [llms.txt](https://docs.cwallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cwallet.com/cwallet-bots/cwallet-bot-on-telegram/subscription/how-to-join-a-subscription-group.md).

# How to Join a Subscription Group

This content is exclusive to a part of the wider community that is more invested and engaged with your business.

**The following steps will guide you in joining:**

**1.** It is essential for a user to have an invitation link of a subscription group in order to join that group.&#x20;

Upon receiving the group link, joining a subscription group requires completing payment of subscription fees.

**2.** Click on the invitation link you received to start a conversation with bot. Click on **Start.**

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

**3.** Select a subscription plan and click the **Tiers** button.&#x20;

<figure><img src="/files/72hQQiWZ1qVGt1AL9Do9" alt=""><figcaption></figcaption></figure>

**4.** In order to pay for the subscription fee, you need to choose a token for the payment method.&#x20;

<mark style="color:red;">**Note**</mark>: If you select Cwallet, you will pay via Cwallet internal transfer without fees.

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

**5.** Scan this QR code with your wallet or input this deposit address to make a payment

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

**6.** Once the payment has been completed, you will successfully subscribe to and enter the group by clicking **Join** **Group.**

<figure><img src="/files/1m3ksOIYSmnQwPndny7Q" 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.cwallet.com/cwallet-bots/cwallet-bot-on-telegram/subscription/how-to-join-a-subscription-group.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.
