# Welcome to Komship API

<figure><img src="https://storage.googleapis.com/komerce/assets/logo/Komship-by-komerce.svg" alt="komship" width="563"><figcaption></figcaption></figure>

## Before you start

> In this example project tutorial, we will learn how to create an order and calculate shipping costs.

#### Pre-requisites

To get started, we will need a few things.

#### Authentication: Get your komship API key

`x-api-key` is an authentication parameter, which gives you access to Komship APIs. You can get your own API Key from [our team komerce](https://api.whatsapp.com/send/?phone=6281328014170\&text\&type=phone_number\&app_absent=0). Just by contacting you can use it for free.

We will use the language`golang` to create the API, but you can use other language for integration, such as `javascript, typescript, php, kotlin, swift` or others.

{% content-ref url="reference/api-reference" %}
[api-reference](https://developer.komship.id/reference/api-reference)
{% 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://developer.komship.id/readme.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.
