# Private Key Management

Any actions related to private keys are performed in **Abot.dog Cloud**, our dedicated Web App. Abot.dog Cloud ensures that your private keys are kept safe and never get leaked in Telegram chat logs.&#x20;

{% hint style="info" %}
Abot.dog Cloud - our Web App dedicated to private key management - can only be accessed through our Telegram bot. Access via Abot.dog X will come at a later time.
{% endhint %}

### How to access

* `/menu` in the Telegram bot.
* Click `⚙️ Settings`.
* Click `Replace Wallet`, `Import Wallet`, or `Private Keys` as desired.

### Securing your keys

* Add an additional layer of security to your private keys by **adding a password**.
* Go to `⚙️ Settings` > `Set Password`
* After setting a password, your private keys cannot be exported without the correct password being entered.
* <mark style="color:yellow;">You must remember your password. There is no password recovery process if you forget.</mark>&#x20;

### Interface

{% tabs %}
{% tab title="Replace Wallet" %}

* **Replace Wallet** is used to generate a new ABOT.DOG trading wallet, and have it replace your chosen wallet.
* Simply choose which wallet you want to replace in order to proceed.
* <mark style="color:yellow;">Your wallet will be replaced immediately and permanently upon clicking</mark> <mark style="color:yellow;"></mark><mark style="color:yellow;">**w1**</mark><mark style="color:yellow;">,</mark> <mark style="color:yellow;"></mark><mark style="color:yellow;">**w2**</mark> <mark style="color:yellow;"></mark><mark style="color:yellow;">or</mark> <mark style="color:yellow;"></mark><mark style="color:yellow;">**w3**</mark>
  {% endtab %}

{% tab title="Import Wallet" %}

* Secure, temporary links to ABOT.DOG Cloud are generated for you upon  accessing this screen.
* Clicking **Import Wallet** will open ABOT.DOG Cloud within your Telegram window, as below.
* If you're having an issue, you can try **Regenerate Link** to have new access links created.

***

* Select the wallet you want to replace
* Provide the private key of the wallet you are importing. Some users mistakenly try to import their **seed phrase**. Be mindful to import your **private key**, which looks like `0x...`&#x20;
* <mark style="color:yellow;">Your chosen wallet will be replaced immediately and permanently upon clicking</mark> <mark style="color:yellow;"></mark><mark style="color:yellow;">**Import Wallet**</mark><mark style="color:yellow;">.</mark>
  {% endtab %}

{% tab title="Private Keys" %}

* Secure, temporary links to ABOT.DOG Cloud are generated for you upon  accessing this screen.
* Clicking **View Private Keys** will open ABOT.DOG Cloud within your Telegram window, as below.
* If you're having an issue, you can try **Regenerate Link** to have new access links created.

***

* Click **Decode Private Key** to burn your single-use access link and view your private keys.

***

* Hover over the blurred panel to reveal your private keys.

{% endtab %}
{% endtabs %}


---

# 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.abot.dog/greater-than-product-guides/private-key-management.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.
