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

# Join an organization

Joining an Autify Genesis organization starts from an invitation link sent by an organization admin. Follow the steps that match your current account state.

## Joining an organization from an invitation link

Access to Autify Genesis starts from an invitation email sent by an organization admin. You cannot create an account on your own without an invitation.

{% hint style="warning" %}
Invitation links expire 72 hours after the invitation email is sent. If the link has expired, ask the organization admin to resend the invitation.
{% endhint %}

### If you do not have an account

{% hint style="info" %}
Use at least 8 characters with uppercase, lowercase, a number, and a special character. Your password cannot match your email address.
{% endhint %}

1. Open the invitation email from the organization admin.
2. Click the invitation link in the email.
3. Enter your **Name** on the invitation page.
4. Enter a **Password**.
5. Click **Create account & join**.

After creating the account, you are signed in automatically and taken to the invitation confirmation page. Click **Accept invitation** to finish joining the organization.

### If you already have an account

1. Open the invitation email from the organization admin.
2. Click the invitation link in the email.
3. If you are not signed in with the invited email address, sign in on the login page using the invited email address.
4. When the invitation confirmation page appears, click **Accept invitation**.

{% hint style="info" %}
The invitation link can only be used with the email address listed in the invitation email. If you are signed in with a different email address, you cannot join the organization.
{% endhint %}

### If your account has no password set

If you have used Autify Genesis only with a Google account, your account exists but has no password set. In that case, a password setup screen appears when you open the invitation link.

1. Open the invitation email from the organization admin.
2. Click the invitation link in the email.
3. Enter a **Password**.
4. Enter the same password again in **Confirm password**.
5. Click **Set a new password**.
6. When the invitation confirmation page appears, click **Accept invitation**.

{% hint style="info" %}
The email address is pre-filled from the invitation and cannot be changed.
{% endhint %}

## Further reading

* [Sign in and out](/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/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.
