> 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/check-invitation-link-of-a-subscription-group.md).

# Check Invitation Link of a Subscription Group

**The invitation link for a Dao differs from the link for a group.** If you are the owner or have permission to view group settings, you can find the invitation link for Dao on the following page.

## Check the link on Telegram:

**1.** Dm [@Cwallet\_com\_Bot](https://t.me/cwallet_com_bot) or your exclusive bot, and click the button **Group** **Management.**

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

**2.** Click **Group Monetization.**

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

**3.** Select your group, or click **Next** to view more group.

<figure><img src="/files/1OboS0KEA3fPSVxg4rsl" alt=""><figcaption></figcaption></figure>

**4.** Here are the details of the subscription group.

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

## Check the link on Cwallet:

* <mark style="color:blue;">**You may check it on the bot dashboard**</mark>

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

* <mark style="color:blue;">**You may check it on app**</mark>

**1.** On the **Telegram** **Bot** page, tap the QR code on the right side of the group displayed as **#Group Subscription** to view the invitation link and the QR code\
Or you may tap on a subscription group to visit its settings page.

![](/files/RMJAqFOuWvwaDSgNXx2O)

**2.** Enter the group settings page, please tap the QR code icon in the upper right corner of the settings page, where you will see the invitation link and the invitation QR code of the subscription group

![](/files/bk48wel4ne2mRiQpTxVy)

The invitation link will display as follows: link, QR code

![](/files/tIOunbS0avNCa8jSOlFx)

Also includes these formats that require coding: button, image, link with customized text.

![](/files/GpHW9DDt4tOrlGVrNTAh)


---

# 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/check-invitation-link-of-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.
