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

# TV screens: module and category management

### Access module management

From the settings page of **a TV screen**, click on **Edit** in the **Category management**.

The page displays the module categories configured for this screen, along with the total number of modules displayed.

### Add a module

From the management page of a category, click the **Add a module**.

Choose the type of module to add from the list provided.

Configure the module-specific settings and confirm.

### Add a category

Click the **Add a category** (plus icon) at the top right. Enter the name of the new category and confirm.

### Rename a category

On the category row, click the **three-dot** menu and select the rename option. Enter the new name and confirm.

### Delete a category

On the category row, click the **three-dot** and select the delete option. A confirmation will be requested. All modules in this category will also be deleted.

### Reorder categories

Categories can be reordered by **drag and drop**. Click and hold the **double-bar** icon to the left of the category, then move it to the desired position.

### Reorder modules within a category

Likewise, the modules within a category can be reordered by drag and drop using the **double-bar** icon to the left of each module.

### Delete a module

Click the **trash** icon to the right of the module to delete.

The module will no longer be visible on the TV screen. It **will remain active** on the mobile app and via the browser.


---

# 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://help.steeple.com/en/ecrans-tv/ecrans-tv-modules.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.
