# 연결 기간 설정

<i class="fa-crown">:crown:</i> **프리미엄 기능입니다.** 설정을 연 다음, **Steam 연결 설정** 그룹을 연 다음, **Steam 연결 기간**.

이 설정은 멤버의 Steam-Discord 연결이 다시 연결해야 하기 전에 며칠 동안 유효한 상태로 유지될지를 설정합니다.

## 구성

| 항목              | 유형  | 범위     | 기본값 |
| --------------- | --- | ------ | --- |
| **Steam 연결 기간** | 일 수 | 1\~365 | 30  |

서버에 프리미엄이 적용될 때까지 이 필드는 다음 이유로 비활성화됩니다 *"이 서버에는 Steam 연결이 구성되어 있지 않습니다"*.

<figure><img src="/files/492c4fbe377666aa1ac83fcc29d74d0041133409" alt="The Steam Linking Duration field in Settings"><figcaption></figcaption></figure>

## 기간의 의미

멤버가 Steam 계정을 연결하면 연결 시간이 저장됩니다. 그 시점부터 설정한 일수가 지나면:

* 멤버가 다음에 Steam이 필요한 옵션을 열려고 하면, 봇은 해당 멤버를 연결되지 않은 상태로 처리합니다.
* 티켓을 열기 전에 다시 연결해야 합니다.

카운트는 멤버가 처음 연결한 시점부터 시작하며, 마지막으로 연결을 사용한 시점부터 시작하지 않습니다. 30일 기간으로 0일차에 연결한 멤버는 최근 활동 여부와 관계없이 30일차에 다시 연결하라는 안내를 받습니다.

## 기간을 설정하는 이유

* 멤버가 Steam 계정을 바꾸는 경우가 있어 오래된 연결은 최신 상태가 아닐 수 있습니다.
* 가끔 다시 연결하면 계정이 침해되었을 때의 영향을 줄일 수 있습니다.
* 일부 커뮤니티는 연결을 무기한 유지하지 않기를 선호합니다.

## 기간 선택

| 일   | 적합한 대상                        |
| --- | ----------------------------- |
| 7   | 자주 재확인을 원하는 커뮤니티              |
| 30  | 대부분의 서버                       |
| 90  | Steam ID를 주로 편의를 위해 사용하는 커뮤니티 |
| 365 | 멤버 구성이 안정적인 커뮤니티              |

영구 옵션은 없습니다. 최소값은 1일이고 최대값은 365일입니다.

## 기간이 끝나기 전에 다시 연결하기

멤버는 다음을 실행하여 더 일찍 다시 연결할 수 있습니다 `/unlinksteam` 를 실행해 현재 연결을 해제한 다음, Steam이 필요한 옵션을 열면 연결 절차가 다시 시작됩니다.

서버 관리자(소유자 또는 Administrator나 서버 관리 권한이 있는 사람)도 대시보드의 Steam 연결 페이지에서 해당 항목 옆의 연결 해제 버튼을 사용해 멤버의 연결을 해제할 수 있습니다.

## 관련

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

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