> For the complete documentation index, see [llms.txt](https://wiki.pandacoin.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.pandacoin.tech/support/support-guide.md).

# Support Guide

## Support Guide

Practical how-tos for the things most people need to do with their Pandacoin wallet. If you're new, start with **download** → **backup**. Everything else can come later.

### Getting started

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>⬇️ <strong>Download the wallet</strong></td><td>Grab the official Pandacoin wallet for Windows, macOS, or Linux.</td><td></td></tr><tr><td>💾 <strong>Back up your wallet</strong></td><td>Do this right after you create a wallet. No backup, no recovery.</td><td></td></tr></tbody></table>

{% hint style="warning" %}
**Back up before you put real PND in.** If you lose the wallet file and don't have a backup, the coins are gone — nobody can recover them for you.
{% endhint %}

### Recovery and migration

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>🔑 <strong>Get private keys from backup</strong></td><td>Pull the keys out of an older backup so you can re-import them.</td><td></td></tr><tr><td>📥 <strong>Import wallet (desktop)</strong></td><td>Bring an existing wallet or private keys into the desktop client.</td><td></td></tr><tr><td>📱 <strong>Export / import Android wallet</strong></td><td>Move your wallet between phones, or between mobile and desktop.</td><td></td></tr></tbody></table>

### Extras

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>🤖 <strong>Telegram Bot</strong></td><td>Receive, store, and tip Pandacoins directly inside Telegram.</td><td></td></tr></tbody></table>

### Can't find what you need?

{% hint style="info" %}
Ask in [Telegram](https://t.me/pandacoin) — someone from the community will walk you through it. Also worth checking the **FAQ** for the short-answer stuff.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.pandacoin.tech/support/support-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
