# Using KKiaPay

The creation of a KKiaPay account, offers you the possibility to retrieve your API keys in order to integrate the aggregator on your platform.

### Recovery of KKiaPay API keys

It concerns the "**API Keys**" submenu of the "**Developers**" menu. A KKiaPay account has three (03) API keys associated with it: a private key, a public key and a secret key.

![](/files/-LZZtuNatbZ8b1ahrDgc)

[What are they used for and how can they be used?](/v1/en-1.0.0/tableau-de-bord/untitled/menu-developpeurs.md)

### Integration of KKiaPay

You have the choice when integrating KKiaPay, depending on your technology, to use the [plugin](/v1/en-1.0.0/plugin-et-sdk/woo-commerce.md) or [SDK](/v1/en-1.0.0/plugin-et-sdk/sdk-javascript.md) we provide you.&#x20;

In the case of an e-commerce site created using Wordpress or Prestashop, you will need to integrate our [WooCommerce](/v1/en-1.0.0/plugin-et-sdk/woo-commerce.md) or [Prestashop](/v1/en-1.0.0/plugin-et-sdk/prestashop.md) plugin. It will then serve as a gateway between your customers and your services. In the case of a web application, use [Javascript SDK](/v1/en-1.0.0/plugin-et-sdk/sdk-javascript.md) and [Android SDK](/v1/en-1.0.0/plugin-et-sdk/sdk-android.md) in the case of a mobile application.


---

# 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.kkiapay.me/v1/en-1.0.0/compte/untitled.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.
