> 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/en/ecrans-tv/modules-tv.md).

# The modules of Steeple TV screens

### Overview

Steeple TV screens display **modules** in addition to the news feed. Each module brings a specific feature displayed on the screen.

### Available modules

#### Information modules

* **Indicator** : display a KPI or key metric (number with label)
* **Counter** : customizable counter (e.g., days without an accident, goal reached)
* **Work accident counter** : dedicated tracking of work accidents
* **Countdown** : countdown to a target date (event, deadline)
* **Quotes** : rotating display of inspirational quotes
* **RSS feed** : relay content from an external RSS feed

#### Social and interactive modules

* **Idea box** : allow employees to submit ideas and vote
* **Well-being at work** : quick poll on employee well-being
* **Raffle** : conduct a raffle among employees
* **Room booking** : display meeting room availability

#### Seasonal / event-based modules

* **Advent calendar** : interactive calendar for the Christmas period
* **Football predictions** : predictions for European football championships
* **Rugby predictions** : predictions for rugby
* **Easter** : egg hunt game

#### Integration modules

* **Facebook** : display the feed from a Facebook page
* **Goodays Integration** : display customer satisfaction metrics

#### Other modules

* **Birthdays** : display employees' birthdays
* **Seniority** : display work anniversaries
* **Top contributors** : ranking of the most active employees

### Module management

#### Add a module

From **Administration** > **Capacitive touchscreens** > select a screen > **Modules** :

1. Click on **Add a module**
2. Select the module type
3. Configure module-specific settings
4. Save

#### Organize modules

The modules are grouped into **blocks** (categories) on the screen. It is possible to:

* Rename blocks
* Reorder modules within a block
* Reorder the blocks relative to each other
* Delete a module (it remains active on mobile and web but disappears from the TV screen)

### Availability

Some modules are available only on TV screens, while others are also accessible on the web and mobile. Availability depends on each module's configuration.

### What the assistant can do

With the Administration scope, the assistant can manage TV screens (settings, subscriptions) and organize module categories (list, add, rename, delete, reorder). Fine-grained configuration of each module is done from the administration interface.


---

# 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/en/ecrans-tv/modules-tv.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.
