# Integration Cookbook

- [Getting Started](https://docs.0xpay.app/integration-cookbook/getting-started.md)
- [Merchant Setup](https://docs.0xpay.app/integration-cookbook/getting-started/merchant-setup.md): How to configure your merchant at 0xpay.app before integration
- [Receive assets](https://docs.0xpay.app/integration-cookbook/receive-assets.md): So you decided to start receiving assets? In this article, we are going to show you various ways how you can achieve this goal.
- [Send assets](https://docs.0xpay.app/integration-cookbook/send-assets.md): Learn how to integrate 0xpay API with your web-platform
- [Invoices](https://docs.0xpay.app/integration-cookbook/invoices.md): Request a payment from your clients: set amount, currency and time limits.
- [Exchanges](https://docs.0xpay.app/integration-cookbook/exchanges.md): Learn how to swap crypto to fiat and vice versa using our public API


---

# 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.0xpay.app/integration-cookbook.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.
