# Steam 연결 켜기

<i class="fa-crown">:crown:</i> **프리미엄 기능입니다.** Steam Linking에는 두 단계가 있습니다.

{% stepper %}
{% step %}

### 1단계. 프리미엄을 보유하세요

Steam Linking은 프리미엄의 일부입니다. 서버에 프리미엄이 적용되면 몇 분 안에 Steam Linking을 사용할 수 있게 됩니다.

그때까지는, **Steam 연결 기간** 설정 페이지의 필드는 이유와 함께 비활성화됩니다 *"이 서버에는 Steam 연결이 구성되어 있지 않습니다"*.

<figure><img src="/files/492c4fbe377666aa1ac83fcc29d74d0041133409" alt="The Settings page Steam Linking Duration field, showing the disabled state with the reason Steam linking is not configur"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 2단계. 게이트를 적용할 각 옵션에서 이를 요구하세요

프리미엄이 있어도 기본적으로 어떤 패널 옵션도 연결을 요구하지 않습니다. 선택한 각 옵션에 대해 이를 켭니다.

Steam 연결 뒤에 게이트를 적용하려는 각 패널 옵션에 대해:

1. 패널 편집기를 엽니다.
2. 버튼 또는 옵션을 클릭합니다.
3. 다음으로 이동하세요: **고급 탭**.
4. 찾기 **Steam ID 연동**.
5. 다음을 켭니다: **Steam Linking 필요** 토글을 켭니다.
6. 저장합니다.

또한 이를 패널 기본값으로 설정할 수 있습니다. **패널 기본값**, **기본 Steam ID 연동**. 그런 다음 개별 옵션이 기본값을 덮어쓸 수 있습니다.

<figure><img src="/files/0bf9a9fcbff7a1592f812ffa3ace3a2bb387b929" alt="A panel option&#x27;s Advanced tab with the Steam ID Integration section visible and the Require Steam Linking toggle on"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

## 활성화한 후에는 어떤 일이 일어나는가

* 구성원이 패널 옵션을 클릭하면, 봇은 먼저 유효한 Steam 연결이 있는지 확인합니다.
* 없으면 봇이 버튼으로 연결하도록 요청합니다. 연결한 후에만 티켓을 열 수 있습니다.
* 그들의 Steam ID는 다음과 같은 `{STEAM_ID}` 자리 표시자로 사용할 수 있습니다:
  * 티켓 이름 형식, 예를 들어 `bug-{TICKET_NUMBER}-{STEAM_ID}`.
  * 티켓 임베드 내용.
  * 스태프 스레드 메시지.

## 비활성화하기

다음을 켭니다: **Steam Linking 필요** 옵션 또는 패널 기본값에서 토글을 끕니다. 새 티켓은 더 이상 연결을 요구하지 않습니다. 이미 연결한 구성원은 연결이 유지됩니다.

## 프리미엄이 종료되면

서버가 프리미엄에서 무료로 전환되면:

* Steam Linking이 작동을 멈춥니다.
* 이미 연결한 구성원은 저장된 Steam ID를 유지합니다.
* 해당 `{STEAM_ID}` 자리 표시자 채우기가 중단됩니다.
* Steam Linking 대시보드 페이지가 잠깁니다.

프리미엄이 다시 돌아오면, 이전 연결이 다시 작동합니다.

## 관련

{% content-ref url="/pages/a898fec303d5981eff12f8a34a63bffadbe97469" %}
[Steam 연동이 하는 일](/docs/ko/steam/overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/dced8cfba143fa6733e0305e38db69b98d0ea9ff" %}
[연결 기간 설정](/docs/ko/steam/link-duration.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/steam/turning-it-on.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.
