# SmartApps

- [Payment Request](https://docs.orangepill.cloud/smartapps/payment-request.md): Use Apps.Payment to create Payment Request and related QR codes. Payment Request stores the details of a future payment.
- [Payment Request v1.0](https://docs.orangepill.cloud/smartapps/payment-request/payment-request-v1.0.md): Payment Request v1.0 Specification
- [Forwarding Transactions](https://docs.orangepill.cloud/smartapps/forwarding-transactions.md): Use Apps.Forward to set automatic forwarding from virtual accounts.
- [Blockchain Deposits](https://docs.orangepill.cloud/smartapps/blockchain-deposits.md): Use Apps.Deposit to forward blockchain deposit to virtual account.
- [Accept Blockchain Payments](https://docs.orangepill.cloud/smartapps/accept-blockchain-payments.md): Use Apps.Deposit.Payment to forward crypto deposit for specific payment to virtual account.
- [Orderbook](https://docs.orangepill.cloud/smartapps/orderbook.md): Use Apps.Orderbook to manage trading operations
- [Exchange Rates](https://docs.orangepill.cloud/smartapps/exchange-rates.md): Use Apps.Rate to get exchange rates for assets pair.


---

# 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.orangepill.cloud/smartapps.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.
