# Prerequisites

Before integrating Klasha, here are a few things you'll need and some information you need to know:

1. **Klasha account.** Create a free Klasha account by visiting <https://dashboard.klasha.com/signup>.

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

2. **Join our Slack community.** Send us a message on our Slack developers' community channel to discuss your use case with us and get advice on the best integration approach.

{% embed url="<https://join.slack.com/t/klashadev/shared_invite/zt-xnnmdpo0-5Dx6gNuj9b9oiQIuKvqYgw>" %}
Slack
{% endembed %}

## Payment methods we support in each country

<table data-full-width="false"><thead><tr><th width="246.5">  Country</th><th>Payment methods</th></tr></thead><tbody><tr><td>Nigeria (NGN)</td><td>Bank transfer<br>USSD<br>Card<br>Klasha app wallet<br>Klasha business wallet</td></tr><tr><td>South Africa (ZAR)</td><td>Card</td></tr><tr><td>Kenya (KES)</td><td>MPesa<br>Card</td></tr><tr><td>USA (USD)</td><td>Card</td></tr><tr><td>Uganda (UGX)</td><td>Card<br>Mobile money</td></tr><tr><td>Tanzania (TZS)</td><td>Card</td></tr></tbody></table>


---

# 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/prerequisites.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.
