# /claim

## 클레임 명령

### 개요

해당 `/claim` 명령은 현재 티켓을 당신이 클레임한 것으로 표시합니다. 이는 다른 스태프에게 당신이 해당 티켓을 처리 중임을 알려줍니다. 티켓 안에서 실행하세요.

### 사용법

```
/claim
```

### 설명

* **티켓을 가져오기**: 당신이 해당 티켓의 담당 스태프가 됩니다.
* **변경 사항**: 효과는 서버의 티켓 클레임 모드에 따라 달라집니다. 모드에 따라 클레임은 티켓을 그대로 둘 수도 있고, 다른 스태프는 읽기 전용으로 만들 수도 있으며, 또는 개설자, 당신, 봇에게만 제한할 수도 있습니다. 서버는 티켓이 클레임될 때 티켓 작성자에게 멘션하고 역할을 추가할 수도 있습니다.

### 사용할 때

* 티켓 작업을 시작할 때 사용하면 다른 스태프가 이미 처리 중임을 알 수 있습니다.

### 권한

* Manage Channels 또는 Manage Server 권한이 있거나, 서버 소유자이거나, 승인된 지원 역할을 보유한 경우 이 명령을 사용할 수 있습니다. Administrator도 해당 권한을 포함하므로 작동합니다.
* 봇에 필요 `채널 관리` 티켓을 업데이트하려면.

{% hint style="info" %}
사용 `/claim` Discord에서 무료입니다. 대시보드에서 티켓을 클레임하는 것은 Premium 기능입니다.
{% endhint %}

### 예시

```
/claim
```

티켓을 당신이 클레임한 것으로 표시합니다.


---

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