> 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/fr/transcriptions.md).

# Transcriptions

- [Ce qu’il y a dans une transcription](https://ticketking.xyz/docs/fr/transcriptions/whats-in-a-transcript.md): Ce qui est capturé dans une transcription de ticket, et ce qui ne l’est pas.
- [Quand une transcription est générée](https://ticketking.xyz/docs/fr/transcriptions/when-generated.md): Les transcriptions sont générées uniquement à la fermeture.
- [Où trouver une transcription](https://ticketking.xyz/docs/fr/transcriptions/where-to-find.md): Comment accéder à une transcription après la fermeture d’un ticket.
- [Consultation de transcription selon le rôle](https://ticketking.xyz/docs/fr/transcriptions/role-specific-viewing.md): Restreindre a posteriori qui peut voir la transcription d’un ticket fermé.
- [Combien de temps les transcriptions sont conservées](https://ticketking.xyz/docs/fr/transcriptions/how-long-transcripts-stick-around.md): Les transcriptions sont conservées indéfiniment. Il n’y a pas d’expiration.


---

# 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/fr/transcriptions.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.
