> 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

Cómo acceder a una transcripción después de cerrar un ticket.

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

## 1. La incrustación del registro de cierre

La incrustación de cierre en tu canal de registro de tickets cerrados tiene un **Ver transcripción** botón de enlace justo debajo de los campos de la incrustación.

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

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

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

Cuando **Mensaje de cierre por DM al usuario** está activado (la opción predeterminada), el autor del ticket recibe la incrustación 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 cada transcripción a la que tienen acceso, en todos los servidores.

<figure><img src="https://2808658242-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrnuG1qjzbOoh0efVpoK8%2Fuploads%2Fgit-blob-39d689d74d51fc25e21a852d00cf4ec04ca3ba9b%2Fuser-transcripts-page.png?alt=media" 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 concede acceso. Se le deniega cuando intenta abrirlo.

## 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.
