> 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/transcripciones/where-to-find.md).

# Dónde encontrar una transcripción

Después de que un ticket se cierra, la transcripción es accesible desde varios lugares.

## 1. El embed del registro de cierre

El embed de cierre en tu canal de registro de tickets cerrados tiene un **Ver transcripción** botón de enlace justo debajo de los campos del embed.

## 2. La página de detalle de ticket único del panel

**Panel → Historial de tickets** → haz clic en cualquier ticket cerrado → su página de detalle tiene un **"Ver transcripción"** enlace en la tarjeta de Información del ticket.

## 3. El DM del autor (cuando el mensaje de cierre al usuario por DM está activado)

Cuando **DM User Close Message** está activado (el valor predeterminado), el autor del ticket recibe el embed de cierre en sus mensajes directos, incluido un **Ver transcripción** enlace.

## 4. Tu página "Mis transcripciones"

Los miembros pueden visitar [**ticketking.xyz/user/transcripts**](https://ticketking.xyz/user/transcripts) para ver todas las transcripciones a las que tienen acceso, en todos los servidores.

<figure><img src="/files/00ae31dd4179b08e2544797ce7f83265fac56de8" alt="The user/transcripts page showing a list of transcripts grouped by server"><figcaption></figcaption></figure>

## Autenticación

Ver una transcripción requiere iniciar sesión con Discord.

→ [Visualización de transcripciones específica por rol](/docs/es/transcripciones/role-specific-viewing.md)

## Compartir una transcripción

Abrir una transcripción depende de que el espectador tenga permiso. Compartir el enlace con alguien que no tiene permiso no le otorga acceso. Se le deniega cuando intenta abrirla.

## Relacionado

{% content-ref url="/pages/b0310c68574f90661d703d042b3a9f106adcef68" %}
[Qué contiene una transcripción](/docs/es/transcripciones/whats-in-a-transcript.md)
{% endcontent-ref %}

{% content-ref url="/pages/04541ed4a6994aabbf6d8eca1bda98c17c5a7f74" %}
[Visualización de transcripciones específica por rol](/docs/es/transcripciones/role-specific-viewing.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/transcripciones/where-to-find.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.
