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

# Account Setup and Configuration

> Configure your Prisme.ai account and environment

Setting up your Prisme.ai account correctly ensures you can make the most of the platform's capabilities. This guide walks you through the essential configuration steps and options.

## User Account Setup

The onboarding process varies depending on the type of subscription you or your organization has.

<Tabs>
  <Tab title="Enterprise Users">
    <Steps>
      <Step title="SSO Authentication">
        For Enterprise customers, simply log in with your company's SSO. Your account will be automatically created and configured with the appropriate access rights based on your role in the organization.

        <Frame>
          <img src="https://mintcdn.com/prismeai/GnmZ7SyyCbjmVFba/images/get-started-sso-login.png?fit=max&auto=format&n=GnmZ7SyyCbjmVFba&q=85&s=655ce008636bfab2d6ab28e8e481715c" alt="Prisme.ai sign-in screen with SSO options" width="1440" height="900" data-path="images/get-started-sso-login.png" />
        </Frame>

        <Note>
          All authentication and authorization parameters are managed by your IT department in accordance with your company's security policies.
        </Note>
      </Step>

      <Step title="Interface Customization">
        After your first login, you can customize your user experience:

        <Frame>
          <img src="https://mintcdn.com/prismeai/GnmZ7SyyCbjmVFba/images/get-started-settings-language.png?fit=max&auto=format&n=GnmZ7SyyCbjmVFba&q=85&s=f63908501ca9127905de0c158092c4cd" alt="Settings page with the Language tab selected" width="1440" height="900" data-path="images/get-started-settings-language.png" />
        </Frame>

        The platform automatically adopts:

        * Your browser's language (can be changed manually)
        * Display mode (light/dark/system)

        These preferences can be modified at any time from your profile.
      </Step>

      <Step title="LLM Model Access">
        In the Enterprise offering, access to LLM models and secure chat features is automatically configured according to:

        <Frame>
          <img src="https://mintcdn.com/prismeai/GnmZ7SyyCbjmVFba/images/get-started-chat-model-selection.png?fit=max&auto=format&n=GnmZ7SyyCbjmVFba&q=85&s=c1b17a66db0b06c79ae3fda53b98aa24" alt="Chat conversation with the model selector open" width="1440" height="900" data-path="images/get-started-chat-model-selection.png" />
        </Frame>

        * Whitelists defined by your company
        * Security and compliance policies
        * Your organization's scaling strategy

        Administrators in your organization can adjust these settings based on the specific needs of different teams.
      </Step>

      <Step title="API Configuration (if needed)">
        If you need to use the Prisme.ai API, you can generate and manage your API keys based on the permissions defined for your profile.

        <Warning>
          API usage limits are automatically configured according to your organization's Enterprise subscription.
        </Warning>
      </Step>
    </Steps>
  </Tab>

  <Tab title="Standard Users">
    <Steps>
      <Step title="Account Creation">
        For the Standard offering, you need to create an account and wait for its validation:

        <Frame>
          <img src="https://mintcdn.com/prismeai/GnmZ7SyyCbjmVFba/images/get-started-account-creation.png?fit=max&auto=format&n=GnmZ7SyyCbjmVFba&q=85&s=3d4122dd3ac546f89e6d66e720cae8ac" alt="Prisme.ai account creation form" width="1440" height="900" data-path="images/get-started-account-creation.png" />
        </Frame>

        1. Fill out the registration form
        2. Verify your email to confirm your address
        3. Wait for your account approval (typically within 48 hours)

        <Note>
          The validation process may vary depending on your region and use case.
        </Note>
      </Step>

      <Step title="Set Your Preferences">
        Configure your user preferences:

        <Frame>
          <img src="https://mintcdn.com/prismeai/GnmZ7SyyCbjmVFba/images/get-started-settings-language.png?fit=max&auto=format&n=GnmZ7SyyCbjmVFba&q=85&s=f63908501ca9127905de0c158092c4cd" alt="Settings page with language preferences" width="1440" height="900" data-path="images/get-started-settings-language.png" />
        </Frame>

        * Interface language (defaults to your browser language)
        * Theme (light/dark/system)
      </Step>

      <Step title="LLM Model Access">
        In the Standard offering, access to LLM models is based on your subscription tier:

        <Frame>
          <img src="https://mintcdn.com/prismeai/GnmZ7SyyCbjmVFba/images/get-started-chat-model-selection.png?fit=max&auto=format&n=GnmZ7SyyCbjmVFba&q=85&s=c1b17a66db0b06c79ae3fda53b98aa24" alt="Chat conversation with available LLM models open" width="1440" height="900" data-path="images/get-started-chat-model-selection.png" />
        </Frame>

        * Available models are determined by your subscription level
        * Usage quotas apply based on your plan
        * You can upgrade your subscription for access to additional models or increased usage limits

        <Info>
          Some advanced models and features may only be available in higher-tier plans.
        </Info>
      </Step>
    </Steps>
  </Tab>
</Tabs>

## Role-Specific Settings

Different user roles may need specific configurations:

<Tabs>
  <Tab title="End Users">
    As an end user, focus on:

    * Setting up your preferences
    * Personalizing your AI interaction settings

    You generally won't need to worry about advanced settings like API keys or workspace configuration.
  </Tab>

  <Tab title="No-code Agent Builder">
    As a power user or agent creator, you should also:

    * Set up agent settings such prompts, starters ...
    * Access to AI products
    * Ability to create specific agents
  </Tab>

  <Tab title="Developers">
    As a developer, pay attention to:

    * Access to Builder
    * API key configuration with appropriate scopes
    * Webhook settings for integrations
    * Development environment connections
    * CI/CD integration settings
  </Tab>

  <Tab title="Administrators">
    As an administrator, you'll need to configure all aspects of the workspace:

    * Access to Governe
    * User management and permissions
    * LLM provider settings and API keys
    * Security policies and compliance settings
    * Usage quotas and monitoring
  </Tab>
</Tabs>

## Next Steps

Once you've completed your account setup, you're ready to start using Prisme.ai:

<CardGroup cols={3}>
  <Card title="Platform Navigation" icon="compass" href="/get-started/platform-navigation">
    Learn how to navigate the Prisme.ai interface
  </Card>

  <Card title="First Steps Guide" icon="person-walking" href="/get-started/first-steps">
    Begin your journey with practical first steps
  </Card>
</CardGroup>
