> 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/english-support/storage-type.md).

# Storage Type

Currently, the **Gemlogin** is available in two options: **Cloud Storage and Local Storage**, allowing users to choose the one that best suits their needs.

{% hint style="info" %}
The Cloud Storage in **GemPhoneFarm is currently under development** and will be available soon.
{% endhint %}

## Cloud VS Local <a href="#cloud-vs-local" id="cloud-vs-local"></a>

| Local Storage                                                            | Cloud Storage                                                                           |
| ------------------------------------------------------------------------ | --------------------------------------------------------------------------------------- |
| Stores profile data on the local machine where the program is installed. | Stores profile data on the cloud server, accessible from anywhere.                      |
| Requires manual backup or data transfer when switching devices.          | Automatic data synchronization, accessible from any device with the same account login. |
| Faster download speeds as data is stored locally on the PC.              | Download speed is stability affected by internet speed.                                 |
| for single users, or users who prioritize privacy.                       | for team usage, managing multiple accounts, and collaborating across users.             |

***

## Transfer Data from Local to Cloud Storage <a href="#transfer-data-from-local-to-cloud-storage" id="transfer-data-from-local-to-cloud-storage"></a>

* First, back up your profile data (.zip) from Local Storage to prepare for the transfer to the Cloud.
* After purchasing the Cloud Storage package, import the profile data (.zip) that was backed up in step 1.
* Once the data is successfully imported, it will be stored in Cloud Storage, and you no longer need to back it up again. This allows you to change to another device or access the data from other devices without re-importing.


---

# 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/english-support/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.
