> For the complete documentation index, see [llms.txt](https://support.incidentlake.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.incidentlake.com/ja/hajimeni/sign-in.md).

# サインイン

Incident Lake を開く方法、サインイン方法、アクセスの回復方法。

Incident Lake は Web アプリケーションです。最新のブラウザーを使用して、 <https://incidentlake.sigq.io>.

## サインインする方法

組織が、ユーザーのサインイン方法を決定します。以下のオプションのうち 1 つ以上が表示される場合があります:

* **勤務先のメールアドレスとパスワード**
* **Google で続行**
* **SSO** — 勤務先のメールアドレスを入力すると、Incident Lake が会社のサインインページへ案内します

{% hint style="info" %}
会社のドメインで SSO が有効になっている場合は、表示されたその方法を使用してください。ドメインで SSO が設定されていない場合は、代わりにメールアドレスとパスワード、または Google を使用してください。
{% endhint %}

## 招待後の初回訪問

ほとんどの人は、管理者から招待が送られたことで参加します。

{% stepper %}
{% step %}

## 招待メールを開く

メッセージ内のリンクを使用します。組織名と付与された役割が表示される招待ページに移動します。
{% endstep %}

{% step %}

## サインインするか、アカウントを作成する

すでに Incident Lake アカウントをお持ちの場合は、同じメールアドレスでサインインしてください。お持ちでない場合は、アカウントを作成してから招待を承認してください。
{% endstep %}

{% step %}

## 招待を承認する

参加することを確認します。承認すると、その組織に移動します。
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
招待が送られたメールアドレスで招待を承認してください。別のアカウントでサインインしている場合は、承認する前にアカウントを切り替えてください。
{% endhint %}

## パスワードのリセット

サインインページで、次を選択します **パスワードをお忘れですか？** を選択してメールアドレスを入力してください。リセット用メッセージが受信トレイに届いているか確認してください。届かない場合は迷惑メールも確認し、管理者にメンバー記録のアドレスを確認してもらってください。

## メール認証

メールアドレスを確認するまで、いくつかの機能は制限されたままです。ホームページで確認を求められた場合は、送信したメッセージを開いてリンクをたどってください。同じ画面から新しい確認メッセージをリクエストできます。

## 利用規約

新しい組織では、 **管理者** ワークスペースを使用する前に利用規約への同意を求める場合があります。メンバーと閲覧者は、管理者がその手順を完了するまで待機します。

## ログインできない場合

* 開いていることを確認してください <https://incidentlake.sigq.io>
* 保存されたセッションを除外するため、プライベートブラウザーウィンドウで試してください
* アカウントがまだメンバーとして有効かどうか、また組織がどのサインイン方法を想定しているかを管理者に確認してください
* 以下に連絡してください <support@sigq.co.jp> アカウントのメールアドレスの変更が必要な場合 — ユーザーは自分でメールアドレスを変更できません


---

# 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://support.incidentlake.com/ja/hajimeni/sign-in.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.
