# Payments

- [Lookup](https://docs.relysia.com/payments/lookup.md): Get Balance from a private key string
- [Sweep](https://docs.relysia.com/payments/sweep.md): Transfer all assets from a private key
- [URI](https://docs.relysia.com/payments/uri.md): How to convert address formats to sensible inputs
- [Transactions](https://docs.relysia.com/payments/transactions.md): Make a transaction, of any kind or type.
- [Raw Transactions](https://docs.relysia.com/payments/raw-transactions.md): Create an un-broadcasted raw transaction
- [Invoices](https://docs.relysia.com/payments/invoices.md): Create a BitcoinSV or Token Invoice
- [Create Invoice](https://docs.relysia.com/payments/invoices/create-invoice.md): Creating an invoice for payments
- [Get Invoice](https://docs.relysia.com/payments/invoices/get-invoice.md): Resolving an invoice to make a payment
- [Pay Invoice](https://docs.relysia.com/payments/invoices/pay-invoice.md): Make a payment on an invoice
- [Payments](https://docs.relysia.com/payments/payments.md): How to make general payments
- [Asm](https://docs.relysia.com/payments/asm.md): Create a Bitcoin script transaction


---

# 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.relysia.com/payments.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.
