> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.kodelabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Workspaces & Sign-In

> Activate accounts and sign in to workspaces

Every user accesses Launchpad through a workspace, a dedicated environment tied to their organization. This covers account activation, workspace sign-in, password management, and two-factor authentication.

## Account Activation

When an administrator adds you to an organization, you receive an email invitation with an activation link. Complete the following steps to set up your account.

<Steps>
  <Step title="Open invitation email">
    Locate the invitation email in your inbox and click the activation link. The password setup page appears.
  </Step>

  <Step title="Set password">
    Enter a password that meets your organization's security requirements, then confirm it by entering it a second time.
  </Step>

  <Step title="Complete activation">
    Click **Save** to finalize your account setup. You can now sign in to your workspace.
  </Step>
</Steps>

<Info>
  If the activation link has expired, go to your workspace sign-in page, select **Forgot Password**, and enter your email address to receive a new reset link.
</Info>

## Workspaces

A workspace is a dedicated Launchpad environment assigned to your organization. It serves as the central location where you manage users, applications, settings, and all other resources tied to that organization.

### Find Your Workspace

Every workspace has a unique address that follows this format:

```
yourorganizationname.kodelabs.com
```

You receive your workspace address during the provisioning process. If you belong to multiple organizations, you can access all with the same email and password. After signing in, Launchpad presents an organization selector where you choose the workspace you want to enter.

<Note>
  Contact your administrator if you don't know your workspace address.
</Note>

### Sign-In to Your Workspace

<Steps>
  <Step title="Go to workspace URL">
    Open your browser and go to your workspace address (for example, `yourorganizationname.kodelabs.com`).
  </Step>

  <Step title="Enter credentials">
    In the **Email** field, enter your email address. In the **Password** field, enter your password.
  </Step>

  <Step title="Sign in">
    Click **Login with Email**. If you belong to multiple organizations, select the desired workspace from the list that appears. The Launchpad Home page loads after you make your selection.
  </Step>
</Steps>

#### Password Procedures

Use the appropriate process below depending on whether you've forgotten your password or want to update it while signed in.

<Tabs>
  <Tab title="Forgot password">
    Use this process if you can't remember your current password and need to create a new one.

    <Steps>
      <Step title="Open sign-in page">
        Navigate to your workspace URL in a browser.
      </Step>

      <Step title="Request reset link">
        On the sign-in page, click **Forgot Password**, enter your email address, and submit the request.
      </Step>

      <Step title="Reset password">
        Open the password reset email, click the reset link, and set a new password. After saving, return to the sign-in page and log in with your updated credentials.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Reset password">
    Use this process to change your password while you are already signed in.

    <Steps>
      <Step title="Open profile">
        Click your profile icon in the upper-right corner of Launchpad and select **My Profile**.
      </Step>

      <Step title="Change password">
        Select **Change Password**, enter your current password, then set and confirm a new password.
      </Step>

      <Step title="Save changes">
        Click **Save**. Your new password takes effect immediately.
      </Step>
    </Steps>
  </Tab>
</Tabs>

#### Enable 2FA

Launchpad supports two-factor authentication (2FA) through the Security Settings. Adding 2FA provides an extra layer of protection during sign-in. Two methods are available.

<Tabs>
  <Tab title="App method">
    Use a third-party authenticator app (such as Google Authenticator) to generate time-based verification codes.

    <Steps>
      <Step title="Open user profile">
        Click your profile icon in the upper-right corner of Launchpad.
      </Step>

      <Step title="Open the Account page">
        Select **Manage Account** to open the Account page.
      </Step>

      <Step title="Start authenticator setup">
        In the **Two-factor authentication** section, click **Authenticator App**.
      </Step>

      <Step title="Open your authenticator app">
        On your phone, open your preferred authenticator app, or install one such as Google Authenticator, Authy, or Microsoft Authenticator.
      </Step>

      <Step title="Begin setup in the app">
        In the app, select **Begin Setup** and then **Scan Barcode** to open your camera. Alternatively, enter the setup key displayed on your computer if your app supports it.
      </Step>

      <Step title="Scan the QR code">
        Point your phone’s camera at the QR code on your computer screen. The app will add the account and display a 6-digit code that refreshes every 30 seconds.
      </Step>

      <Step title="Enter the code and enable 2FA">
        Enter the current 6-digit code from the app in Launchpad and click **Enable**.
      </Step>
    </Steps>
  </Tab>

  <Tab title="SMS method">
    Receive verification codes via SMS to your registered phone number.

    <Steps>
      <Step title="Open user profile">
        Click your profile icon in the upper-right corner of Launchpad.
      </Step>

      <Step title="Open the Account page">
        Select **Manage Account** to open the Account page.
      </Step>

      <Step title="Start SMS setup">
        In the **Two-factor authentication** section, click **Text Message (SMS)**. The Enable Text Message pop-up window appears.
      </Step>

      <Step title="Enter phone details">
        Select your **Country Code**, enter your **Phone Number**, and click **Get Code**.
      </Step>

      <Step title="Retrieve verification code">
        Check your phone for an SMS containing a 6-digit verification code.
      </Step>

      <Step title="Enable Two-Factor Authentication">
        Enter the 6-digit code in the field and click **Enable**. Two-factor authentication is now active for your account.
      </Step>
    </Steps>
  </Tab>
</Tabs>
