# API Documentation

{% hint style="danger" %}
We are excited to share that we’ve made significant progress in building a new, robust environment to further enhance the stability, speed, and security of our platform.

As we transition critical services to the new infrastructure, if you’ve already whitelisted our current IPs in your firewall or integration settings, please ensure these two IPs are also added:

* 52.206.5.84
* 44.219.22.112﻿
  {% endhint %}

## Please click [here ](https://apidocs.konnektive.com)to view our API documentation.

**Relative Links:**

* [Recommended API Flow](/api-documentation/api-documentation/recommended-api-flow.md)
* [Performing API Calls](/api-documentation/api-documentation/performing-api-calls.md)

{% hint style="danger" %}
Open queries are limited to 10 at a time per account. Our firewall also has sophisticated configuration which monitors abuse. In the event that abuse is identified, throttling functionality is enabled. Please design thoughtfully.
{% endhint %}

{% hint style="info" %}
There are higher limits for the order/import call.
{% endhint %}


---

# 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://help.konnektive.com/api-documentation/api-documentation.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.
