> For the complete documentation index, see [llms.txt](https://ticketking.xyz/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ticketking.xyz/docs/ko/panels.md).

# 패널

- [패널 개요](https://ticketking.xyz/docs/ko/panels/overview.md): 패널이 무엇인지와 멤버가 이를 어떻게 사용하는지.
- [티켓 패널 만들기](https://ticketking.xyz/docs/ko/panels/create-a-ticket-panel.md): 티켓 패널을 위한 패널 생성 마법사.
- [애플리케이션 패널 만들기](https://ticketking.xyz/docs/ko/panels/create-an-application-panel.md): 애플리케이션 패널용 마법사와, 티켓 패널과의 차이점.
- [패널 편집](https://ticketking.xyz/docs/ko/panels/edit-a-panel.md): 패널 편집기, 두 개의 창, 그리고 저장 방식.
- [임베드 편집](https://ticketking.xyz/docs/ko/panels/edit-the-embed.md): 패널 임베드의 제목, 설명, 색상, 필드, 이미지, 바닥글.
- [버튼 편집](https://ticketking.xyz/docs/ko/panels/edit-a-button.md): 버튼별 시각적 사용자 지정(레이블, 색상, 이모지). 각 버튼은 고유 설정이 있는 하나의 옵션이기도 합니다.
- [셀렉트 메뉴 편집](https://ticketking.xyz/docs/ko/panels/edit-a-select-menu.md): 최대 25개 옵션이 있는 드롭다운으로, 버튼으로는 부족할 때 사용합니다. 각 옵션에는 자체 옵션별 설정이 있습니다.
- [링크 버튼 편집](https://ticketking.xyz/docs/ko/panels/edit-a-link-button.md): 티켓을 여는 대신 멤버를 URL로 보내는 버튼.
- [패널 전체 기본값](https://ticketking.xyz/docs/ko/panels/panel-wide-defaults.md): 패널 수준에서 값을 한 번 설정하세요. 재정의하지 않는 한 모든 옵션이 이를 상속합니다.
- [옵션별 설정](https://ticketking.xyz/docs/ko/panels/per-option-settings.md): General, Messages, Advanced 탭 전반에 걸친 티켓 버튼 또는 선택 메뉴 항목의 모든 옵션별 설정.
- [패널을 다른 채널로 이동](https://ticketking.xyz/docs/ko/panels/move-a-panel.md): 패널을 다시 만들지 않고 패널 메시지를 다른 채널로 이동합니다.
- [패널 다시 보내기](https://ticketking.xyz/docs/ko/panels/resend-a-panel.md): 패널 메시지가 삭제되었거나 새 복사본이 필요할 때.
- [이전 형식의 패널 마이그레이션](https://ticketking.xyz/docs/ko/panels/migrate-an-old-format-panel.md): 이전 패널이 현재 패널 형식으로 어떻게 이동되는지.
- [패널을 템플릿으로 저장](https://ticketking.xyz/docs/ko/panels/save-a-panel-as-a-template.md): 패널 디자인을 한 번 저장하고, 계속 재사용하세요.
- [템플릿](https://ticketking.xyz/docs/ko/panels/templates.md): Templates 페이지에 저장된 패널 디자인.
- [공개 프리셋](https://ticketking.xyz/docs/ko/panels/public-presets.md): 시작용 패널 디자인의 선별된 카탈로그.
- [패널 제한](https://ticketking.xyz/docs/ko/panels/panel-limits.md): 패널에 적용되는 모든 제한을 한곳에 모아둔 항목입니다.


---

# 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://ticketking.xyz/docs/ko/panels.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.
