# Test and Live mode

The Adjutor API service provides two distinct nodes to facilitate seamless API integration and operation, the test and live modes. This allows you safely test each of the API services rigorously before integration and go-live, and with no extra cost.

### **Test Mode**

The test mode is designed for developers and integrators to simulate the platform’s functionality without using real data or affecting live operations. These API calls return dummy data and are at 0 cost. This provides the developer with the opportunity to explore all of the services without any business or cost implications.

This mode is available to all API users, including those who are KYC validated and those who aren't.

{% hint style="info" %}
**Note**:

This is the only mode available to users who are not KYC validated. This ensures all round compliance and reduces the risk of fraudulent activities.&#x20;
{% endhint %}

### **Live Mode**

This is the primary production environment which returns actual user data and comes at a cost. However, we have a no hit no charge policy so you get charged for only succesful API calls.&#x20;

### How to switch between modes

This follows a simlar process for creating an application as discussed in the section: [Making your first API call](/introduction/making-your-first-api-call.md). Find the steps below:

1. Create an application or select
2. On the top right corner of your screen, you are presented with a toggle. By default, this is in test mode. However, to switch to live mode, you need to submit your KYC and have all your documents approved. The guide on how to do this can be found in this section [Getting Started](/introduction/getting-started.md).

{% embed url="<https://blog.lendsqr.com/wp-content/uploads/2024/12/05e4c145-8d81-455a-8b0a-23efe5a0bd42.webm>" %}
Toggling between test and live mode on Adjutor
{% endembed %}

{% hint style="info" %}
Note:

The API keys for both the test and live mode are the same, as well as the base URLs. The only change that needs to be made is in the app section of the Adjutor web application.
{% endhint %}

***

Feel free to reach out to as at <api@lendsqr.com> if you have any other enquiries.


---

# 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.adjutor.io/introduction/test-and-live-mode.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.
