# Tutorials

- [Conversational Wallet](https://docs.orangepill.cloud/tutorials/conversational-wallet.md)
- [Crypto Payments Processor](https://docs.orangepill.cloud/tutorials/crypto-payments-processor.md): Build full featured custom cryptocurrency payment processing solution.
- [Project Setup](https://docs.orangepill.cloud/tutorials/crypto-payments-processor/project-setup.md): Setup your Orangepill account, project and supprted cryptocurrecies.
- [Merchants Onboarding](https://docs.orangepill.cloud/tutorials/crypto-payments-processor/merchants-onboarding.md): Setup merchants and virtual accounts.
- [Process Payment](https://docs.orangepill.cloud/tutorials/crypto-payments-processor/process-payment.md): Create payment requests and subscribe for notifications on payment status.
- [Withdraw Revenue](https://docs.orangepill.cloud/tutorials/crypto-payments-processor/withdraw-revenue.md): Merchants can use Orangepill Dashboard to withdraw their revenue.
- [Build Reports](https://docs.orangepill.cloud/tutorials/crypto-payments-processor/build-reports.md): Use Orangepill API to build various reports for operator and merchants.
- [Automatic Revenue Fees](https://docs.orangepill.cloud/tutorials/crypto-payments-processor/automatic-revenue-fees.md): Optionally, Operator of crypto payment processor can automatically receive fees.
- [Cryptocurrency Exchange](https://docs.orangepill.cloud/tutorials/cryptocurrency-exchange.md): Use Orangepill to build crypto exchange.
- [Simple ETH Wallet](https://docs.orangepill.cloud/tutorials/simple-eth-wallet.md): Move ETH around.


---

# 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/tutorials.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.
