# Getting Started

**0xpay** provides small and large-scale businesses with a cryptocurrency payment processing solution, enabling them to accept payments for their services online through a Merchant.&#x20;

### Account Creation

To start using any functionality, you have to create a personal account using a web application. An account can be created [here](https://my.0xpay.app/auth/login).

![](/files/vwqdnjjIfI193Ykosa6e)

After registration, 0xpay will generate your personal cryptocurrency addresses enabling you to receive & send cryptocurrency transactions. You'll also be able to create merchants, integrate them on your website and start processing crypto a little less than 2 minutes.

{% hint style="warning" %}
In order to authorize your requests to 0xpay public API, you'll need to obtain a private key from your Merchant settings page. Learn how to set up your Merchant on the next page.
{% endhint %}


---

# 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.0xpay.app/integration-cookbook/getting-started.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.
