> 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/commandes-du-bot/thread.md).

# /thread

## Commande de fil

### Aperçu

Le `/thread` la commande crée un fil privé du personnel attaché à un ticket dans un salon textuel. Le personnel l’utilise pour parler en privé du ticket sans que le membre ne voie. Exécutez-la à l’intérieur du ticket.

### Utilisation

```
/thread
```

### Description

* **Espace privé pour le personnel**: Crée un fil privé distinct sur le ticket, réservé au personnel.
* **Ne convertit pas le ticket**: Le ticket reste un salon textuel. Le fil est un espace séparé à côté, pas un remplacement.
* **Reste privé**: Le membre qui a ouvert le ticket ne voit pas ce fil. Il ne fait pas partie de la transcription générée à la fermeture du ticket.

### Quand l'utiliser

* Lorsque le personnel doit discuter d’un ticket en privé.
* Lorsque plusieurs membres du personnel travaillent sur le même problème.

### Autorisations

* Vous pouvez utiliser cette commande si vous avez Gérer les salons ou Gérer le serveur, ou si vous êtes le propriétaire du serveur, ou si vous détenez un rôle d'assistance autorisé. Le rôle Administrateur fonctionne aussi, car il inclut ces autorisations.
* Le bot a besoin de l'autorisation `Gérer les salons` et `Créer des fils privés` dans le salon du ticket.

{% hint style="info" %}
`/thread` fonctionne avec les tickets en salon textuel. Un ticket qui est déjà lui-même un fil privé garde déjà les discussions du personnel privées, il n’a donc pas besoin d’un fil du personnel séparé.
{% endhint %}

### Exemple

```
/thread
```

Crée un fil privé du personnel sur le ticket, visible et utilisable uniquement par le personnel.


---

# 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/fr/commandes-du-bot/thread.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.
