# ユースケース

- [Streamのクエリ](https://docs.jasperapp.io/ja/usecase/query.md): Streamには柔軟なクエリを指定することができます。ここではよく使われるクエリを紹介します。
- [issueの閲覧](https://docs.jasperapp.io/ja/usecase/browse.md): 効率的にissueを閲覧できるようにJasperには様々な機能があります。ここではよく使われる機能をいくつか紹介します。
- [issueの検索](https://docs.jasperapp.io/ja/usecase/search.md): Streamや全体からissueを検索することができます。
- [見た目と通知](https://docs.jasperapp.io/ja/usecase/appearance.md): Jasperを使いやすくするために見た目や通知の設定方法を紹介します。
- [キーボード操作](https://docs.jasperapp.io/ja/usecase/keyboard.md): Jasperには様々なキーボードショートカットがあります。ここではよく使われるキーボードショートカットを紹介します。
- [高度な設定](https://docs.jasperapp.io/ja/usecase/advanced.md): GitHubとの高度な連携や、Streamの更新間隔を最適化する方法を紹介します。


---

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