> For the complete documentation index, see [llms.txt](https://help.steeple.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.steeple.com/ecrans-tv/ecrans-tv-liste-et-parametres.md).

# Écrans TV : liste et personnalisation

### Consulter la liste des écrans TV

Rendez-vous dans l'**Administration**, section **Écrans** (`/administration/tv_screens`).

La page affiche tous les écrans TV de votre organisation. Utilisez la **barre de recherche** pour trouver un écran par son numéro de série ou son nom.

Chaque ligne affiche :

* **Nom** de l'écran
* **Statut** (en ligne ou hors ligne)
* **Nombre de communautés** associées
* **Statistiques de vues**

#### Actions disponibles sur chaque écran

* **Communautés** : voir la liste des communautés abonnées (ouvre une modale)
* **Voir l'écran** (icône œil) : prévisualiser l'affichage en temps réel
* **Paramètres** (icône engrenage) : accéder à la configuration de l'écran

Si un écran est hors ligne, un bouton **Aide** (icône point d'interrogation) permet de contacter le support.

### Personnaliser un écran TV

Depuis la liste des écrans, cliquez sur **Paramètres** (icône engrenage) sur l'écran souhaité.

La page des paramètres affiche 3 blocs de configuration. Pour la personnalisation, cliquez sur **Modifier** dans le bloc **Personnalisation du tableau d'affichage**.

#### Options de personnalisation

* **Nom de l'écran** : un nom descriptif (ex: "TV Salle de pause", "Écran entrepôt Poitiers")
* **Langue** : la langue affichée sur l'écran (nom des boutons, labels)
* **Couleur principale** : la couleur des boutons et du fond d'écran (sélection en hexadécimal)

Cliquez sur **Enregistrer** pour appliquer les modifications.

### Prévisualiser un écran

Depuis la liste des écrans, cliquez sur le bouton **Voir l'écran** (icône œil) pour consulter depuis votre ordinateur ce qu'affiche l'écran en temps réel.

### Création d'un écran

Seuls les consultants (coachs) et le support Steeple peuvent créer un nouvel écran TV.


---

# 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://help.steeple.com/ecrans-tv/ecrans-tv-liste-et-parametres.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.
