> For the complete documentation index, see [llms.txt](https://docs.jasperapp.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jasperapp.io/ja/quick-start/basic-usage.md).

# 基本的な使い方

## Stream

セットアップ後に自動的に次のようなStreamが作成されます。

![](/files/D1JDsqXjIpV1BsWMxrnN)

| Stream             | 説明                                                                                                     |
| ------------------ | ------------------------------------------------------------------------------------------------------ |
| `Me`               | 自分に関係するissue/pull requestを見ることができます。基本的にはこのStreamを見れば見落としはありません。`My Issues`や`My PRs`でフィルターしてみることもできます。 |
| `My Issues`        | 自分が作成いたissue                                                                                           |
| `My PRs`           | 自分が作成いたpull request                                                                                    |
| `Assigned`         | 自分がアサインされているissue/pull request                                                                         |
| `Review Requested` | 自分がレビュー依頼されたpull request                                                                               |

また、しばらくすると以下のお知らせが表示されます。手順に従って他のストリームも作成してみてください。

![](/files/JLoSmJ522lKtJHTcnSBa)

## issue <a href="#issues" id="issues"></a>

![](/files/-MI8Zr5b-6hs4fZjZfGp)

次の操作はissueの閲覧に特に役立ちます。

| 動作             | 操作方法                                                                                      |
| -------------- | ----------------------------------------------------------------------------------------- |
| 未読issueだけを表示する | <p>フィルターメニューの<code>Filter by unread</code>を選択する。</p><p>もしくはキーボードの <code>U</code> を押す。</p> |
| issueを未読に戻す    | <p>フローティングメニューの未読アイコンをクリックする。</p><p>もしくはキーボードの <code>I</code> を押す。</p>                    |

{% tabs %}
{% tab title="フィルターメニュー" %}
![](/files/-MIIWRj4AjuE0V3ZYYDi)
{% endtab %}

{% tab title="フローティングメニュー" %}
![](/files/-MIIXHOhwTk6SAsiJAHY)
{% endtab %}
{% endtabs %}

## ブラウザ <a href="#browser" id="browser"></a>

![](/files/-MI8bYLe7encjO59rfEo)

前回閲覧時から追加、更新されたコメントはハイライトされて表示されます。

![](/files/-MI8bwvg2vEDJRg_SAmI)

{% hint style="info" %}
さらに詳しい使い方は「[ユースケースごとの使い方](/ja/usecase.md)」「[リファレンス](/ja/reference.md)」を参照してください。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.jasperapp.io/ja/quick-start/basic-usage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
