# Getting Started

### 1. Create a Klasha account

To create a free Klasha account, simply visit <https://dashboard.klasha.com/signup>.&#x20;

If you're conducting tests, you can sign up on our DEV environment at [https://dev.dashboard.klasha.com/signup.](https://www.dev.dashboard.klasha.com/signup.)

{% embed url="<https://dashboard.klasha.com/signup>" %}
Klasha Dashboard
{% endembed %}

### 2. Integrate Klasha&#x20;

There are various ways you can integrate Klasha into your platform (web/mobile) to start accepting payments seamlessly.&#x20;

#### Klasha inline&#x20;

The Klasha inline JavaScript method is an easy way to start accepting payments on your web applications.

{% content-ref url="/pages/EQObK7rmhv3GPkAPqNpG" %}
[Klasha Inline](/accepting-payments/klasha-inline.md)
{% endcontent-ref %}

#### Web SDKs&#x20;

We offer a variety of SDKs to integrate Klasha into your web application, such as Angular, React, Vue 2, and Vue 3.&#x20;

{% content-ref url="/pages/YycQyCAeHYGLXRJLbbf2" %}
[Web SDKs](/plugins-and-sdks/web-sdks.md)
{% endcontent-ref %}

#### Mobile SDKs&#x20;

We also offer a variety of SDKs to integrate Klasha into your mobile application, such as iOS, Android, Flutter, Ionic, and React Native.&#x20;

{% content-ref url="/pages/OekQSyDnvh4UMD9W85nX" %}
[Mobile SDKs](/plugins-and-sdks/mobile-sdks.md)
{% endcontent-ref %}

#### Integrate without code&#x20;

Through payment links on your dashboard, Klasha makes it possible to receive payments for products or services directly from your customers with no need for programming or integration. Check out our [Payment Links](broken://pages/f7YvofmomgVAYLSqGf8Q) section for more information and integration guides.


---

# 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.klasha.com/integrating-klasha/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.
