# Welcome!

## Welcome to OpenAPI OmdoSite

OpenAPI ini diciptakan untuk semua develoer yang belum memiliki/handal dalam membuat API, sebagai testing bagi FrontEnd Developer atau yang sedang mempelajari REST API atau apapun yang berhubungan dengan RnD API. Dokumentasi ini dibuat karena ada kesalahan teknis di aplikasi yang saya buat ini, awalnya saya buat dengan swagger API, namun setelah saya deploy ke production ternyata swagger build UI nya tidak mau connect. Jika teman-teman punya kondisi/situasi/issue yang sama dengan yang saya alami, bisa sharing agar pengallaman REST API yang saya buat semakin mudah bagi developer.

## Ingin mencobanya langsung?

Jika anda ingin mencobanya langsung tekan Quick Start dibawah untuk memulai.

{% content-ref url="quick-start" %}
[quick-start](https://docs-openapi.omdo.site/quick-start)
{% endcontent-ref %}

## Butuh referensi lain?

Jika anda membutuhkan referensi lain bisa langsung ke API Referensi yang saya buat dibawah ini.

{% content-ref url="reference/api-reference" %}
[api-reference](https://docs-openapi.omdo.site/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://docs-openapi.omdo.site/welcome.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.
