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

# Sign in & Invite your team

> How to sign in to PRIZM, and how admins can invite and manage team members.

<script type="application/ld+json">
  {`{
            "@context": "https://schema.org",
            "@type": "TechArticle",
            "headline": "Sign in & Invite your team",
            "description": "How to sign in to PRIZM, and how admins can invite and manage team members.",
            "url": "https://docs.dqlabs.ai/quickstart",
            "publisher": {
              "@type": "Organization",
              "name": "DQLabs Inc",
              "logo": "https://media.brand.dev/332adc35-5bc4-4d2b-bf78-256aa4a5e414.svg"
            }
            }`}
</script>

## Sign in to PRIZM

<Steps>
  <Step title="Go to your PRIZM instance URL">
    Open your web browser and navigate to the URL your team uses for PRIZM. This is typically provided by your administrator. The login screen displays the PRIZM logo, a welcome message, and fields for your credentials.
  </Step>

  <Step title="Enter your email">
    Type your registered email address into the **Email** field, then click **Send Verification Code**. Enter the code when it arrives.

    If SSO is enabled for your organization, PRIZM detects this automatically and authenticates you through your identity provider — no verification code is needed.
  </Step>
</Steps>

<Note>
  PRIZM remembers the page you were trying to access before login. After a successful sign-in, you are automatically redirected to that page instead of the default dashboard.
</Note>

## After signing in

Once inside PRIZM, the header gives you access to the full platform: **Assets**, **Metrics**, **Alerts**, **Issues**, and a **More** menu for additional sections.

<Tip>
  Use the light/dark mode toggle in the top-right corner of the header to switch between light and dark themes. Click the moon icon next to the profile button to activate it.
</Tip>

***

## Invite your team

<Note>
  **Admin or Owner role required.** Only users with the Admin or Owner role can access the Access module and invite new members. If you need to add someone and don't have this role, contact your organization's administrator.
</Note>

<Steps>
  <Step title="Navigate to Access">
    Click on **Access** in the top navigation bar. You will land on the Access page showing current Members, Groups, and Audience counts.
  </Step>

  <Step title="Click + to add a new member">
    In the **Email** field, type the invitee's work email address.

    ```text theme={null}
    Example: john.doe@company.com
    ```

    <Frame>
      <img src="https://mintcdn.com/dqlabs/E7DNz1LiOqqCBJIQ/images/Screenshot-2026-06-18-at-6.59.07-PM.png?fit=max&auto=format&n=E7DNz1LiOqqCBJIQ&q=85&s=17dc0ebb08b00069b616b5c88338fb84" alt="Add member form" width="1374" height="982" data-path="images/Screenshot-2026-06-18-at-6.59.07-PM.png" />
    </Frame>

    Click the **Select a role** dropdown and choose the appropriate role for the user.

    | Role            | Typical use                                                               |
    | :-------------- | :------------------------------------------------------------------------ |
    | **Owner**       | Full admin access — manages org settings                                  |
    | **Steward**     | Manages data assets, observability and quality metrics, and documentation |
    | **User**        | End-user access with no edit permissions                                  |
    | *(other roles)* | As defined by your organization                                           |
  </Step>

  <Step title="Configure authentication options">
    | Option         | Description                                                               | Default |
    | :------------- | :------------------------------------------------------------------------ | :------ |
    | **Enable MFA** | Requires the user to set up multi-factor authentication on first login    | Off     |
    | **Enable SSO** | Allows the user to log in via your organization's Single Sign-On provider | Off     |
  </Step>

  <Step title="Confirm and add the member">
    Click **Add Member** to complete the invitation. The user appears in the Member list and receives a welcome email if that option is enabled.

    To cancel without saving, click **Cancel**.
  </Step>
</Steps>

## Managing existing members

Once added, you can manage any member from the Member list:

* **Change role** via the role dropdown
* **Toggle MFA / SSO** on or off
* **Edit** member details using the edit icon
* **Remove** the member using the delete icon in the Action column
* **Audit / Activity** — monitor user activity for a specific member

<Frame>
  <img src="https://mintcdn.com/dqlabs/E7DNz1LiOqqCBJIQ/images/Screenshot-2026-06-18-at-7.03.45-PM.png?fit=max&auto=format&n=E7DNz1LiOqqCBJIQ&q=85&s=c7ac5b11bb6cd314bf57246677e73cd6" alt="Member list" width="2974" height="1114" data-path="images/Screenshot-2026-06-18-at-7.03.45-PM.png" />
</Frame>

<Info>
  Account creation may require approval from your organization's administrator, depending on how your PRIZM instance is configured. Contact your admin if a new user does not receive access after being invited.
</Info>
