# MMO Feature - Make Money Online

### Overview

**MMO Feature** allows users to automatically convert product links in forwarded messages into affiliate links, earning commission from supported e-commerce platforms.

### UI Structure

<figure><img src="https://3402573870-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FddnL4cgrrb4y0Pnwxc5r%2Fuploads%2FXyMWs8cCD2xa4CDRzV7j%2Fimage.png?alt=media&#x26;token=a05c7b57-4189-49e9-be5f-bd4e5470f052" alt=""><figcaption></figcaption></figure>

### Supported Platforms

#### 1. Amazon Affiliate

* **Config**: Amazon Tag (e.g., `mystore-20`)
* **Auto Product Info**: Fetch product title, price, rating automatically
* **Color**: Orange

#### 2. Awin Affiliate

* **Config**: Awin Affiliate ID
* **Color**: Blue

#### 3. eBay Partner Network

* **Config**: eBay Campaign ID
* **Color**: Red (#E53238)

#### 4. AliExpress Affiliate

* **Config**: AliExpress Tracking ID
* **Color**: Red (#FF4747)

#### 5. Shopee Affiliate

* **Config**: Shopee Affiliate ID
* **Color**: Orange (#EE4D2D)

### How It Works

```
Original Message:
"Check this product: https://amazon.com/product/B08XYZ123"

After Processing:
"Check this product: https://amazon.com/product/B08XYZ123?tag=mystore-20"
                                                          ^^^^^^^^^^^^^^^^
                                                          Affiliate tag added
```

### Features by Platform

#### Amazon

* Link conversion with affiliate tag
* Optional auto-fetch: product name, price, rating
* Works with all Amazon domains (.com, .co.uk, .de, etc.)

#### Awin

* Universal link conversion for Awin partners
* Supports multiple merchants (ShareASale, Rakuten, etc.)

#### eBay

* Campaign ID tracking
* Works with eBay global marketplace

#### AliExpress

* Tracking ID injection
* Deep link generation

#### Shopee

* Affiliate ID tracking
* Regional marketplace support (SG, MY, TH, VN, PH)

### Use Cases

#### Use Case 1: Product Review Channel

```
Enable: Amazon + eBay
→ All product links automatically converted to affiliate links
→ Earn commission on purchases
```

#### Use Case 2: Deal Hunter Bot

```
Enable: AliExpress + Shopee
→ Forward deals from deal channels
→ Add affiliate tracking to all links
```

#### Use Case 3: Multi-Platform Store

```
Enable: All platforms
→ Forward from supplier channels
→ Auto-convert all product links
```

#### Header

* Icon: Monetization (dollar sign)
* Title: "MMO Feature"
* Description: Feature overview

#### Platform Cards

Each platform has:

* **Brand Color**: Platform-specific color scheme
* **Toggle Switch**: Enable/disable platform
* **Input Fields**: Platform-specific IDs/tags
* **Helper Text**: Setup instructions

### Benefits

* **Passive Income**: Earn commission automatically
* **Multi-Platform**: Support 5 major e-commerce networks
* **Zero Manual Work**: Auto-convert all links
* **Transparent**: Original message preserved
* **Flexible**: Enable/disable per platform

### Setup Guide

1. **Register Affiliate**: Sign up for affiliate program
2. **Get ID/Tag**: Copy your affiliate identifier
3. **Enable Platform**: Toggle switch ON
4. **Enter ID**: Paste affiliate ID/tag
5. **Save**: Tap "Save" button
6. **Done**: All product links auto-converted


---

# Agent Instructions: 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:

```
GET https://docs-v2.autoforwardtelegram.com/modify-content/mmo-feature-make-money-online.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
