# Home

Welcome to the **Kitegateway** APIs! You can use our APIs to send and receive money, through major mobile money providers, visa and banks.

Kitegateway API is fully based on [REST](http://en.wikipedia.org/wiki/Representational_State_Transfer) API (Application Programming Interfaces). This implies that the API uses standard HTTP verbs which are understood by most HTTP clients. You can view code examples in the dark area, and you can switch the programming language of the examples with the tabs.

Kitegateway API is a payment platform powerhouse. Behind these APIs is a software layer connecting and optimising payments services around the world to allow businesses to send and receive money, globally.


---

# 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.kitegateway.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.
