> For the complete documentation index, see [llms.txt](https://docs.eag.is/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eag.is/eagis/docs/how-to-use-eagis.md).

# eagisの使い方

eagisは拡張機能としてChromeやBrave、Microsoft Edgeに追加することで利用可能です。詳しい対応ブラウザ等はこちらをご覧ください。

{% content-ref url="/pages/LblQPb4z0J417pnpm4lw" %}
[動作確認済ブラウザ](/eagis/docs/how-to-use-eagis/browser.md)
{% endcontent-ref %}

ダウンロードの手順は以下の2通りです。

{% hint style="warning" %}
ユーザーによってはインストールのときに「この拡張機能は、セーフブラウジング機能で信頼されていません。」と表示されることがあります。\
\
新しいデベロッパーの場合、信頼できると判断されるまでに通常数か月を要します。eagisはデベロッパープログラムポリシーに準拠して開発をしておりますのでこの警告は無視していただいて問題ないです。\
\
参考リンク：<https://support.google.com/chrome_webstore/answer/2664769?visit_id=637900206036412193-1327417481&rd=2#10745467>
{% endhint %}

### URLからインストール

下記URLからインストール可能です。開いたあとは下の手順の4を参考にしてください。

{% hint style="info" %}
<https://chrome.google.com/webstore/detail/eagis/ichdnpogfildckjjhdgkanoonbapoaml?hl=ja>
{% endhint %}

### Chromeウェブストアからインストール

1. まずChromeウェブストアを開きます。\
   <https://chrome.google.com/webstore/category/extensions?hl=ja><br>
2. 次に左上の検索ボックスに「eagis」と入力し検索します。<br>
3. 出てきた**eagis**をクリックします。<br>
4. 拡張機能のページで「Chromeに追加」をクリックします。<br>
5. アクセス権限を確認し、「拡張機能を追加」をクリックします。

以上でeagisのインストールは完了です。右上の拡張機能ボタンから**eagisをピン留め**しておくとすぐにクリックでき便利になります。

{% hint style="info" %}
配信開始はGoogleの審査が完了した後5月を予定しています。また事前登録をしていただいた方には、リリースと同時にメールにてお知らせを行います。
{% 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.eag.is/eagis/docs/how-to-use-eagis.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.
