# Limits

| Country  | Lower Limit | Higher Limit  |
| -------- | ----------- | ------------- |
| Kenya    | KES 20      | KES 250,000   |
| Nigeria  | NGN 100     | NGN 1,000,000 |
| Malawi   | MWK 100     | MWK 5,000,000 |
| Uganda   | UGX 500     | UGX 5,000,000 |
| Ghana    | GHS 5       | GHS 5,000     |
| DR Congo | CDF 2,800   | CDF 280,000   |
| Ethiopia | ETB 10      | ETB 100,000   |


---

# 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.pretium.africa/utilities/limits.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.
