> For the complete documentation index, see [llms.txt](https://ticketking.xyz/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ticketking.xyz/docs/it/collegamento-a-steam/turning-it-on.md).

# Attivare il collegamento Steam

<i class="fa-crown">:crown:</i> **funzionalità Premium.** Steam Linking ha due passaggi.

{% stepper %}
{% step %}

### Passaggio 1. Avere il piano premium

Steam Linking fa parte del piano premium. Una volta che il tuo server ha il premium, Steam Linking diventa disponibile entro pochi minuti.

Fino ad allora, il **Durata del collegamento Steam** campo nella pagina Impostazioni è disabilitato con il motivo *"Il collegamento Steam non è configurato per questo server"*.

<figure><img src="/files/9f52bba110d62f6585800fd3bd117f9a54da7dee" 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 %}

### Passaggio 2. Richiedilo per ogni opzione che vuoi proteggere

Anche con il piano premium, nessuna opzione del pannello richiede il collegamento per impostazione predefinita. Lo attivi per ogni opzione che scegli.

Per ogni opzione del pannello che vuoi proteggere dietro il collegamento Steam:

1. Apri l'editor del pannello.
2. Fai clic sul pulsante o sull'opzione.
3. Vai alla **Scheda Avanzate**.
4. Trova **Integrazione Steam ID**.
5. Attiva il **Richiedi Steam Linking** interruttore.
6. Salva.

Puoi anche impostarlo come predefinito del pannello sotto **Predefiniti del pannello**, in **Integrazione dell'ID Steam predefinita**. Le singole opzioni possono quindi sovrascrivere il predefinito.

<figure><img src="/files/abe9114dd447a5d87e5aa768e51b069a132fb3e2" 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 %}

## Cosa succede dopo averlo abilitato

* Quando un membro fa clic sull'opzione del pannello, il bot controlla prima se ha un collegamento Steam valido.
* In caso contrario, il bot chiede loro di collegarsi tramite un pulsante. Possono aprire il ticket solo dopo aver effettuato il collegamento.
* Il loro Steam ID diventa disponibile come `{STEAM_ID}` segnaposto. Puoi usarlo in:
  * Il formato del nome del ticket, ad esempio `bug-{TICKET_NUMBER}-{STEAM_ID}`.
  * Il contenuto dell'embed del ticket.
  * Il messaggio del thread dello staff.

## Disattivazione

Attiva il **Richiedi Steam Linking** disattiva l'interruttore nell'opzione, o nei predefiniti del pannello. I nuovi ticket non richiederanno il collegamento. I membri che lo hanno già collegato manterranno il loro collegamento.

## Se il premium termina

Se il tuo server passa dal premium di nuovo al piano gratuito:

* Steam Linking smette di funzionare.
* I membri che hanno già effettuato il collegamento mantengono il loro Steam ID memorizzato.
* Il `{STEAM_ID}` il segnaposto smette di essere compilato.
* La pagina della dashboard di Steam Linking diventa bloccata.

Quando il premium torna, i collegamenti precedenti tornano a funzionare.

## Correlati

{% content-ref url="/pages/179e115e6b68636886b2cb2fdf3c42ae379c0b41" %}
[Cosa fa il collegamento Steam](/docs/it/collegamento-a-steam/overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/30ee21d7e1037eb6b73d39aca13081c01eb5ce1c" %}
[L'impostazione della durata del collegamento](/docs/it/collegamento-a-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, and the optional `goal` query parameter:

```
GET https://ticketking.xyz/docs/it/collegamento-a-steam/turning-it-on.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
