# Notifications

Neverinstall uses a notification system to keep users informed about various events and updates related to their Spaces and the platform in general. These events can range from the status of a launched Space, to server connections, to the introduction of new features on the platform.

You can access your notifications by clicking on the bell icon, located in the top right corner of the platform's screen.

#### Notification Badges

Notification badges are a specific type of notification that appear when you launch a Space. These badges serve to notify you about various background tasks and information related to your Space. Here are some examples of the information that a badge might convey:

* Connection status with the server
* Disruption in the server connection
* Current internet speed
* Resolution of the Space
* Permissions required and requested by the platform
* Privacy-related information
* Changes to the keyboard layout or other settings

This notification system, including the notification badges, helps ensure you stay informed about important updates and changes, allowing you to make the most of your Neverinstall experience.


---

# Agent Instructions: 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://docs.neverinstall.com/spaces/notifications.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.
