> For the complete documentation index, see [llms.txt](https://docs.coinbar.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coinbar.io/api-web-integration/introduction.md).

# Introduction

To provide merchants with maximum flexibility and compatibility, CoinbarPay offers a powerful and robust API for custom web integration. \
This feature allows you to integrate CoinbarPay's cryptocurrency payment gateway into your website seamlessly, regardless of the technologies and platforms used for development.

The API Custom Web Integration is designed to:

1. <mark style="color:blue;">**Enhance User Experience**</mark>: Create a tailored and streamlined checkout process for your customers, offering a fully customized and branded payment flow that aligns with your website's design and user interface.
2. <mark style="color:blue;">**Expand Platform Support**</mark>: Benefit from the API's comprehensive compatibility, supporting a wide range of web development technologies and platforms. This ensures that CoinbarPay can be effortlessly integrated into your website, irrespective of your choice of programming language, framework, or content management system.
3. <mark style="color:blue;">**Optimized Payment Processing**</mark>: Employ advanced tools and features provided by the CoinbarPay API to manage transactions, refunds, and settlements with ease.&#x20;
4. <mark style="color:blue;">**Boost Security**</mark>: The CoinbarPay API adheres to the highest industry standards in terms of data protection, ensuring secure communication between your website and our payment gateway. This guarantees the safety and privacy of your customers' financial information.

In the following sections of this documentation, we will provide detailed information on how to set up and effectively utilize API Custom Web Integration for CoinbarPay. Step-by-step guides, code samples, and best practices are included to assist you in creating a fully customized and secure cryptocurrency payment gateway 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 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, and the optional `goal` query parameter:

```
GET https://docs.coinbar.io/api-web-integration/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
