# Embed

Cara menambahkan Embed component

Berikut langkah-langkah untuk menambahkan embed *component*

* Buka Qore App Editor&#x20;

* Pada tab library, di section media pilih embed *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/d9khDUs3iLqmZ2wNqsJu" alt=""><figcaption></figcaption></figure>

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

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

Properties dari embed component adalah&#x20;

Design :&#x20;

* Embed : link dari video yang akan di-embed
* Ratio : ratio dari tampilan video, apakah square, 16:9, 4:3, 2:1

Berikut contoh embed yang telah dimodifikasi

<figure><img src="/files/bmQPfF08TFtA7gH1yr48" 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/embed.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.
