# Welcome

Welcome to IVPAY docs!

## Getting started

Here you'll find all the documentation you need to get up and running with IVPAY payment gateway and start accepting cryptocurrencies in your business without any hassle.

<table data-view="cards"><thead><tr><th data-type="content-ref"></th><th></th></tr></thead><tbody><tr><td><a href="get-started/setup-guide">setup-guide</a></td><td>Make sure you are ready to start rolling</td></tr><tr><td><a href="get-started/concepts">concepts</a></td><td>How does IVPAY payment flow work?</td></tr><tr><td><a href="get-started/guides/obtaining-api-keys">obtaining-api-keys</a></td><td>How to generate the API Key</td></tr><tr><td><a href="ivpay-api/api-reference">api-reference</a></td><td>Check our API endpoints  </td></tr><tr><td><a href="get-started/webhooks">webhooks</a></td><td>What events do we send via webhooks?</td></tr><tr><td><a href="get-started/support">support</a></td><td>Do you need a hand or have questions? </td></tr></tbody></table>

Feel free to reach us at [help.ivpay.io](https://help.ivpay.io) :muscle:


---

# 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.ivpay.io/start/welcome.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.
