# Introduction

## Introduction

Welcome to **CoinCircuit**.

CoinCircuit is a crypto payment gateway for:

* Online payments
* In-store payments
* Payouts
* Refunds

{% hint style="info" %}
**Need help?**

Use the AI assistant in the bottom-right corner while you browse the docs.
{% endhint %}

### Start here

New to CoinCircuit? Begin with [Quick Start](/introduction/quick-start.md).

### Core guides

* [Sandbox Environment](/introduction/official-sdks.md)
* [Official SDKs](/introduction/webhooks.md)
* [Authentication](/introduction/mcp-integration.md)
* [Webhooks](/introduction/error-handling.md)

### API behavior

* [Error Handling](/introduction/authentication.md)
* [Rate Limiting](/introduction/rate-limiting.md)
* [Pagination](/introduction/pagination.md)

### Developer tooling

* [MCP Integration](/introduction/sandbox-environment.md)

### Testing resources

* [Testnet Faucets](/introduction/testnet-faucets.md)


---

# 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://developers.coincircuit.io/introduction.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.
