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

# How do I hide or show an app?

### Relevant applications

The following applications can be hidden or displayed:

* **News** (news feed, also called "Feeds")
* **Jobs** (job offers)
* **Docs** (documents)
* **Events** (events)

Applications **Posts**, **Messaging** and **Directory** cannot be hidden.

### Hide an application

Go to the'**Administration** section **Applications** (`/administration/apps`).

1. Click the **Learn more** of the relevant application
2. On the detail page, click the button **Hide application**
3. Confirm the action in the confirmation window

The application will be hidden from user interfaces (mobile, touchscreen, computer). The administrator can still access it via the button **View application** to prepare content before making it visible.

### Show an application

1. From the page **Applications**, click on **Learn more** of the hidden application
2. Click the **Show application**
3. Confirm the action

The application becomes visible again to all users.


---

# 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/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.
