# Versioning

## Steping

Pengembangan API NLE saat ini melalui tiga tahapan pengembangan, hal ini dikarenakan perubahan proses bisnis yang sangat dinamis dari sisi B2B

* API Final Version digunakan untuk mengirimkan data final, artinya semua transaksi dilakukan melalui platform, sedangkan NLE hanya menerima data final saja, API Final Version saat ini ada tiga yaitu&#x20;
  * [DO Final Version](https://nleceisa.gitbook.io/docs/apis/do-online/do-final-version)
  * [SP2 Final Version](https://nleceisa.gitbook.io/docs/apis/sp2-online/sp2-final)
  * Trucking Final Version
* API Versi 1 adalah API yang belum menerapkan OAuth Version, authentifikasi yang digunakan hanyalah API Key
* API Versi 2 adalah API yang telah menerapkan OAuth


---

# 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://nleceisa.gitbook.io/docs/getting-started/versioning.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.
