# API Reference (UPI)

Ninjapay API's allow web applications and developers to interact with Ninjapay platform systems. This guide will walk you through the primary methods that are part of the Ninjapay API.

{% content-ref url="/spaces/RIvNeAljKee4MyCDRI9m/pages/BnkFVlgN5wgsa8CXFyQp" %}
[Realtime Payment Links](/ninjapay-api-docs/how-to/api-reference-upi/plugins/realtime-payment-links.md)
{% endcontent-ref %}

{% content-ref url="/spaces/RIvNeAljKee4MyCDRI9m/pages/wv8esLDsWMUTrq7WbL9d" %}
[Paywalls](/ninjapay-api-docs/how-to/api-reference-upi/plugins/paywalls.md)
{% endcontent-ref %}

{% content-ref url="/spaces/RIvNeAljKee4MyCDRI9m/pages/PwFWxLeJ4CKdgCwDelTH" %}
[Invoice](/ninjapay-api-docs/how-to/api-reference-upi/plugins/invoice.md)
{% endcontent-ref %}

{% content-ref url="/spaces/RIvNeAljKee4MyCDRI9m/pages/bhg5M0inb4CMFQJBxiaF" %}
[Point of Sale - POS](/ninjapay-api-docs/how-to/api-reference-upi/plugins/point-of-sale-pos.md)
{% endcontent-ref %}

{% content-ref url="/spaces/RIvNeAljKee4MyCDRI9m/pages/Kud48bhXwDhVka2iHeKF" %}
[Build Your Own Plugin](/ninjapay-api-docs/how-to/api-reference-upi/plugins/build-your-own-plugin.md)
{% endcontent-ref %}


---

# 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://ninjapay.gitbook.io/ninjapay-api-docs/how-to/api-reference-upi.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.
