# 신청 페이지

사이드바 → **신청** 검토 대기열을 엽니다. 이 페이지는 서버의 모든 신청 패널에 대한 모든 제출물을 보여줍니다.

<figure><img src="/files/b60b6ab57e3e62a49f0035b28074d4ae9154bb28" alt="The Applications page in the dashboard showing the filter row, the pending/approved/denied counts, and the table with at"><figcaption></figcaption></figure>

상태(대기 중, 승인됨, 거절됨), 날짜, 검토자별로 대기열을 필터링할 수 있고, 회원의 사용자 ID나 이름으로 검색할 수 있습니다. 이 페이지는 대기 중, 승인됨, 거절됨인 신청 수를 한눈에 보여 주어 검토 적체 현황을 확인할 수 있습니다.

아무 신청이나 클릭하여 세부 정보를 엽니다.

## 신청 세부 정보 창

표시 항목:

* 모든 답변: 질문 레이블은 굵게 표시되고 그 아래에 회원의 답변이 표시됩니다.
* 아바타, 이름, 계정 생성 날짜, 서버 가입 날짜를 포함한 신청자 정보.
* 신청이 처리된 경우 검토자, 시간, 공개 사유, 내부 메모를 포함한 결정 세부 정보.

대기 중인 신청에는 또한 **승인** (초록색) 및 **거부** (빨간색) 버튼이 표시됩니다.

<figure><img src="/files/0bd4aa7bbe39c0c7375a1f190e61c8fb8722aa99" alt="The Application Details window, showing the answers, the applicant info, and the Approve and Deny buttons on a pending a"><figcaption></figcaption></figure>

### 대시보드에서 승인하거나 거절하기

승인 또는 거절을 클릭하세요. 작은 팝업이 열립니다:

* **이유** (최대 1000자). 다음 경우 신청자에게 DM으로 전송됩니다. **신청자에게 결과를 DM으로 전송** 해당 옵션에 대해 활성화되어 있으면.
* **참고** (최대 1000자). 내부 전용입니다. 신청자에게는 절대 전송되지 않습니다.

제출 시 Ticket King은 다음을 수행합니다:

1. 신청에 대한 결정을 기록합니다.
2. 로그 임베드의 버튼을 비활성화하고 상태 배지를 업데이트합니다.
3. 승인 시 해당 옵션의 부여 역할을 부여하고 제거할 역할을 제거합니다.
4. 옵션에서 신청자에게 결과 DM 전송이 켜져 있으면 신청자에게 DM을 보냅니다.
5. 감사 로그 항목을 기록합니다.

## 로그 채널에서 승인하거나 거절하기

설정한 로그 채널의 로그 임베드에는 승인 및 거절 버튼이 있습니다. 이는 대시보드와 동일하게 동작하며, 하나를 클릭하면 같은 결정 팝업이 열립니다.

검토자는 신청 옵션의 **검토자 역할**에 나열된 역할을 보유해야 합니다. 그렇지 않으면 버튼이 오류를 반환합니다.

<figure><img src="/files/368e542434661adb265eed60430b9a197fa36d3b" alt="The application log embed in the log channel, showing its Approve and Deny buttons"><figcaption></figcaption></figure>

## 이 페이지를 사용할 수 있는 권한

이 페이지를 보려면 **지원서 기록 보기** 대시보드 권한이 필요합니다. 서버 소유자와 Administrator 또는 Manage Server 권한이 있는 사람도 볼 수 있습니다.

승인하거나 거절하려면 **지원서 검토** 대시보드 버튼에는 대시보드 권한이 필요하고, 로그 채널 버튼에는 해당 옵션의 Reviewer Roles에 나열된 역할이 필요합니다.

## 관련

{% content-ref url="/pages/aba56973408bdf6cbeeb224c794e77b0b8830fa0" %}
[신청서 개요](/docs/ko/applications/overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/a6ce1e5249c69fa7eb78d3f3fa194b466d119aa9" %}
[신청 설계하기](/docs/ko/applications/designing-your-application.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/applications/the-applications-page.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.
