# Introduction

## API DOCUMENTATION&#x20;

Dokumentasi API ini menjelaskan spesifikasi API untuk membangun integrasi antara sistem Anda dengan Saitrans. Anda dapat memeriksa tarif layanan, membuat pesanan, dan melacak pesanan menggunakan API ini

## How to start

Untuk mulai menggunakan API ini, Anda memerlukan C-Id, dan C-Secret. silahkan menghubungi Saitrans untuk mendapatkan C-Id, dan C-Secret

## Base URL Environment

```
Staging : https://stg-lms.saitrans.id/corporate/{version}
Production : https://dashboard.saitrans.id/corporate/{version}

Example
Staging : https://stg-lms.saitrans.id/corporate/v1
Production : https://dashboard.saitrans.id/corporate/v1
```


---

# 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://api-documentation.saitrans.co.id/api-doc/introduction.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.
