# Welcome to the Electrum Wallet Documentation!

* ### GUI AND BEGINNERS

{% content-ref url="/pages/a3mnAQF3C2V0XDQaK3ky" %}
[Frequently Asked Questions](/electrum-bitcoin-wallet-documentation/gui-and-beginners/frequently-asked-questions.md)
{% endcontent-ref %}

{% content-ref url="/pages/gsOzR10DEHMpnaZXmmIT" %}
[Invoices](/electrum-bitcoin-wallet-documentation/gui-and-beginners/invoices.md)
{% endcontent-ref %}

{% content-ref url="/pages/0lqxX5tH9k4kjlwIiQaa" %}
[Two Factor Authentication](/electrum-bitcoin-wallet-documentation/gui-and-beginners/two-factor-authentication.md)
{% endcontent-ref %}

{% content-ref url="/pages/wp6GpjNYCQubcy6gVTRe" %}
[Multisig Wallets](/electrum-bitcoin-wallet-documentation/gui-and-beginners/multisig-wallets.md)
{% endcontent-ref %}

{% content-ref url="/pages/vpQ4NGQRIVh5CGCuuBYB" %}
[Cold Storage](/electrum-bitcoin-wallet-documentation/gui-and-beginners/cold-storage.md)
{% endcontent-ref %}

{% content-ref url="/pages/vR9CYnIEIcFNFK7vW4xO" %}
[Setting Up Hardware Wallets on Linux](/electrum-bitcoin-wallet-documentation/gui-and-beginners/setting-up-hardware-wallets-on-linux.md)
{% endcontent-ref %}

{% content-ref url="/pages/5wc5gNa6PSMPI5BIkZz6" %}
[How to Update Electrum on Tails](/electrum-bitcoin-wallet-documentation/gui-and-beginners/how-to-update-electrum-on-tails.md)
{% endcontent-ref %}

{% content-ref url="/pages/TtWdpa9h5H8SdLmRZ5Im" %}
[Plugins](/electrum-bitcoin-wallet-documentation/gui-and-beginners/plugins.md)
{% endcontent-ref %}

{% content-ref url="/pages/FAlh15fbjzqseiAw0dmI" %}
[Malware and How to Avoid Losing Your Money](/electrum-bitcoin-wallet-documentation/gui-and-beginners/malware-and-how-to-avoid-losing-your-money.md)
{% endcontent-ref %}

* ### ADVANCED USERS

{% content-ref url="/pages/zdf4rpbOZqEhPwEoYOrG" %}
[Command-Line Cold Storage](/electrum-bitcoin-wallet-documentation/advanced-users/command-line-cold-storage.md)
{% endcontent-ref %}

{% content-ref url="/pages/8DSkM7ZhrpySX5bSd9DG" %}
[Splitting Coins After a Bitcoin Fork with Electrum](/electrum-bitcoin-wallet-documentation/advanced-users/splitting-coins-after-a-bitcoin-fork-with-electrum.md)
{% endcontent-ref %}

{% content-ref url="/pages/HIWPN1Mcbl9vaQdVmOKn" %}
[Using Electrum Through Tor](/electrum-bitcoin-wallet-documentation/advanced-users/using-electrum-through-tor.md)
{% endcontent-ref %}

{% content-ref url="/pages/5gQoApc8eZsapWSKUjbY" %}
[Verifying GPG signature of Electrum using Linux command line](/electrum-bitcoin-wallet-documentation/advanced-users/verifying-gpg-signature-of-electrum-using-linux-command-line.md)
{% endcontent-ref %}

* ### DAEMON AND COMMAND LINE

{% content-ref url="/pages/ykzVz8AaJkc8Egdi4dZo" %}
[Command Line](/electrum-bitcoin-wallet-documentation/daemon-and-command-line/command-line.md)
{% endcontent-ref %}

{% content-ref url="/pages/tIMrrdujR5YHhgtRxP60" %}
[How to configure SSL with Electrum](/electrum-bitcoin-wallet-documentation/daemon-and-command-line/how-to-configure-ssl-with-electrum.md)
{% endcontent-ref %}

{% content-ref url="/pages/iJ2Zc5ZyluAqAFlxOqSK" %}
[Accepting Bitcoin Payments on Your Website](/electrum-bitcoin-wallet-documentation/daemon-and-command-line/accepting-bitcoin-payments-on-your-website.md)
{% endcontent-ref %}

{% content-ref url="/pages/hm6Rc6Xw7tnHCe6s7XEa" %}
[Setting Up a Watchtower](/electrum-bitcoin-wallet-documentation/daemon-and-command-line/setting-up-a-watchtower.md)
{% endcontent-ref %}

{% content-ref url="/pages/0hShgZys6Pho9IozYIxh" %}
[JSON-RPC Interface](/electrum-bitcoin-wallet-documentation/daemon-and-command-line/json-rpc-interface.md)
{% endcontent-ref %}

* ### FOR DEVELOPERS

{% content-ref url="/pages/vqLBJj3uDysYJKXkmgss" %}
[The Python Console](/electrum-bitcoin-wallet-documentation/for-developers/the-python-console.md)
{% endcontent-ref %}

{% content-ref url="/pages/sRTt7x3Yoehq2W5o4YjI" %}
[Simple Payment Verification](/electrum-bitcoin-wallet-documentation/for-developers/simple-payment-verification.md)
{% endcontent-ref %}

{% content-ref url="/pages/reMfn2EF0xoIXQxBJlJp" %}
[Electrum Seed Version System](/electrum-bitcoin-wallet-documentation/for-developers/electrum-seed-version-system.md)
{% endcontent-ref %}

{% content-ref url="/pages/TJzPOsHfqkn2V13ufFiP" %}
[Serialization of Unsigned or Partially Signed Transactions](/electrum-bitcoin-wallet-documentation/for-developers/serialization-of-unsigned-or-partially-signed-transactions.md)
{% endcontent-ref %}

{% content-ref url="/pages/oUmZwWVlPEVVjojaSHbX" %}
[Plugin rules](/electrum-bitcoin-wallet-documentation/for-developers/plugin-rules.md)
{% endcontent-ref %}

{% content-ref url="/pages/Ncc5k7mDO6RwDXCbTnyX" %}
[Version bytes for BIP32 extended public and private keys](/electrum-bitcoin-wallet-documentation/for-developers/version-bytes-for-bip32-extended-public-and-private-keys.md)
{% endcontent-ref %}


---

# 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://electrum-docs.gitbook.io/electrum-bitcoin-wallet-documentation/welcome-to-the-electrum-wallet-documentation.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.
