> For the complete documentation index, see [llms.txt](https://docs.stellarindonesia.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stellarindonesia.org/readme.md).

# Developer Platform

<h2 align="center">Stellar Blockchain Indonesia</h2>

<p align="center">Panduan lengkap untuk membangun smart contracts dan aplikasi di Stellar blockchain.</p>

<p align="center"></p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-play">:play:</i></h4></td><td><strong>Memulai</strong></td><td>Panduan lengkap setup environment untuk Windows, Linux, dan macOS.</td><td><a href="/spaces/LHmoPDTHA8xCIl8Uo0xG/pages/PbYb0GukRhiS4qCHdRal">/spaces/LHmoPDTHA8xCIl8Uo0xG/pages/PbYb0GukRhiS4qCHdRal</a></td><td><a href="/files/yJviy8nQ0ih7KOKFw7e6">/files/yJviy8nQ0ih7KOKFw7e6</a></td></tr><tr><td><h4><i class="fa-cubes-stacked">:cubes-stacked:</i></h4></td><td><strong>Fundamental</strong></td><td>Pelajari konsep dasar Stellar blockchain.</td><td><a href="/spaces/LHmoPDTHA8xCIl8Uo0xG/pages/2menTK1ZMeaLo08xawT7">/spaces/LHmoPDTHA8xCIl8Uo0xG/pages/2menTK1ZMeaLo08xawT7</a></td><td><a href="/files/3ReQKwRzlLNKxnJn9KJ6">/files/3ReQKwRzlLNKxnJn9KJ6</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td><strong>Smart Contracts</strong></td><td>Buat dan deploy smart contracts dengan Soroban.</td><td><a href="/spaces/LHmoPDTHA8xCIl8Uo0xG/pages/Zfiv6OeWAYZSsPSqQBw8">/spaces/LHmoPDTHA8xCIl8Uo0xG/pages/Zfiv6OeWAYZSsPSqQBw8</a></td><td><a href="/files/93lkAkrkPtSUrxUIp3pG">/files/93lkAkrkPtSUrxUIp3pG</a></td></tr></tbody></table>

{% columns %}
{% column %}

<figure><img src="/files/kBR030P9hso75vc7KXQh" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

### Dokumentasi Resmi

Untuk informasi detail dan referensi lengkap:

<a href="https://developers.stellar.org/" class="button primary" data-icon="book-spine">Dokumentasi resmi Stellar</a> <a href="https://developers.stellar.org/docs/learn/fundamentals/contract-development" class="button secondary" data-icon="book">Smart contract development</a>
{% endcolumn %}
{% endcolumns %}

<h2 align="center">Bergabung dengan Komunitas</h2>

<p align="center">Tanya pertanyaan, share project, dan belajar dari developer lain:</p>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-telegram">:telegram:</i></h4></td><td><strong>Telegram community</strong></td><td>Bergabunglah dengan komunitas developer Indonesia untuk diskusi, berbagi project, dan belajar bersama.</td><td><a href="https://t.me/+AnHdsaMM_0w5NzU9" class="button primary">Join Telegram</a></td><td></td></tr><tr><td><h4><i class="fa-discord">:discord:</i></h4></td><td><strong>Discord community</strong></td><td>Tanya pertanyaan, dapatkan bantuan, dan berbagi resources dengan developer Stellar di seluruh dunia.</td><td><a href="https://discord.gg/jTUezPWWCk" class="button primary">Join Discord</a></td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.stellarindonesia.org/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.
