> For the complete documentation index, see [llms.txt](https://help.transform.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.transform.ai/getting-started/create-a-transform-login.md).

# Create a Transform Login

### Overview

Use this guide when signing in to Transform for the first time. The flow starts from an invite or signup link.

### Key Concepts

* **Login**: email-based sign-in identity
* **Verification**: optional email validation step
* **SSO**: sign-in through a centralized identity provider (if enabled)

### How It’s Used

Use this setup during onboarding. Use it again when provisioning an additional admin login.

### Benefits

* Faster access to Organizations and Projects
* Reduced sign-in issues from incomplete setup

### Setup Steps

{% stepper %}
{% step %}

### Create a login

1. Open the invite or signup link.
2. Enter a work email.
3. Set a password, if prompted.

<figure><img src="/files/SIXseDjPZ5SbG6yPDZLH" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Verify email (if prompted)

1. Open the verification email.
2. Select the verification link.

<figure><img src="/files/YIdRAdvAJmzQwhVg6GFi" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Sign in

Sign in using one of these methods:

* Email and password
* SSO (if enabled for the Organization)

{% hint style="info" %}
Screenshot placeholder: sign-in screen showing both **Email** and **SSO** options (if applicable).
{% endhint %}
{% endstep %}

{% step %}

### Complete the minimum profile

1. Confirm name and role.
2. Set language and theme preferences, if needed.

<figure><img src="/files/TbaBItNNmezd6O8qLn9H" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### Best Practices

* Use a work email tied to the Organization identity policy.
* Store recovery information according to Organization policy.

#### Troubleshooting

<details>

<summary>Verification email is not received</summary>

* Check spam and quarantine folders.
* Confirm the correct email address was used.
* Request invite resend from an Account Admin.

</details>

<details>

<summary>Sign-in fails</summary>

Start with [Login Problems](/troubleshooting/login-problems.md).

</details>

### Summary

Next steps:

* [Account Setup](/getting-started/account-setup.md)
* [Quick Start Guide](/getting-started/quick-start-guide.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.transform.ai/getting-started/create-a-transform-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.
