# Introduction

Casheer Pay helps you to quickly start accepting payments from your customers by integrating to your website and mobile app.

### Get Started

What do you need to get started with Casheer Pay? It's easy. Here's how.&#x20;

### 1. Sign up&#x20;

If you don’t have an account yet, this is the place to begin. Visit the [sign up page](https://kwpaysb.casheer.com/),  where you can register with just an email address and password. **We offer a free account for you to try our service in test mode.**

### 2. Prepare Your API Keys&#x20;

After sign in to the dashboard, get your API keys to authenticate your API request.

{% hint style="warning" %}
Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
{% endhint %}

### 3. Start Integration

Congratulations! you are ready to accept online payments directly and securely on your website and mobile app via different payment methods. (Or) You can explore the payment experience by integrating it with our test credentials.


---

# 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://kwpaydocs.casheer.com/master.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.
