> For the complete documentation index, see [llms.txt](https://malgn.gitbook.io/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/embed-youtube.md).

# 유튜브 영상 삽입하기

{% hint style="info" %}
에디터 미디어 삽입 기능으로 유튜브 영상 삽입하는 방법입니다.&#x20;
{% endhint %}

&#x20;

#### 일반 영상&#x20;

1\. 유튜브 접속 > 공유하기 버튼 클릭 > **\[<>]** 퍼가기 아이콘 클릭&#x20;

&#x20;

![](https://ppm.malgn.co.kr/data/1/1a8477b0b001c4e8409c8366508a3e14.png)

2\. iframe **\[복사]** 버튼 클릭

&#x20;

![](https://ppm.malgn.co.kr/data/1/7d84fee05766e73901a1e05ac49f708b.png)

&#x20;

3\. 에디터 > 미디어 삽입 \[▶] 아이콘 클릭 > 일반 > '소스' 에 복사한 iframe 붙여넣기 > **\[저장]** 버튼 클릭&#x20;

&#x20;

***

#### 숏츠 영상&#x20;

{% hint style="warning" %}
숏츠의 경우 유튜브 정책 변경 시 소스코드 복사가 제공되지 않을 수 있습니다.
{% endhint %}

&#x20;

1\. 유튜브 숏츠 접속 > 마우스 우클릭 > 소스코드 복사 클릭&#x20;

<img src="https://ppm.malgn.co.kr/data/1/9c224b6e254c1f2aa71e210be511f230.png" alt="" height="709" width="476">

&#x20;

&#x20;

2\. 에디터 > 미디어 삽입 \[▶] 아이콘 클릭 > 일반 > '소스' 에 복사한 코드 붙여넣기 > **\[저장]** 버튼 클릭&#x20;

&#x20;

![](https://ppm.malgn.co.kr/data/1/d272d396ef389e23551b7edd95ea2e31.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://malgn.gitbook.io/cloud/operation-guide/operation-tips/embed-youtube.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.
