> For the complete documentation index, see [llms.txt](https://dechat.gitbook.io/dechat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dechat.gitbook.io/dechat/overview/dechat-ai-store/how-to-buy-ai-service.md).

# How to buy AI Service

### 1. Accessing the AI Store

* Open the DeChat mobile **APP**
* Navigate to the **AI Store**
* Select the **AI service** you wish to purchase.&#x20;

\*Currently available AI services include **DeChatGPT**, **AI Assistants**, and **AI Translator.**

<figure><img src="/files/yrw1Lc66f3PnE0lo5zUy" alt="" width="160"><figcaption></figcaption></figure>

### 2. Initiating the Purchase

Click "**Try For Free**" to proceed with the purchase, and you will be redirected to the order page.

<figure><img src="/files/W2ktsAIoPjHlk9kKKvNH" alt="" width="160"><figcaption></figcaption></figure>

### 3. Connecting a web3 crypto wallet&#x20;

You can use a **BSC** address different from the one linked to the app for payment.&#x20;

<figure><img src="/files/s1axT0xFNlcYc4zzBogY" alt="" width="375"><figcaption></figcaption></figure>

### 4. Selecting Payment Options&#x20;

1. Select the **billing mode** and **payment method**&#x20;
2. Enter the **Activate Wallet Address**.

<figure><img src="/files/qTwcL6v1ks1ArYefE4EK" alt="" width="162"><figcaption></figcaption></figure>

### 5. Completing the Payment&#x20;

Click "**Paying**" to proceed to payment via your crypto wallet.

<figure><img src="/files/KFUlper1jYK67L21odYa" alt="" width="162"><figcaption></figcaption></figure>

### 6. Activating the Service

1. After a successful purchase, click **"Use Now"** in the order details.&#x20;
2. To use the **group assistant** feature, you need to bind it to the specific group where you intend to use it.

<figure><img src="/files/udXTcORwIUeIblu3xufB" alt="" width="162"><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://dechat.gitbook.io/dechat/overview/dechat-ai-store/how-to-buy-ai-service.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.
