# Using the Flits Extraction Tool

### Downloading the Flits Extraction Tool

#### Step 1

* Go to [<mark style="color:blue;">**https://github.com/decenomy/flits-extraction-tool**</mark>](https://github.com/decenomy/flits-extraction-tool)&#x20;
* Navigate to 'Releases' and select the option with the '**Latest**' tag

<figure><img src="/files/DyVkqFD3322Ynr8lkWrx" alt=""><figcaption></figcaption></figure>

#### Step 2

* Download the HTML file onto your PC by clicking on '**flits-extract.html**'

<figure><img src="/files/vSPIFPDry4x8xoCMdjWB" alt=""><figcaption></figcaption></figure>

### Running Flits Extraction Tool

#### Step 1

* Next, locate the HTML file we downloaded in the previous step and open it with a web browser&#x20;
* Read through the safety instructions and click on 'I understand and made sure I'm safe'

<figure><img src="/files/af0KDghhUBlsElQIUp4T" alt=""><figcaption></figcaption></figure>

#### Step 2

* Watch a quick visual of the extraction and importing process&#x20;
* Click on 'Take me to the tool' to begin

<figure><img src="/files/70BbMpiNYZrW61SbJLmw" alt=""><figcaption></figcaption></figure>

#### Step 3

* Enter your Flits Wallet Seed phrase
* Select the coin you want to extract the private key. In this guide, we choose SAPP
* Copy the private key of the address you want to extract

<figure><img src="/files/XLDzxZAsanolQk5eIzBx" alt=""><figcaption></figcaption></figure>

### Importing your private key into the desktop wallet

#### Step 1

* Open the SAPP desktop wallet&#x20;
* Go to Settings, Debug, and then Console

<figure><img src="/files/ItJnWEuJsaVIRsNhxwVk" alt=""><figcaption></figcaption></figure>

#### Step 2

* Enter `importprivkey yourprivatekey` into the console, as seen in the image below
* Press 'enter' on your keyboard to import your wallet

<figure><img src="/files/GKcdfqFPn6n6v3ueslWT" alt=""><figcaption></figcaption></figure>

Kindly note that this guide is valid for all Decenomy coins. However, with non-Decenomy coins like Bitcoin, Litecoin, and DogeCoin, you must recover your funds using dedicated wallets.


---

# 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.decenomy.net/tutorials/flits-wallet-app/using-the-flits-extraction-tool.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.
