# /help

## 도움말 명령어

### 개요

해당 `/help` 명령어는 Ticket King의 문서와 지원 자료로 연결되는 링크가 포함된 메뉴를 Discord 내에서 엽니다.

### 사용법

```
/help [command]
```

* **명령어** *(선택 사항)*: 명령어를 선택하면 해당 명령어의 문서 페이지로 바로 이동하는 링크를 받을 수 있습니다.

### 설명

* **도움말 메뉴**: 설정 가이드, FAQ, 봇 정보 등을 포함해 이동할 수 있는 페이지가 있는 메뉴를 엽니다.
* **빠른 링크**: 지원 서버, 문서, 초대 링크로 바로 연결되는 링크를 제공합니다.
* **명령어 도움말**: "에서 명령어를 선택하면 `명령어` 옵션을 선택하면, 봇이 해당 명령어의 문서 페이지 링크로 응답합니다.

### 사용할 때

* Ticket King의 작동 방식을 한눈에 보고 싶을 때 사용합니다.
* 지원 자료나 특정 명령어의 문서에 빠르게 접근하고 싶을 때 사용합니다.

### 권한

* 누구나 이 명령어를 사용할 수 있습니다.
* 메뉴를 표시하는 데 봇에 특별한 채널 권한이 필요하지 않습니다.

### 예시

```
/help
```

Ticket King 도움말 메뉴를 열어 도움말 섹션을 선택할 수 있게 합니다.

```
/help command:close
```

에 대한 링크를 반환합니다. `/close` 문서 페이지


---

# 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/help.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.
