# セットアップ

## インストール <a href="#install" id="install"></a>

[jasperapp.io](https://jasperapp.io/) から最新のJasperをダウンロードし、zipファイルを展開してください。Jasperを起動すると、Mac/Windowsでは以下の確認が表示されます。説明に従い起動を完了してください。

{% tabs %}
{% tab title="Mac" %}
![](/files/-MIDM2oKIeaitLwfRtB8)
{% endtab %}

{% tab title="Windows" %}
![](/files/-MIDLW0oADJtewDosv-k)

![](/files/-MIDLZG15mfCgcGJkby0)
{% endtab %}
{% endtabs %}

## アクセストークンの設定 <a href="#access-token" id="access-token"></a>

Jasperを起動するとGitHub, GHE(GitHub Enterprise)の選択が表示されます。GHEの場合はホスト名`例 ghe.example.com`を入力してください。

つぎにアクセストークンの入力が必要になります。GitHubとGHEで設定方法が異なります。

{% tabs %}
{% tab title="GitHubの場合" %}
GitHubの場合はOAuthによるアクセストークンの設定を推奨します。画面の指示に従って、OAuth認証を実施してください。

![](/files/ZtkG6Vvpvl6Wq4FEkn8X)

もしくは[Personal access token](https://github.com/settings/tokens)からアクセストークンを作成して使用することもできます。必要なスコープは`repo`, `read:org`, `notifications`, `user`, `read:project` です。&#x20;

![](/files/JV49BrQKU9zSjNM60Yte)
{% endtab %}

{% tab title="GHEの場合" %}
GHEの場合はPersonal access tokenを`https://GHEのホスト/settings/tokens`から作成してください。必要なスコープは`repo`, `read:org`, `notifications`, `user`, `read:project`です。&#x20;

![](/files/IBdsAezJTMs4f9tH4ot6)
{% endtab %}
{% endtabs %}

最後に設定内容を確認してOKを押してください。ユーザ名が表示されれば完了です🎉

![](/files/YUldCsEQqGmNkxIjfaqn)

## 初回読み込み <a href="#initial-loading" id="initial-loading"></a>

設定が完了すると、自動的にissueの読み込みが開始されます。この初回の読み込みには数分ほどかかります。Jasperを終了せず、お使いください。

初回読み込み中に「[基本的な使い方](/ja/quick-start/basic-usage.md)」をお読みいただくことで、Jasperをスムーズに使い始めることができます。


---

# 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/quick-start/setup.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.
