# Contoh

Semua fitur API yang berfungsi disertakan dengan contoh panggilan HTTPS. Karena kami perlu memberikan header autentikasi dalam beberapa kasus untuk dapat terhubung, kami tidak dapat menjalankannya di browser web. Setiap contoh menunjukkan perintah [cURL](https://curl.haxx.se/docs/manpage.html) yang tersedia di Windows, Mac atau Linux. Perhatikan bahwa untuk rute yang diproteksi, Anda perlu memasukkan token JWT Anda sendiri agar berfungsi.

Jika Anda tidak terbiasa dengan baris perintah atau lebih memilih antarmuka pengguna, maka [Postman](https://www.getpostman.com/) adalah alat gratis yang baik untuk bereksperimen dengan API.


---

# 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.petabencana.id/general/examples.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.
