# 패널 편집

패널 디자이너에는 두 개의 मुख्य 창이 있습니다:

* **왼쪽 창.** 채널 링크가 있는 상단 바, 그다음에 **실시간 미리보기** Discord에서 렌더링될 때의 패널 모습.
* **오른쪽 창.** 선택한 항목에 따라 표시 내용이 달라지는 컨텍스트 인식 편집기입니다.

<figure><img src="/files/aff837ec6f599b8520d5e5921f74c865f43fb6b4" alt="The panel editor open on an existing panel"><figcaption></figcaption></figure>

## 편집기 작동 방식

왼쪽 창은 Discord에서 보일 패널의 실시간 미리보기입니다. 편집하려는 부분을 수정하려면 미리보기에서 해당 부분을 클릭하세요. 왼쪽에서 구성 요소를 클릭하면 오른쪽에 해당 편집기가 열립니다. 임베드를 클릭하면 임베드 편집기가 열리고, 버튼을 클릭하면 해당 버튼의 설정이 열리는 식입니다. 톱니바퀴 아이콘은 패널 전체 기본값을 엽니다.

전송 채널은 생성 마법사에서 설정되므로, 새 패널은 편집기에 도달할 때 이미 채널이 설정되어 있습니다. 나중에 다른 채널로 옮기려면 [패널 이동](/docs/ko/panels/move-a-panel.md).

## 저장 중

변경 사항은 저장하기 전까지 적용되지 않습니다. 저장되지 않은 편집 내용이 있으면 하단에 막대가 나타나며 **저장** 및 **재설정**. 저장은 편집 내용을 적용하고, 재설정은 이를 버립니다. 저장되지 않은 편집 내용이 있는 상태에서 나가려 하면 대시보드가 먼저 확인을 요청합니다.

필수 필드가 비어 있으면, 입력할 때까지 저장 버튼은 비활성화된 상태로 유지됩니다.

## 편집하면 열려 있는 티켓에 영향을 주나요?

**아니요.** 패널을 편집해도 패널 메시지와 **향후** 티켓 개설에만 영향을 미칩니다. 현재 열려 있는 티켓은 그대로 유지됩니다.

## 편집 후 패널을 다시 보내야 하나요?

**아니요.** 저장하면 Discord의 패널 메시지가 자동으로 업데이트됩니다. 패널 메시지가 삭제된 경우에만 다시 보내면 됩니다.

→ [패널 다시 보내기](/docs/ko/panels/resend-a-panel.md)

## 관련

{% content-ref url="/pages/a592fb2d163b7a4320f25aea8b067a4894c3ef1c" %}
[임베드 편집](/docs/ko/panels/edit-the-embed.md)
{% endcontent-ref %}

{% content-ref url="/pages/00b63fdd0dd5c16db7f684af490c051773080f8d" %}
[버튼 편집](/docs/ko/panels/edit-a-button.md)
{% endcontent-ref %}

{% content-ref url="/pages/1a336312dccc23ede6de8a6d04477c20f51879ef" %}
[옵션별 설정](/docs/ko/panels/per-option-settings.md)
{% endcontent-ref %}


---

# 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:

```
GET https://ticketking.xyz/docs/ko/panels/edit-a-panel.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.
