> 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/es/vinculacion-con-steam/turning-it-on.md).

# Activar Steam Linking

Cómo habilitar Steam Linking para tu servidor.

<i class="fa-crown">:crown:</i> **Función premium.** Steam Linking tiene dos pasos.

{% stepper %}
{% step %}

### Paso 1. Tener premium

Steam Linking forma parte de premium. Una vez que tu servidor tenga premium, Steam Linking estará disponible en unos minutos.

Hasta entonces, el **Duración de la vinculación de Steam** campo en la página de Configuración está deshabilitado con el motivo *"Steam linking no está configurado para este servidor"*.

<figure><img src="https://2808658242-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrnuG1qjzbOoh0efVpoK8%2Fuploads%2Fgit-blob-0740b0c318870406896387aa186993a2699e3fed%2Fsteamon-step-premium.png?alt=media" 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 %}

### Paso 2. Requerirlo en cada opción que quieras restringir

Incluso con premium, ninguna opción del panel requiere vinculación por defecto. La activas para cada opción que elijas.

Para cada opción del panel que quieras restringir detrás de Steam linking:

1. Abre el editor del panel.
2. Haz clic en el botón o la opción.
3. Ve a **Pestaña Avanzado**.
4. Busca **Integración de Steam ID**.
5. Activa el **Requerir Steam Linking** interruptor.
6. Guarda.

También puedes establecer esto como valor predeterminado del panel en **Valores predeterminados del panel**, en **Integración predeterminada de Steam ID**. Luego, las opciones individuales pueden anular el valor predeterminado.

<figure><img src="https://2808658242-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrnuG1qjzbOoh0efVpoK8%2Fuploads%2Fgit-blob-aea9b17dda48cad4c186535422285339c01c079e%2Fsteam-id-integration-toggle.png?alt=media" 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 %}

## Qué sucede después de activarlo

* Cuando un miembro hace clic en la opción del panel, el bot primero comprueba si tiene un enlace de Steam válido.
* Si no lo tienen, el bot les pide que enlacen usando un botón. Solo pueden abrir el ticket después de enlazarse.
* Su ID de Steam pasa a estar disponible como un `{STEAM_ID}` marcador de posición. Puedes usarlo en:
  * El nombre personalizado del ticket, por ejemplo `bug-{TICKET_NUMBER}-{STEAM_ID}`.
  * El contenido del embed del ticket.
  * El mensaje del hilo del personal.

## Desactivarlo

Activa el **Requerir Steam Linking** desactiva el interruptor en la opción, o en los valores predeterminados del panel. Los nuevos tickets no requerirán vinculación. Los miembros que ya se vincularon conservan su enlace.

## Si termina premium

Si tu servidor pasa de premium de nuevo a gratuito:

* Steam Linking deja de funcionar.
* Los miembros que ya se vincularon conservan su Steam ID almacenado.
* El `{STEAM_ID}` el marcador de posición deja de rellenarse.
* La página del panel de Steam Linking queda bloqueada.

Cuando el premium regrese, los enlaces anteriores volverán a funcionar.

## Relacionado

{% content-ref url="/pages/b565b6e43b91106fde848c2e0b1cf0d0d708cc91" %}
[Qué hace Steam Linking](/docs/es/vinculacion-con-steam/overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/20731d8d382856495020a4244ac601d8382e54ec" %}
[La configuración de duración del enlace](/docs/es/vinculacion-con-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/es/vinculacion-con-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.
