> For the complete documentation index, see [llms.txt](https://docs.quantumbyte.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quantumbyte.ai/home/quantumbyte-v2.0/2.builder/2.backoffice/8.data/1.data_master.md).

# Data Master

Anda dapat membuat data master pada backoffice, biasanya data master digunakan untuk menyimpan data referensi yang digunakan pada layanan yang sedang dibuat/dikembangkan atau untuk menyediakan nilai default.

### Membuat data master

Untuk membuat data master pilih/klik tambah widget

<figure><img src="/files/osUGyQ37CyWvprmqrjAP" alt=""><figcaption></figcaption></figure>

Pada bagian tab-menu data pilih New Form

<figure><img src="/files/KGMm7y7kiCxy199SZris" alt=""><figcaption></figcaption></figure>

Lakukan konfigurasi dengan cara klik icon gear bertuliskan setup form pada widget new form

<figure><img src="/files/9TNHcBma8cjrdRfxnAWm" alt=""><figcaption></figcaption></figure>

klik/pilih tambah bidang

<figure><img src="/files/3VttHDhw9niXpEjenzMJ" alt=""><figcaption></figcaption></figure>

Akan muncul bidang field yang ditambahkan

Klik bidang yang baru saja ditambahkan

Pada kolom label isikan nama kolom yang akan dibuat

Jika sudah, lanjut pilih dan klik tombol setup komponen

Akan muncul bidang setup form yang berfungsi untuk mengkonfigurasi form field yang akan dibuat

<figure><img src="/files/FI0dtD1TpW5MjdQfLEJX" alt=""><figcaption></figcaption></figure>

Pilih dan sesuaikan jenis form yang akan digunakan (form standard, waktu, media, kamera, lokasi, dinamis, built-in, external internal data)

Ulangi proses diatas untuh menambahkan bidang baru dan lakukan konfigurasi berdasarkan jenis field yang dipilih


---

# 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.quantumbyte.ai/home/quantumbyte-v2.0/2.builder/2.backoffice/8.data/1.data_master.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.
