> 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/es/administration/masquer-afficher-application.md).

# ¿Cómo ocultar o mostrar una aplicación?

### Aplicaciones afectadas

Las siguientes aplicaciones pueden ocultarse o mostrarse:

* **Noticias** (feed de noticias, también llamado "Feeds")
* **Empleos** (ofertas de empleo)
* **Docs** (documentos)
* **Eventos** (eventos)

Las aplicaciones **Publicaciones**, **Mensajería** y **Directorio** no pueden ocultarse.

### Ocultar una aplicación

Vaya a la**Administración**, sección **Aplicaciones** (`/administration/apps`).

1. Haga clic en el botón **Más información** de la aplicación afectada
2. En la página de detalle, haga clic en el botón **Ocultar la aplicación**
3. Confirme la acción en la ventana de confirmación

La aplicación se ocultará de las interfaces de usuario (móvil, pantalla táctil, ordenador). El administrador siempre puede acceder a ella mediante el botón **Ver la aplicación** para preparar contenido antes de hacerla visible.

### Mostrar una aplicación

1. Desde la página **Aplicaciones**, haga clic en **Más información** de la aplicación oculta
2. Haga clic en el botón **Mostrar la aplicación**
3. Confirme la acción

La aplicación vuelve a ser visible para todos los usuarios.


---

# 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/es/administration/masquer-afficher-application.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.
