# Introduction

We assign an account manage who set ups your account at  [https://kitegateway.com ](https://kitegateway.com/). Our team will get back to you within 24 hours. If you have a merchant account already, go to the next step and sign in <https://kitegaway.com/signin>.

Once you sign in, you can now create a business account. You can then select an business merchant so that you manage its users, mids and charge configurations. To make a payment request, you will generate your business account [`API KEY`](/dashboard/api-credentials.md#api_key) and [`API SECRET`](/dashboard/api-credentials.md#api_secret)from you business account profile page&#x20;

{% hint style="warning" %}
&#x20;Protect your `API KEY` and `API SECRET` at all times including but not limited to avoiding saving them to source code repositories.
{% endhint %}

You can always re-generate the `API KEY` and `API SECRET` if compromised or need to change it.

In as much as you can test on the sandbox as you wish, once you are ready to go into production contact us to inform us that you are ready. We shall go through your sandbox test cases to confirm that  every use case has been covered and do other background checks to make sure that you are fully set. This is to get your admin user account and business accounts verified. Once verified then you can start to receive and send payments for that particular merchant account.


---

# 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.kitegateway.com/getting-started/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.
