# Widget

Widget adalah sebuah komponen yang dapat digunakan untuk menampilkan data maupun untuk mengirim data. Satu halaman dapat berisi banyak Widget, setiap widget yang kamu buat maka akan mengurangi saldo Token Proyek sesuai dengan jumlah token yang dibutuhkan pada setiap widget.

Jika proyek kamu kekurangan token, maka kamu dapat mengubah Token Akun menjadi Token Proyek.

{% hint style="info" %}
**Hanya pemilik proyek yang dapat mengubah Token Proyek menjadi Token Akun.**
{% endhint %}


---

# 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.corex.id/perkenalan/widget.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.
