> 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/2.data_frontend.md).

# Data Frontend

Anda dapat menampilkan dan melakukan management data dengan data yang berasal dari formulir frontend

Berikut adalah cara menggunakan dan konfigurasi widget untuk menampilkan data yang berasal dari formulir frontend:

Pilih/klik tambah widget

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

Pada bagian tab-menu data pilih formulir yang berasal dari frontend ![](https://github.com/QTN-DEV/quantumbyte-doc/blob/main/img/v1/backoffice/doc42.png) dalam hal ini nama formulir yang berasal dari frontend adalah data demo

Lakukan konfigurasi dengan cara klik icon gear ![](https://github.com/QTN-DEV/quantumbyte-doc/blob/main/img/v1/backoffice/doc43.png)

Akan muncul bidang konfigurasi, sesuaikan bidang/kolom ![](https://github.com/QTN-DEV/quantumbyte-doc/blob/main/img/v1/backoffice/doc44.png)

Pada kolom titel isi dengan title yang anda inginkan

Pada kolom grid title pilih field yang akan dijadikan title pada grid

Pada kolom grid image pilih field image yang akan dimunculkan pada grid

Pada kolom grid description klik add grid description untuk menambahkan deskripsi pada tampilan grid ![](https://github.com/QTN-DEV/quantumbyte-doc/blob/main/img/v1/backoffice/doc45.png)

Sesuaikan kolom berdasarkan deskripsi yang akan ditentukan ![](https://github.com/QTN-DEV/quantumbyte-doc/blob/main/img/v1/backoffice/doc46.png)

Pada bagian default view anda dapat menentukan apakah apakah tampilan akan berbentuk grid/table

Pilih/klik save untuk menyimpan konfigurasi

jangan lupa klik pratinjau untuk melihat hasil yang sudah dikonfigurasi

Berikut adalah contoh tampilan grid dengan menampilkan data yang berasal dari frontend ![](https://github.com/QTN-DEV/quantumbyte-doc/blob/main/img/v1/backoffice/doc47.png)


---

# 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/2.data_frontend.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.
