# Library Stream

Library StreamとはJasper内のissueを横断的に整理したものです。Library Streamを使用する場合は`メニュー → Preferences → Streams`から有効にしてください。

![](/files/-MIBqfSLBh7tsItUHkmK)

| Library Stream | 内容                        |
| -------------- | ------------------------- |
| `Inbox`        | アーカイブされていない全てのissue       |
| `Open`         | アーカイブされていないオープン状態のissue   |
| `Unread`       | アーカイブされていない未読issue        |
| `Bookmark`     | アーカイブされていないブックマークされたissue |
| `Archived`     | アーカイブされたissue             |

デフォルトでは`Inbox`, `Bookmark`, `Archived`が有効になっています。

![](/files/-MInGNV6r7SaNzn42ibR)


---

# 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/ja/reference/library-stream.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.
