# Web SDKs

#### Angular SDK

The Klasha Angular SDK allows businesses to use Klasha to collect payments within their websites. Detailed information on how to integrate Klasha into your website can be found in the following resources:

* [Github](https://github.com/dansteve/angular-klasha)
* [NPM](https://www.npmjs.com/package/angular-klasha)

#### React SDK

The Klasha React SDK allows businesses to use Klasha to collect payments within their websites. Detailed information on how to integrate Klasha into your website can be found in the following resources:

* [Github](https://github.com/klasha-apps/klasha-react)
* [NPM](https://www.npmjs.com/package/klasha-pay)

#### Vue SDK

The Klasha Vue SDK allows businesses to use Klasha to collect payments within their websites. Detailed information on how to integrate Klasha into your website can be found in the following resources:

**Vue 2**

* [Github](https://github.com/Dansteve/vue-klasha)
* [NPM](https://www.npmjs.com/package/vue-klasha)

**Vue 3**

* [Github](https://github.com/dansteve/vue3-klasha)
* [NPM](https://www.npmjs.com/package/vue3-klasha)


---

# 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/plugins-and-sdks/web-sdks.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.
