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

# Sign in and out

Autify Genesis supports signing in with email and password or with a Google account. If you forget your password, you can reset it from the sign-in page.

## Signing in

Sign in with your email address and password.

1. Open the sign-in page.
2. Enter your email address in **Email**.
3. Enter your password in **Password**.
4. Click **Sign in**.

## Signing in with Google

You can also sign in with a Google account.

{% hint style="info" %}
Sign-in with Google may not be available depending on your organization settings or environment. If it is unavailable, sign in with email and password instead.
{% endhint %}

### Prerequisites

* An Autify Genesis account has been created from an invitation link.
* The email address of the Google account used for sign-in matches the email address of the Genesis account.

### Steps

1. Open the sign-in page.
2. Click **Continue with Google**.
3. On the Google authentication screen, select your account and complete authentication.

## Resetting your password

If you forget your password, you can reset it with the following steps.

### Sending a reset link

1. Open the sign-in page.
2. Click **Forgot password?**.
3. Enter your email address in **Email**.
4. Click **Send reset link**.

If an account exists for the entered email address, a password reset link is sent to it.

{% hint style="warning" %}
Password reset links expire 1 hour after sending. If the link has expired, request a new reset link again.
{% endhint %}

### Setting a new password

1. Click the link in the email you received.
2. Enter the new password in **New password**.
3. Enter the same password again in **Confirm password**.
4. Click **Reset password**.

{% hint style="warning" %}
If the link is invalid or expired, the message "Your reset link is invalid or has expired. Please request a new one." appears. In that case, restart from **Forgot password?** to request a new link.
{% endhint %}

## Signing out

1. Open the account menu in the lower-left corner.
2. Click **Sign out**.

After signing out, your current session ends and you return to the sign-in page.

## Further reading

* [Join an organization](/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/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.
