> For the complete documentation index, see [llms.txt](https://manual.gemlogin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.gemlogin.io/get-start/storage-type.md).

# รูปแบบการเก็บข้อมูล และตารางเปรียบเทียบราคา

ในปัจจุบันโปรแกรม Gemlogin เปิดให้บริการ 2 รูปแบบคือ Cloud Storage และ Local Storage เพื่อให้ผู้ใช้งานสามารถเลือกได้ตามความเหมาะสมที่ต้องการ&#x20;

{% hint style="danger" %}
ขณะนี้ระบบ Cloud Storage ใน GemPhoneFarm อยู่ระหว่างการพัฒนา และจะพร้อมให้บริการในเร็ว ๆ นี้
{% endhint %}

#### ตารางเปรียบเทียบความแตกต่างระหว่าง Cloud Storage และ Local Storage:

| รายการ                       | Local Storage                                                                 | Cloud Storage                                                             |
| ---------------------------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| การเก็บข้อมูล                | เก็บข้อมูลโปรไฟล์ในเครื่องที่ติดตั้งโปรแกรม                                   | เก็บข้อมูลโปรไฟล์ไว้บนเซิร์ฟเวอร์ สามารถเข้าถึงจากที่ไหนก็ได้             |
| การใช้หลายอุปกรณ์            | ต้องแบ็กอัพหรือย้ายข้อมูลเองเมื่อต้องเปลี่ยนเครื่อง                           | ซิงค์ข้อมูลอัตโนมัติ ใช้งานได้ทุกเครื่อง เพียงแค่ล็อคอินแอคเค้าท์เดียวกัน |
| ความเร็วในการดาวน์โหลดข้อมูล | ดาวน์โหลดข้อมูลเร็ว เพราะข้อมูลอยู่ในพื้นที่เครื่องที่ติดตั้งโปรแกรม (PC)     | อินเทอร์เน็ตมีผลต่อความเร็วในการดาวน์โหลดข้อมูล และความเสถียร             |
| เหมาะกับใคร                  | <p>เหมาะสำหรับการใช้งานคนเดียว, </p><p>ผู้ใช้ที่ต้องการความเป็นส่วนตัวสูง</p> | เหมาะสำหรับใช้งานแบบทีม, จัดการหลายบัญชีหลายคน                            |

***

## เปรียบเทียบราคาแบบ Local Storage กับ Cloud Storage&#x20;

#### แพ็กเกจรายเดือน (Monthly Package)

{% columns %}
{% column %}

<figure><img src="/files/uDaWAV7oZ73QB3hDbnyN" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/qib7yuie8zqD43VoXYRN" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

#### แพ็กเกจรายปี (Annually Package)

{% columns %}
{% column %}

<figure><img src="/files/bj9TPDDuxE1d8KK07FuS" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/zf80GPOnRPxybmVuHCRz" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

***

## ขั้นตอนการย้ายข้อมูลจาก Local Storage ไปยัง Cloud Storage

<details>

<summary><strong>การซิงค์ข้อมูล (Synchronize cloud)</strong></summary>

*หมายเหตุ: จำเป็นต้องมีแพคเกจ Local และ Cloud ในเวลาเดียวกัน*

1. เลือกโปรไฟล์ที่ต้องการสำรองข้อมูลทั้งหมด เเละไปที่ `Actions` จากนั้นเลือก `Synchronize cloud`

</details>

<details>

<summary><strong>การแบคอัพข้อมูล (Backup Files)</strong></summary>

1. ทำ[การแบ็กอัปข้อมูลโปรไฟล์](https://manual.gemlogin.io/get-start/change-device#backup-profiles)จาก **Local Storage** ให้เรียบร้อย เพื่อเตรียมข้อมูลสำหรับการย้ายไปยัง Cloud
2. เมื่อคุณได้ทำการซื้อแพ็กเกจ **Cloud Storage** แล้ว ให้ทำ[การนำเข้าข้อมูลโปรไฟล์](https://manual.gemlogin.io/get-start/change-device#import-profiles)ที่แบ็กอัปไว้ในขั้นตอนที่ 1
3. เมื่อคุณนำเข้าข้อมูลสำเร็จ ข้อมูลจะถูกเก็บไว้ใน **Cloud Storage** และคุณไม่จำเป็นต้องแบ็กอัปใหม่อีก หากต้องการย้ายเครื่อง หรือใช้งานจากอุปกรณ์อื่น

</details>

***


---

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

```
GET https://manual.gemlogin.io/get-start/storage-type.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.
