# Appearance and notifications

## Stream colors and notification settings <a href="#color" id="color"></a>

Streams can be configured with colors and icons in the detail settings. This allows for grouping and allows you to make important Streams stand out from the crowd.

Notifications can also be turned on or off per Stream. If you don't want to be notified, you can turn off notifications for the streams you don't want to be notified about, so you don't miss any important notifications. Notifications can also be configured in batches from the Preferences screen.

{% tabs %}
{% tab title="Stream details" %}
![](/files/-MIJ1GM2mKcTVefzdXbw)
{% endtab %}

{% tab title="Collective setting" %}
![](/files/-MI8gQL102xuv_crjxYH)
{% endtab %}
{% endtabs %}

{% hint style="info" %}
Icons are available for all types of icons registered in [Material Design Icons](https://materialdesignicons.com/).
{% endhint %}

## General notification settings <a href="#general-notification" id="general-notification"></a>

You can also turn off notifications for the entire issue if you want to focus on viewing the issue. You can turn notifications on/off by clicking the 🔔 icon in the top left corner. Or you can press `⌘ + I`.

![](/files/-MI9E7SY2DtGvehYB5PW)

## Change the layout <a href="#layout" id="layout"></a>

You can increase the display area of an issue if you have a small screen, or if you are doing a pull request code review. You can increase the display area by toggling the layout icon in the top right corner, or you can toggle it by pressing ⌘ + 1, ⌘ + 2, or ⌘ + 3. You can also switch between them by pressing `⌘ + 1`, `⌘ + 2`, or `⌘ + 3`.

{% tabs %}
{% tab title="Layout icon" %}
![](/files/-MI9Dj9gBsDvidDP_gF3)
{% endtab %}

{% tab title="3 Layouts(normal)" %}
![](/files/-MI9DtHDzZl4jbZBGDVB)
{% endtab %}

{% tab title="2 Layouts" %}
![](/files/-MI9DwFHC-uvcNk-GbAs)
{% endtab %}

{% tab title="1 Layout" %}
![](/files/-MI9Dmtm72_AngHwICy7)
{% endtab %}
{% endtabs %}

## Hide the Stream <a href="#hide-stream" id="hide-stream"></a>

You can also hide unwanted Streams. For example, if you don't use `Inbox` or `Archive`, you can hide them to make Jasper easier to see.

![](/files/-MI8gQL102xuv_crjxYH)


---

# 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.jasperapp.io/usecase/appearance.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.
