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

# Selamat Datang di DIRO

DIRO adalah platform all-in-one untuk **booking, pembayaran, dan operasional** bisnis layanan — salon, studio, klinik, gym, dan penyelenggara event.

Pelanggan Anda booking dan membayar lewat storefront online Anda sendiri. Anda mengelola layanan, staf, cabang, jadwal, dan keuangan dari satu dashboard.

## Tiga bagian yang perlu Anda kenal

```mermaid
flowchart LR
  subgraph P["Portal Merchant"]
    P1["portal.diro.app<br/>Kelola layanan, staf,<br/>jadwal, harga, laporan"]
  end
  subgraph S["Storefront Pelanggan"]
    S1["nama-bisnis.diro.app<br/>Pelanggan booking<br/>dan membayar"]
  end
  subgraph W["Keuangan"]
    W1["Wallet DIRO<br/>Saldo & penarikan<br/>ke rekening bank"]
  end
  P1 -->|"Konfigurasi tampil di"| S1
  S1 -->|"Pembayaran masuk ke"| W1
  W1 -->|"Ditarik ke"| B(["Rekening Bank Anda"])
```

| Bagian          | Untuk siapa            | Alamat                      |
| --------------- | ---------------------- | --------------------------- |
| Portal Merchant | Anda dan tim           | `portal.diro.app`           |
| Storefront      | Pelanggan Anda         | `nama-bisnis.diro.app`      |
| Wallet          | Anda (pemilik/finance) | Portal → Pengaturan → Saldo |

## Mulai dari mana

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Apa Itu DIRO</strong></td><td>Gambaran fitur dan istilah yang dipakai di seluruh panduan ini.</td><td><a href="/pages/bvjH61ZAykrMET6j3O13">/pages/bvjH61ZAykrMET6j3O13</a></td></tr><tr><td><strong>Persiapan Awal</strong></td><td>Delapan langkah sampai storefront Anda siap menerima booking pertama.</td><td><a href="/pages/eFw5egkek88rxCNZbT7A">/pages/eFw5egkek88rxCNZbT7A</a></td></tr><tr><td><strong>Mengatur Jadwal</strong></td><td>Jadwal mingguan, tanggal tertentu, kelas rutin, dan sesi bulanan.</td><td><a href="/pages/9HTF2WMS5csGBNFap2n0">/pages/9HTF2WMS5csGBNFap2n0</a></td></tr><tr><td><strong>Pertanyaan Umum</strong></td><td>Kendala yang paling sering muncul dan cara menyelesaikannya.</td><td><a href="/pages/0q67wsDcjpRW5b4cFcg2">/pages/0q67wsDcjpRW5b4cFcg2</a></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, and the optional `goal` query parameter:

```
GET https://docs.diro.app/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
