> 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-establish-a-subscription.md).

# How to Establish a Subscription

### To enable the subscription group, please follow the steps below

**1.** Invite [@Cwallet\_com\_Bot](https://t.me/cwallet_com_bot) or your exclusive bot to your group

**2.** Promote the bot to group admin with all admin permissions except **'Remain Anonymous'** and **'Add New Admins'.**&#x20;

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

**3.** Log in to [Cwallet](https://cwallet.com/) with your Telegram account and go to page **Bots** > **Telegram** **Bot.** Click the bot that you use in the group and click into the group from the list below to enter settings.

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

**4.** Click **Subscription** **or** **DAO**, select **Subscription** **Group**, start subscription group settings.

* **Add** **tier:** Configure some options for subscription plans. You can set up multiple plans for such as 1 day, 1 week, 1 month, etc.
* **Free** **Trail:** it is optional to select a free trail for a short time.
* **A Brief Description Of Your Group:** During the process of joining via bot, your group introduction will be displayed there.

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

**5.** Click **Publish** to save the changes and get the invitation link of your subscription group.

{% hint style="info" %}
You can embed Subscription to your site:&#x20;

When you finished and published the Subscription, find this **subscription code** in the dashboard or group list, and then customize the settings.&#x20;

{% endhint %}

<figure><img src="/files/8dvmIYQ5zAhpoJm8gcOu" alt=""><figcaption></figcaption></figure>

You can choose and customise the different types and settings and embed it on your website:&#x20;

<figure><img src="/files/uy8KNzEUrHfAjxB1FhKK" 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-establish-a-subscription.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.
