# Headline

Cara menambahkan Headline component

Berikut langkah-langkah untuk menambahkan headline *component*

* Buka Qore App Editor&#x20;

* Pada tab library, di section media pilih headline *component*. Terdapat 2 cara untuk menambahkan *component* ke dalam emulator&#x20;

  * Jika ingin menambahkan *component* langsung ke suatu page, kamu dapat *double-click card* tersebut
  * Jika ingin menambahkan *component* ke dalam salah satu kontainer di page tersebut, kamu dapat *drag and drop* ke dalam kontainer yang diinginkan

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

* Jika berhasil maka headline *component* akan muncul di *emulator editor screen* seperti berikut&#x20;

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

Properties dari headline component adalah&#x20;

Design :

* Source : sumber gambar dari headline, dapat berupa link gambar ataupun baris dalam qore data
* Style : mengubah gaya headline, apakah gambar ditampilkan secara penuh atau dalam bentuk profile
* Title : sebagai judul headline
* Description : menunjukkan keterangan atau deskripsi singkat dari headline

Berikut contoh headline yang telah dimodifikasi

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


---

# 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.qore.dev/component/media/headline.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.
