# Storage Type

Currently, the **GemAutomate Browser** program 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 **GemAutomate Phone is currently under development** and will be available soon.
{% endhint %}

### Cloud VS Local&#x20;

| **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.             |

***

### &#x20;Transfer Data from Local to Cloud Storage

* 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: 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://gemautomate.gitbook.io/manual/inception/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.
