> For the complete documentation index, see [llms.txt](https://help.genesis.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genesis.autify.com/features-ja/settings/personal-settings/login.md).

# ログイン・ログアウト

本記事では、Autify Genesis へのログイン方法、パスワードを忘れた場合のリセット手順、およびログアウト方法について説明します。

## ログイン

メールアドレスとパスワードを使用してログインします。

1. ログインページにアクセスします。
2. **メールアドレス** にメールアドレスを入力します。
3. **パスワード** にパスワードを入力します。
4. **ログイン** をクリックします。

## Google アカウントでログイン

Google アカウントを使用してログインすることもできます。

{% hint style="info" %}
Google ログインは、組織の設定やご利用環境によっては表示・利用できない場合があります。その場合はメールアドレスとパスワードでログインしてください。
{% endhint %}

### 前提条件

* 招待リンクから Autify Genesis のアカウントが作成済みであること
* ログインに使用する Google アカウントのメールアドレスが、Genesis アカウントのメールアドレスと一致していること

### 手順

1. ログインページにアクセスします。
2. **Googleで続行** をクリックします。
3. Google の認証画面でアカウントを選択し、認証を完了します。

## パスワードをリセットする

パスワードを忘れた場合は、以下の手順でリセットできます。

### リセットリンクを送信する

1. ログインページにアクセスします。
2. **パスワードをお忘れですか？** をクリックします。
3. **メールアドレス** にメールアドレスを入力します。
4. **リセットリンクを送信** をクリックします。

入力したメールアドレスのアカウントが存在する場合、パスワードリセット用のリンクが送信されます。

{% hint style="warning" %}
パスワードリセットリンクの有効期限は1時間です。期限が切れた場合は、再度リセットリンクの送信を行ってください。
{% endhint %}

### 新しいパスワードを設定する

1. 届いたメール内のリンクをクリックします。
2. **新しいパスワード** に新しいパスワードを入力します。
3. **パスワードを確認** に同じパスワードを再入力します。
4. **パスワードをリセット** をクリックします。

{% hint style="warning" %}
リンクが無効または期限切れの場合は、「リセットリンクが無効または期限切れです。新しいリンクをリクエストしてください。」というメッセージが表示されます。その場合は、再度 **パスワードをお忘れですか？** から手順をやり直してください。
{% endhint %}

## ログアウト

1. 画面左下のアカウントメニューを開きます。
2. **ログアウト** をクリックします。

ログアウトすると、現在のセッションが終了し、ログインページに戻ります。

## 参考リンク

* [組織への参加](/features-ja/settings/personal-settings/account-registration.md)


---

# 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://help.genesis.autify.com/features-ja/settings/personal-settings/login.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.
