# Browse issues

## Unread issues <a href="#unread" id="unread"></a>

To quickly display just the unread issues, use the issue's filter function - select `Filter by unread` from the filters at the top of the issue list. Alternatively, you can also display just the unread issues by pressing `U` on your keyboard.

![](https://2402691658-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MHdBvXuUTTvADT4CXrm%2F-MIIVjEVNLVPQyja087W%2F-MIIWRj4AjuE0V3ZYYDi%2Ffilter_by_unread.png?alt=media\&token=75521be2-eb75-4e2f-b80c-7cb04f90ac4c)

## Read it later

If you want to read it later, there are two ways to do it in Jasper.

The first is to return an issue to unread by selecting `Mark as Unread` from the issue's floating menu. Alternatively, you can press `I` on the keyboard on a selected issue to mark it back as unread.

The second way to bookmark an issue is to add it to your bookmarks. Select `Add to Bookmark` from the issue's floating menu. Alternatively, you may bookmark a selected issue by pressing `B` on the keyboard.

{% tabs %}
{% tab title="Mark as unread" %}
![](https://2402691658-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MHdBvXuUTTvADT4CXrm%2F-MIIVjEVNLVPQyja087W%2F-MIIXHOhwTk6SAsiJAHY%2Fhover_unread.png?alt=media\&token=fb1966be-9f1e-42e6-93ca-0cf7c8353f9e)
{% endtab %}

{% tab title="Add to bookmark" %}
![](https://2402691658-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MHdBvXuUTTvADT4CXrm%2F-MIIVjEVNLVPQyja087W%2F-MIIXKI7VZ-wbT6zijqL%2Fhover_bookmark.png?alt=media\&token=6e642c54-94af-49ea-aea0-eca238e43146)
{% endtab %}
{% endtabs %}

## Exclude unwanted issues <a href="#archive" id="archive"></a>

You can use the archive feature to exclude issues that you do not need to view in the future. To archive, select `Move to Archive` from the floating menu. Alternatively, you may archive an issue in the selected state by pressing the `E` key on your keyboard.

![](https://2402691658-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MHdBvXuUTTvADT4CXrm%2F-MIIVjEVNLVPQyja087W%2F-MIIXWSJjRgWsBebCwjz%2Fhover_archive.png?alt=media\&token=84529e72-919b-4867-995d-f404facbd9f5)

## Check unread comments <a href="#unread-comment" id="unread-comment"></a>

When viewing an issue in Jasper's built-in browser, Jasper will highlight the comments that have been added or updated since the last time you viewed the issue. You will also see a mini-map of the comments that have been added/updated on the left side of the issue. You can use this comment highlighting and minimap to quickly see which comments have not been read.

{% tabs %}
{% tab title="Highlight comments" %}
![](https://2402691658-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MHdBvXuUTTvADT4CXrm%2F-MI8UMPIekGLf_tB1xbO%2F-MI8bwvg2vEDJRg_SAmI%2F03_highlight_comment.png?alt=media\&token=0a725422-0ca7-40e8-8474-9374c3e689f4)
{% endtab %}

{% tab title="Comment minimap" %}
![](https://2402691658-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MHdBvXuUTTvADT4CXrm%2F-MIBsMW1Ga-VTftiOFrD%2F-MIBtfwIwDLtaH9Q8-fk%2F08_minimap.png?alt=media\&token=790232f6-f8d0-4e71-ab4b-a4cb8d62746c)
{% endtab %}
{% endtabs %}

Also, any updates to the body of the issue will be displayed as a differential.

{% tabs %}
{% tab title="Notice of difference" %}
![](https://2402691658-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MHdBvXuUTTvADT4CXrm%2F-MI9EE3LtjJ5RCsdS2Tc%2F-MI9IIuxUAmvxCRdUiiY%2F08_diff_body1.png?alt=media\&token=9461c22e-c651-47f0-94ba-46528d026c43)
{% endtab %}

{% tab title="Show the difference" %}
![](https://2402691658-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MHdBvXuUTTvADT4CXrm%2F-MI9EE3LtjJ5RCsdS2Tc%2F-MI9ILKRqcAEb8x6aZPJ%2F08_diff_body2.png?alt=media\&token=ba0401a8-55cf-4474-a29c-bbc106c2280f)
{% endtab %}
{% endtabs %}


---

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