# Trybit

## English

- [Documentation Overview](https://docs.trybit.com/start/overview.md): The purpose of this documentation is to illustrate how to integrate any project with Trybit and start accepting cryptocurrency payments.
- [How the Integration Works](https://docs.trybit.com/start/how-it-works.md)
- [Integration Testing](https://docs.trybit.com/start/test-integration.md)
- [How to Get API Keys](https://docs.trybit.com/start/get-api-keys.md)
- [SDK for Work with API](https://docs.trybit.com/start/sdk.md)
- [Integration of Icons and Buttons](https://docs.trybit.com/start/payment-icons-buttons.md): Proper use of branded elements helps create a unified and recognizable user experience and increases conversion rates during the payment selection process.
- [Cryptocurrency payment instruction](https://docs.trybit.com/start/how-to-pay-instruction.md): This section offers a cryptocurrency payment instruction template for your customers. You can place it on your website as well as on the checkout page.
- [Support and FAQ](https://docs.trybit.com/start/support-faq.md)
- [Request Authorization](https://docs.trybit.com/api-reference-v2/authorization.md)
- [Invoice Creation](https://docs.trybit.com/api-reference-v2/create-invoice.md): The method allows you to create an invoice for a customer using a POST request.
- [Invoice Cancellation](https://docs.trybit.com/api-reference-v2/cancel-invoice.md): The method allows you to cancel a specific created invoice by sending a POST request.
- [Invoice List](https://docs.trybit.com/api-reference-v2/invoice-list.md): The method allows you to retrieve a list of all invoices by sending a POST request.
- [Invoice Information](https://docs.trybit.com/api-reference-v2/invoice-information.md): The method allows you to retrieve specific invoices by their identifiers using a POST request.
- [Balance](https://docs.trybit.com/api-reference-v2/balance.md): The method allows you to retrieve your account balance by sending a POST request.
- [Statistics](https://docs.trybit.com/api-reference-v2/statistics.md): The method allows you to retrieve payment statistics by sending a POST request.
- [Funds Withdrawal](https://docs.trybit.com/api-reference-v2/withdrawals.md): The method allows you to create a withdrawal request by sending a POST request.
- [Automatic POSTBACK](https://docs.trybit.com/api-reference-v2/postback.md): The method allows you to automatically receive notifications about invoice confirmation.
- [Static Wallets](https://docs.trybit.com/api-reference-v2/static-wallets.md): The method allows you to create a static wallet to accept payments to the same address without creating a new invoice.
- [H2H Integration (White Label)](https://docs.trybit.com/api-reference-v2/h2h.md): Learn how to enable Host2Host (H2H) — white-label crypto payment acceptance without redirects: payment details are displayed in your interface, and statuses are delivered via API.
- [List of CMS Plugins](https://docs.trybit.com/cms-plugins/list.md)
- [WooCommerce](https://docs.trybit.com/cms-plugins/list/woocommerce.md)
- [OpenCart](https://docs.trybit.com/cms-plugins/list/opencart.md)
- [Tilda](https://docs.trybit.com/cms-plugins/list/tilda.md)
- [GetCourse](https://docs.trybit.com/cms-plugins/list/getcourse.md)
- [XenForo 2](https://docs.trybit.com/cms-plugins/list/xenforo-2.md)
- [PrestaShop](https://docs.trybit.com/cms-plugins/list/prestashop.md)
- [Drupal](https://docs.trybit.com/cms-plugins/list/drupal.md)
- [WHMCS](https://docs.trybit.com/cms-plugins/list/whmcs.md)
- [HTML-widget](https://docs.trybit.com/buttons-forms/html-widget.md): Enable crypto payment acceptance on your website using a ready-made HTML widget.
- [HTML-form](https://docs.trybit.com/buttons-forms/html-widget/form.md): Embedded HTML payment form on your website.
- [HTML-button](https://docs.trybit.com/buttons-forms/html-widget/button.md): Cryptocurrency payment button for your website.


---

# 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://docs.trybit.com/start/overview.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.
