> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/user-guides/jp/emergency-access.md).

# 緊急アクセス

<figure><img src="/files/ly85raklIFKlzRr0pSKv" alt=""><figcaption></figcaption></figure>

非常時に備えて、信頼できる家族や友人にKeeperボルトへのアクセスを付与できます。最大5人の緊急アクセスユーザーと、緊急アクセスユーザーにアクセスが付与されるまでの期間を指定できます。

{% hint style="info" %}
緊急アクセス機能は、個人向けアカウントでのみ利用できます。
{% endhint %}

{% embed url="<https://vimeo.com/817048166>" %}
緊急アクセス
{% endembed %}

画面右上のアカウントドロップダウンメニュー (メールアドレスが表示されている箇所) から、**\[アカウント]** > **\[緊急アクセス]** を選択します。

**\[信頼できるユーザー]** をクリックし、緊急アクセスを許可するKeeperユーザーのメールアドレスを最大5件まで入力します。必要に応じて、各ユーザーのドロップダウンメニューからアクセス遅延期間を選択し、**\[送信]** をクリックします。

緊急アクセスが実際に付与されるまでの遅延期間は、緊急アクセスユーザーごとにに最大3か月まで設定できます。遅延期間を設定した場合、緊急アクセスユーザーがKeeperボルトへのアクセスを要求した時点でカウントダウンが開始されます。

<figure><img src="/files/jkuhlrnlzJFEI6MVowwV" alt=""><figcaption><p><strong>[アカウント] > [緊急アクセス] > [信頼できるユーザー]</strong></p></figcaption></figure>

緊急アクセスが付与されるユーザーがリクエストを承諾するには、あらかじめKeeperのレコード共有またはフォルダ共有機能を利用して、ボルト所有者との共有関係を確立しておく必要があります。

画面にプロンプトが表示されたら、**\[招待を送信]** をクリックします。

<figure><img src="/files/hX9hYZ8mNHHuNv5KAewU" alt=""><figcaption><p>招待を送信する</p></figcaption></figure>

<figure><img src="/files/Y7wJ017WSvF25S2Lef5r" alt=""><figcaption><p>メールでの共有関係確立の案内</p></figcaption></figure>

{% hint style="info" %}
緊急アクセスユーザーが既存のKeeperユーザーではない場合、Keeperアカウントへの登録を案内するメールが送信されます。サインアップして自分のアカウントにログインすると、共有関係のリクエストを承諾できるようになります。
{% endhint %}

緊急アクセスユーザーが共有リクエストを承諾した後、ボルトの **\[緊急アクセス]** の箇所から緊急アクセスユーザーを再度招待する必要があります。共有関係がすでに成立している場合はこの手順は必要ありません。

#### 緊急アクセスユーザー側のワークフロー

共有関係が確立されると、受信者のアカウント画面の「緊急アクセス」に赤い通知マークが表示されます。 **\[マイアクセス]** をクリックしてアカウントへの緊急アクセス招待を**受諾**または**拒否**します。

<figure><img src="/files/bA3uXFHu5jEZro37OSNH" alt=""><figcaption><p>受信者のアカウントアクセス通知</p></figcaption></figure>

リクエストが承諾されると、**\[ログイン]** をクリックして、アクセスが許可されたKeeperボルトにログインできます。なお、アクセス遅延期間が設定されている場合は、その期間が経過した後にアクセスできるようになります。

<figure><img src="/files/pxgdpTXW8uEmlTXTD80J" alt=""><figcaption><p>受信者のアカウントアクセス画面</p></figcaption></figure>

#### 招待状況の閲覧と緊急アクセスユーザーの編集

緊急アクセスの招待状況を閲覧するには、**\[アカウント]** > **\[緊急アクセス]** > **\[緊急アクセスユーザー]** をクリックします。ここから、緊急アクセスユーザーを削除することもできます。

<figure><img src="/files/GA782XIL7Kt4Khl2basS" alt=""><figcaption><p>緊急連絡先の閲覧と削除</p></figcaption></figure>


---

# 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.keeper.io/user-guides/jp/emergency-access.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.
