> For the complete documentation index, see [llms.txt](https://help.stibee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stibee.com/email/edit/using-edit-box/video-preview.md).

# 동영상 미리보기

## 이 글에서는

\[동영상 미리보기] 상자를 사용하는 방법에 관해 안내합니다.

***

스티비 에디터의 \[동영상 미리보기] 상자를 추가하고 유튜브 영상 URL을 입력하면 썸네일 이미지를 자동으로 불러옵니다.

1. 화면 오른쪽 편집 상자 화면에서 \[동영상 미리보기] 상자를 왼쪽 화면에 끌어당깁니다.
2. 유튜브 영상 링크를 입력합니다.
3. 자동으로 썸네일을 불러오며, 썸네일을 누르면 유튜브로 이동해 동영상을 시청할 수 있습니다.

만약, 유튜브가 아닌 다른 서비스를 이용하고 있다면 썸네일 이미지를 추가한 뒤, 이미지에 동영상을 재생할 수 있는 외부 페이지 링크를 추가하면 됩니다.

{% hint style="info" %}
이메일의 기술적인 특성상 동영상을 임베드할 수는 없습니다. 동영상 임베드를 위해 사용하는 코드가 대부분의 이메일 수신 서비스에서 지원하지 않기 때문입니다.
{% endhint %}

<figure><img src="https://468498824-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeAMHRdY4ATDXfWZWQs3p%2Fuploads%2FixajvfsquYpd64gZWmPC%2Fscreencast-stibee.com-2024.04.22-14_27_15.gif?alt=media&amp;token=420fcd4c-3dfc-41af-bb53-c849b1bd4b82" alt=""><figcaption></figcaption></figure>


---

# 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://help.stibee.com/email/edit/using-edit-box/video-preview.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.
