# How-tos

- [Manage your profile and system](https://docs.coinsbuy.com/how-tos/manage-your-profile-and-system.md): Here you can find basic tutorials on how to set up your account and security.
- [How to change your password](https://docs.coinsbuy.com/how-tos/manage-your-profile-and-system/how-to-change-your-password.md)
- [How to enable 2FA](https://docs.coinsbuy.com/how-tos/manage-your-profile-and-system/how-to-enable-2fa.md)
- [How to whitelist IP addresses](https://docs.coinsbuy.com/how-tos/manage-your-profile-and-system/how-to-whitelist-ip-addresses.md)
- [How to access the API](https://docs.coinsbuy.com/how-tos/manage-your-profile-and-system/how-to-access-api.md)
- [How to enable additional AML check](https://docs.coinsbuy.com/how-tos/manage-your-profile-and-system/how-to-enable-additional-aml-check.md)
- [How to launch a Partner program](https://docs.coinsbuy.com/how-tos/manage-your-profile-and-system/how-to-launch-a-partner-program.md): Launch your partner program by selecting a rewards wallet, generating a referral URL, and inviting new clients
- [Manage your wallets](https://docs.coinsbuy.com/how-tos/manage-your-wallets.md): Here you can find tutorials on creating and managing your Coinsbuy wallets. Since wallet management is under a full control of Owners, these instructions are mostly intended for them.
- [How to create a wallet](https://docs.coinsbuy.com/how-tos/manage-your-wallets/how-to-create-a-wallet.md)
- [How to grant access to your wallet](https://docs.coinsbuy.com/how-tos/manage-your-wallets/how-to-grant-access-to-your-wallet.md)
- [How to manage user roles](https://docs.coinsbuy.com/how-tos/manage-your-wallets/how-to-manage-user-roles.md)
- [How to restrict access to your wallet](https://docs.coinsbuy.com/how-tos/manage-your-wallets/how-to-restrict-access-to-your-wallet.md)
- [How to generate a report on wallet balances](https://docs.coinsbuy.com/how-tos/manage-your-wallets/how-to-generate-a-report-on-wallet-balances.md)
- [How to set withdrawal thresholds](https://docs.coinsbuy.com/how-tos/manage-your-wallets/how-to-set-withdrawal-thresholds.md)
- [Manage your assets](https://docs.coinsbuy.com/how-tos/manage-your-assets.md): Here you can find tutorials on various types of financial operations that you can make using Coinsbuy.
- [How to create a deposit](https://docs.coinsbuy.com/how-tos/manage-your-assets/how-to-create-a-deposit.md)
- [How to create a payout](https://docs.coinsbuy.com/how-tos/manage-your-assets/how-to-create-a-payout.md)
- [How to create an internal transfer](https://docs.coinsbuy.com/how-tos/manage-your-assets/how-to-create-an-internal-transfer.md)
- [How to select the optimal blockchain fee](https://docs.coinsbuy.com/how-tos/manage-your-assets/how-to-select-the-optimal-blockchain-fee.md)
- [How to speed up your payout by changing the blockchain fee](https://docs.coinsbuy.com/how-tos/manage-your-assets/how-to-speed-up-your-payout-by-changing-the-blockchain-fee.md)
- [How to whitelist a payout address](https://docs.coinsbuy.com/how-tos/manage-your-assets/how-to-whitelist-a-payout-address.md)
- [How to swap funds](https://docs.coinsbuy.com/how-tos/manage-your-assets/how-to-swap-funds.md)
- [How to top up or withdraw funds from your Custody wallet](https://docs.coinsbuy.com/how-tos/manage-your-assets/how-to-top-up-or-withdraw-funds-from-your-custody-wallet.md)


---

# 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.coinsbuy.com/how-tos.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.
