> For the complete documentation index, see [llms.txt](https://apidocs.onekeypayments.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidocs.onekeypayments.com/getting-started-with-okp.md).

# Getting Started with OKP

In order to get started with us, you must Sign Up in our Merchant Panel to get you created a Merchant Account you will use along the way!

## Merchant Account

### Sign Up

<figure><img src="/files/CthCSGS4sZTz7cT5cZmk" alt=""><figcaption><p>Signup Form</p></figcaption></figure>

Once the Sign Up was requested, we will contact you and approve your Sign Up request.

{% hint style="info" %}
[Sign Up request form.](https://merchants.onekeypayments.com/signup)
{% endhint %}

### Account Creation

As soon as we accept your request to start processing with us, you will receive an email to configure your account in our STG environment.Environments

Our STG environment is a safe environment you can use to test your integration and any new features you need to test risk-free.

Once you are done with the integration, we will create you an account in our PRODUCTION environment!

### Integration

Integrate the [solution you are looking for](/readme.md) and make sure everything is working smoothly :nerd:&#x20;

### Go Live

When you have completed the integration step, you will want to start processing. For that you need an account in our PRODUCTION environment. You will be able to click on "Request Go Live" from the Home of the STG Merchant Panel.

We will receive your request, review your tests and if everything is fine, you will receive an email to activate your account in production.


---

# 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://apidocs.onekeypayments.com/getting-started-with-okp.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.
