# /panel

## 패널 명령어

### 개요

해당 `/panel` 이 명령어는 현재 채널에 기본 티켓 패널을 게시합니다. 패널에는 구성원이 클릭하여 티켓을 열 수 있는 버튼이 하나 있습니다. 패널을 원하는 채널에서 실행하세요.

### 사용법

```
/panel
```

### 설명

* **티켓 패널 게시**: 버튼이 있는 메시지를 추가합니다. 구성원이 버튼을 클릭하여 티켓을 엽니다.
* **빠른 시작**: 봇을 처음 추가할 때 간단한 티켓 버튼을 설정하는 데 유용합니다.

여러 옵션, 사용자 지정 버튼, 선택 메뉴, 양식이 있는 패널은 대신 대시보드에서 패널을 만드세요.

### 바닥글

무료 서버에서는 이 기본 패널에 "Powered by Ticket King" 바닥글이 표시됩니다. 프리미엄 서버에서는 바닥글이 표시되지 않습니다.

### 사용할 때

* 구성원이 티켓을 열 수 있는 간단한 방법이 필요할 때.
* 구성원이 티켓을 여는 도움말 또는 지원 채널에서.

### 권한

* 이 명령어를 사용하려면 서버 관리 권한이 필요합니다. 서버 소유자와 관리자 권한이 있는 사람도 사용할 수 있습니다.
* 봇에 필요 `채널 관리` 서버에서, 그리고 `메시지 보내기` 및 `임베드 링크` 패널이 게시된 채널에서.

### 예시

```
/panel
```

현재 채널에 기본 티켓 패널을 게시합니다.


---

# 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/bot-commands/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.
