> 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/quick-start/basic-usage.md).

# Basic usage

## Stream

After setup, it will automatically create Streams.

![](/files/VIqosSysDUlTe0TUesMP)

| Stream             | description                                                                                                                                                               |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Me`               | You can see issues/pull requests that are relevant to you. Basically, you won't miss anything if you look at this Stream. You can also filter by `My Issues` or `My PRs`. |
| `My Issues`        | Issue I was creating                                                                                                                                                      |
| `My PRs`           | Pull request you created                                                                                                                                                  |
| `Assigned`         | Issue/pull request to which you are assigned                                                                                                                              |
| `Review Requested` | Review requested pull request                                                                                                                                             |

In addition, the following notice will appear after a while. Follow the instructions to create other streams.

![](/files/A8RtZ9NGjKuCZadnKQ4W)

## issues

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

The following operations are particularly useful for viewing issues

| action                       | How to operate                                                                                              |
| ---------------------------- | ----------------------------------------------------------------------------------------------------------- |
| Show only unread issues      | <p>Select <code>Filter by unread</code> in the filter menu.<br>Or press <code>U</code> on the keyboard.</p> |
| Set the issue back to unread | <p>Click the unread icon on the floating menu.<br>Or press <code>I</code> on the keyboard.</p>              |

{% tabs %}
{% tab title="Filter menu" %}
![](/files/-MIIWRj4AjuE0V3ZYYDi)
{% endtab %}

{% tab title="Floating menu" %}
![](/files/-MIIXHOhwTk6SAsiJAHY)
{% endtab %}
{% endtabs %}

## Browser

![](/files/-MI8bYLe7encjO59rfEo)

Comments that have been added or updated since the last time you viewed the site will be highlighted.

![](/files/-MI8bwvg2vEDJRg_SAmI)

{% hint style="info" %}
For more information on how to use it, please refer to "[Use cases](/usecase.md)" and "[Reference](/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/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.
