# Branta

## Branta API

- [Branta](https://developer.branta.pro/readme.md)
- [Setup](https://developer.branta.pro/setup.md): Pick the integration that matches what you're building.
- [Wallets](https://developer.branta.pro/setup/wallets.md): Embed Branta in your wallet so users see who they are paying before they hit send.
- [Example QR Codes](https://developer.branta.pro/setup/wallets/example-qr-codes.md): Reference QR codes for testing wallet and scanner integrations.
- [Production](https://developer.branta.pro/setup/wallets/example-qr-codes/production.md): Production environment.
- [Staging](https://developer.branta.pro/setup/wallets/example-qr-codes/staging.md): Staging environment.
- [Platforms](https://developer.branta.pro/setup/platforms.md): Publish your payment destinations to Branta so senders see your name and logo before broadcast.
- [Payment Gateway Options](https://developer.branta.pro/setup/platforms/payment-gateway-options.md)
- [BTCPay Server](https://developer.branta.pro/setup/platforms/payment-gateway-options/btcpay-server.md)
- [Zaprite](https://developer.branta.pro/setup/platforms/payment-gateway-options/zaprite.md)
- [Take My Sats](https://developer.branta.pro/setup/platforms/payment-gateway-options/take-my-sats.md)
- [Custom Integration](https://developer.branta.pro/setup/platforms/custom-integration.md): POST your payment destinations to Branta from your own code — SDK or raw HTTP.
- [Parent Platforms](https://developer.branta.pro/setup/parent-platforms.md): Publish payments on behalf of many merchants, with your HMAC secret proving every request came from you.
- [Tech](https://developer.branta.pro/tech.md)
- [Environments (Staging / Prod)](https://developer.branta.pro/tech/environments.md)
- [SDKs](https://developer.branta.pro/tech/sdk.md)
- [API](https://developer.branta.pro/tech/api.md)
- [V2](https://developer.branta.pro/tech/api/v2.md)
- [Adding Payments](https://developer.branta.pro/tech/api/v2/adding-payments.md)
- [Getting Payments](https://developer.branta.pro/tech/api/v2/getting-payments.md)
- [Health Check](https://developer.branta.pro/tech/api/health-check.md)
- [Key Rotation](https://developer.branta.pro/tech/api/key-rotation.md)
- [Authentication](https://developer.branta.pro/tech/authentication.md)
- [Design](https://developer.branta.pro/design.md)
- [UI](https://developer.branta.pro/design/ui.md): URL, API, or QR Scan
- [Website Badges](https://developer.branta.pro/design/website-badge.md)
- [Branta Assets](https://developer.branta.pro/design/branta-assets.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://developer.branta.pro/readme.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.
