# Moving From Chrome Application To Desktop Client

## Introduction video

{% embed url="<https://www.youtube.com/watch?v=Ioroe7HmpFU>" %}
Introduction video for moving data to the desktop client
{% endembed %}

## Step 1: Install the desktop client

Go to <https://install.advancedrestclient.com/install> to install the latest version of Advanced REST Client if you haven't already.

## Step 2: Export data from Chrome application

Open Chrome application. You can recognize it by a green banner in the left-bottom corner saying "**Install new ARC with new features!**"

In the top-right application menu, select Import and export data.

![Chrome application menu](https://2300023309-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LgJa7u7Cw8HjSR0oUlx%2F-Lrv7vPaYwiIN2tP3_Vb%2F-Lrv9HcRJDxPjAMCEKnX%2Fimage.png?alt=media\&token=27a5ab08-6830-421f-a869-07257ec71b17)

Click on the **Prepare data** button to create the export object. Depending on the amount of data it may take a minute or two.

![Export configuration options](https://2300023309-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LgJa7u7Cw8HjSR0oUlx%2F-Lrv7vPaYwiIN2tP3_Vb%2F-Lrv9hu_xWqmyqi2Qn5o%2Fimage.png?alt=media\&token=9adcd1ea-0f7f-4144-a59b-2c91ad4fed97)

On the next screen choose "Download file" tile.&#x20;

{% hint style="warning" %}
Do not export to Google Drive as the desktop client don't have access to the data created by Chrome application.
{% endhint %}

![Export destination options](https://2300023309-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LgJa7u7Cw8HjSR0oUlx%2F-Lrv7vPaYwiIN2tP3_Vb%2F-Lrv9vzapbsxMiLS7kRm%2Fimage.png?alt=media\&token=c17a423e-c307-45b1-a7e2-81effa00f451)

This opens a dialog to save the file on disk. Select any location to store the file. We will use this file later to import it into the desktop client.

## Step 3: Import data into the desktop client

Once the data export from Chrome application is ready, import it to the desktop client.

Open Advanced REST Client desktop application.

{% hint style="info" %}
At this point, your system tells you there are two Advanced REST Client applications installed: Chrome application and desktop client. The desktop client has a different application icon.
{% endhint %}

Select **File** > **Import data** from the application system menu.

![Import menu option in Advanced REST Client](https://2300023309-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LgJa7u7Cw8HjSR0oUlx%2F-Lrv7vPaYwiIN2tP3_Vb%2F-LrvBmF9Zj2S44YmGzZZ%2Fimage.png?alt=media\&token=8f4a3ee9-e885-49a4-a637-7990c5f2af69)

In the import screen, choose "Open from file" option and point to the file saved in the previous step. After the data are processed the import inspector screen is rendered.

The inspector screen contains a list of all data about to be imported to the application.

![Import data inspector](https://2300023309-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LgJa7u7Cw8HjSR0oUlx%2F-Lrv7vPaYwiIN2tP3_Vb%2F-LrvCgTH1JJuchfAeHmQ%2Fimage.png?alt=media\&token=4a241e19-f717-445e-9cc2-99c3b14ddb61)

You can ignore some data if you wish. When finished press the "Import data" button at the bottom of the screen. The "Data are now saved in the datastore" message should appear. The data are now moved to the desktop client.

## Step 4: uninstall chrome application

Don't get confused by having two applications installed in your system. Uninstall Chrome application using Chrome options. Open the `chrome://apps/` page and find the application in the list of applications. Right-click on the application icon and choose "**Remove from Chrome...**" option.

![Removing ARC from Chrome](https://2300023309-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LgJa7u7Cw8HjSR0oUlx%2F-Lrv7vPaYwiIN2tP3_Vb%2F-LrvDxZv0wWFD5O5wAVt%2Fimage.png?alt=media\&token=d6498f32-c71d-46ad-a361-8be5479e7f9a)

That's it. You have successfully migrated from Chrome application to the desktop client.


---

# 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.advancedrestclient.com/moving-from-chrome-application-to-desktop-client.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.
