# ONBOARDING GUIDE

- [Introduction](https://docs.payram.com/onboarding-guide/introduction.md)
- [Root Account Setup](https://docs.payram.com/onboarding-guide/root-account-setup.md): In this section, you’ll complete the initial setup for your root account, which serves as the main administrator account for your PayRam server. By the end, your root account will be ready to manage a
- [Node Details Configuration](https://docs.payram.com/onboarding-guide/node-details-configuration.md): In this section, you will configure the node details of the blockchain where you want to accept payments. You can set up any blockchain that you wish to use for receiving payments.
- [Wallet Integration](https://docs.payram.com/onboarding-guide/wallet-integration.md): In this section, you will begin the process of setting up your wallets, ensuring that everything is ready so you can start receiving payments seamlessly.
- [Testing Payment Links](https://docs.payram.com/onboarding-guide/testing-payment-links.md): In this section, you’ll learn how to accept payments from customers using PayRam by creating and sharing a payment link.
- [Hot Wallet Setup](https://docs.payram.com/onboarding-guide/hot-wallet-setup.md): In this section, you will learn how to set up a hot wallet on the blockchains where you will be accepting payments.
- [Funds Sweeping](https://docs.payram.com/onboarding-guide/funds-sweeping.md): In this section, you will learn how fund sweeping works on each blockchain.
- [Bitcoin Funds Sweep Guide](https://docs.payram.com/onboarding-guide/funds-sweeping/bitcoin-funds-sweep-guide.md): In this section you’ll learn how to sweep BTC funds from your deposit addresses to your cold wallet using the PayRam mobile app.


---

# 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.payram.com/onboarding-guide.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.
