> 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/account-registration.md).

# 組織への参加

本記事では、Autify Genesis の招待リンクを使って組織に参加し、アカウントを登録する手順について説明します。

## 招待リンクから組織に参加する

Autify Genesis へのアクセスは、組織の管理者から送られる招待メールから開始します。招待なしに個人でアカウントを作成することはできません。

{% hint style="warning" %}
招待リンクの有効期限は、招待メール送信から72時間です。期限が切れた場合は、組織の管理者に再招待を依頼してください。
{% endhint %}

### アカウントをお持ちでない場合

{% hint style="info" %}
パスワードは 8 文字以上で、英大文字・英小文字・数字・記号をすべて含める必要があります。また、メールアドレスと同じパスワードは使用できません。
{% endhint %}

1. 組織の管理者から届いた招待メールを開きます。
2. メール内の招待リンクをクリックします。
3. 招待ページで **名前** を入力します。
4. **パスワード** を入力します。
5. **アカウントを作成して参加** をクリックします。

アカウント作成後は自動でログインされ、招待の確認ページに移動します。引き続き **招待を受諾する** をクリックして組織への参加を完了してください。

### すでにアカウントをお持ちの場合

1. 組織の管理者から届いた招待メールを開きます。
2. メール内の招待リンクをクリックします。
3. 招待先のメールアドレスでログインしていない場合は、ログインページで招待先のメールアドレスを使ってログインします。
4. 招待の確認ページが表示されたら、**招待を受諾する** をクリックします。

{% hint style="info" %}
招待リンクは、招待メールに記載されたメールアドレスでのみ使用できます。別のメールアドレスでログインしている場合は組織に参加することができません。
{% endhint %}

### パスワードが未設定のアカウントをお持ちの場合

Google アカウントのみで利用したことがある場合など、Autify Genesis のアカウントはあるがパスワードを設定していない場合は、招待リンクを開いたときにパスワード設定画面が表示されます。

1. 組織の管理者から届いた招待メールを開きます。
2. メール内の招待リンクをクリックします。
3. **パスワード** を入力します。
4. **パスワードを確認** に同じパスワードを再入力します。
5. **新しいパスワードを設定** をクリックします。
6. 招待の確認ページが表示されたら、**招待を受諾する** をクリックします。

{% hint style="info" %}
メールアドレスは招待で指定されたものが自動入力されており、変更できません。
{% endhint %}

## 参考リンク

* [ログイン](/features-ja/settings/personal-settings/login.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/account-registration.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.
