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

# Check Invitation Link of a DAO

## 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 Access Control** butto&#x6E;**.**

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

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

<figure><img src="/files/2qb3BkjMQyKxIhm7BLVR" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/5PpOAgCsozSP9XQ329Lf" alt=""><figcaption></figcaption></figure>

## **Check invitation link on Cwallet**&#x20;

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

<figure><img src="/files/Gtx24iT1J2FjatvH3PoV" 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 **#Dao** to view the invitation link and the QR code\
Or you may tap on a DAO group to visit its settings page.

![](/files/zkKxo6rMnJg78AYxXHcy)

**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 DAO group

![](/files/bk48wel4ne2mRiQpTxVy)

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

![](/files/7pIKScr1U4jBSxV6kl0I)

Also includes these formats that require coding: button, image, and link with customized text. Customize the information and you can embed it on your website.

![](/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/dao/check-invitation-link-of-a-dao.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.
