> For the complete documentation index, see [llms.txt](https://docs.ciondigital.com/cion-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ciondigital.com/cion-user-guide/product-features.md).

# Product Features

- [Platform Settings](https://docs.ciondigital.com/cion-user-guide/product-features/platform-settings.md)
- [Manage your account](https://docs.ciondigital.com/cion-user-guide/product-features/platform-settings/manage-your-account.md)
- [Login and Security](https://docs.ciondigital.com/cion-user-guide/product-features/platform-settings/login-and-security.md)
- [Manage Users](https://docs.ciondigital.com/cion-user-guide/product-features/platform-settings/manage-users.md)
- [Manage Bank Accounts](https://docs.ciondigital.com/cion-user-guide/product-features/platform-settings/manage-bank-accounts.md)
- [Funds](https://docs.ciondigital.com/cion-user-guide/product-features/funds.md)
- [Deposit USD](https://docs.ciondigital.com/cion-user-guide/product-features/funds/deposit-usd.md)
- [Withdraw USD](https://docs.ciondigital.com/cion-user-guide/product-features/funds/withdraw-usd.md)
- [Deposit Crypto](https://docs.ciondigital.com/cion-user-guide/product-features/funds/deposit-crypto.md)
- [Withdraw Crypto](https://docs.ciondigital.com/cion-user-guide/product-features/funds/withdraw-crypto.md)
- [Exchange(US only)](https://docs.ciondigital.com/cion-user-guide/product-features/exchange-us-only.md)
- [Buy Crypto](https://docs.ciondigital.com/cion-user-guide/product-features/exchange-us-only/buy-crypto.md)
- [Sell Crypto](https://docs.ciondigital.com/cion-user-guide/product-features/exchange-us-only/sell-crypto.md)
- [Crypto Loans](https://docs.ciondigital.com/cion-user-guide/product-features/crypto-loans.md)
- [Wallet setup](https://docs.ciondigital.com/cion-user-guide/product-features/crypto-loans/wallet-setup.md)
- [US Account](https://docs.ciondigital.com/cion-user-guide/product-features/crypto-loans/wallet-setup/us-account.md)
- [Canadian Account](https://docs.ciondigital.com/cion-user-guide/product-features/crypto-loans/wallet-setup/canadian-account.md)
- [Creating New Loan](https://docs.ciondigital.com/cion-user-guide/product-features/crypto-loans/creating-new-loan.md)
- [DeFi Loan](https://docs.ciondigital.com/cion-user-guide/product-features/crypto-loans/creating-new-loan/defi-loan.md)
- [CeFi Loan](https://docs.ciondigital.com/cion-user-guide/product-features/crypto-loans/creating-new-loan/cefi-loan.md)
- [Depositing Collateral](https://docs.ciondigital.com/cion-user-guide/product-features/crypto-loans/creating-new-loan/depositing-collateral.md)
- [Crypto Payments](https://docs.ciondigital.com/cion-user-guide/product-features/crypto-payments.md)
- [Creating a Payment Request](https://docs.ciondigital.com/cion-user-guide/product-features/crypto-payments/creating-a-payment-request.md)
- [Email Payment Link](https://docs.ciondigital.com/cion-user-guide/product-features/crypto-payments/creating-a-payment-request/email-payment-link.md)
- [Show Payment Address](https://docs.ciondigital.com/cion-user-guide/product-features/crypto-payments/creating-a-payment-request/show-payment-address.md)


---

# 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://docs.ciondigital.com/cion-user-guide/product-features.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.
