# User Registration

## Create your Business Account​

To start using our services, you must register a user. Follow these quick and easy steps to register your account:​

1. Visit [DOKU Dashboard Registration page](https://dashboard.doku.com/bo/register?utm_source=docs)
2. Fill the registration form by entering your full name, business name, business email address, phone number, and password
3. Check the Terms and Conditions and Privacy Policy, then submit the form
4. Verify your account by entering the OTP that was sent to your email address
5. Business Account has been successfully created. You can proceed to activate your Business account by following the next guide [here](https://docs.doku.com/get-started/activate-business).

<figure><img src="/files/xmeBtA9ASAb3ND76rYML" alt=""><figcaption></figcaption></figure>

If you are looking to explore and test our products, you can register for sandbox account [below](#explore-our-sandbox).

## Create a Sandbox Account

While DOKU Business Account is used to accept real payments in the production environment, DOKU Sandbox Account is a demo account that you can use to simulate payments in the testing environment. If you are looking to test payments, the following is a step-by-step guide on how you could create a DOKU Sandbox Account.

1. Visit [DOKU Sandbox Registration page](https://sandbox.doku.com/bo/sandbox-registration?utm_source=docs)
2. Fill the registration form by entering your full name, business name, business email address, and password
3. Check the Terms and Conditions and Privacy Policy, then submit the form
4. DOKU Sandbox Account has been successfully created. You can proceed to log in to [DOKU Sandbox](https://sandbox.doku.com/bo/login?utm_source=docs) using the credentials you used in the registration form.

<figure><img src="/files/ly1jlMNcVWoAaFh0phVg" alt=""><figcaption></figcaption></figure>


---

# 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.doku.com/get-started-with-doku-api/user-registration.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.
