> ## Documentation Index
> Fetch the complete documentation index at: https://insightsoftware-preview.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Log Into The Composer Ui

export const InlineImage = ({src, href, alt = "", size = "medium", customSize, position = "left", children}) => {
  const sizeClasses = {
    small: "w-6 h-6",
    medium: "w-8 h-8",
    large: "w-12 h-12",
    xlarge: "w-16 h-16"
  };
  const ImageComponent = () => <img src={src} alt={alt} className={customSize ? '' : sizeClasses[size]} style={{
    verticalAlign: 'baseline',
    display: 'inline-block',
    margin: '0',
    padding: '0',
    border: 'none',
    maxHeight: '1em',
    ...customSize ? {
      width: customSize,
      height: customSize
    } : {
      width: '1em',
      height: '1em'
    }
  }} />;
  const imageElement = href ? <a href={href} className="inline-block border-b-0 no-underline">
            <ImageComponent />
        </a> : <ImageComponent />;
  return <>
            {position === "left" && imageElement}
            {position === "left" && " "}
            {children}
            {position === "right" && " "}
            {position === "right" && imageElement}
        </>;
};

When you launch your browser and enter the web address provided by your administrator, you will see a login box. For more information on accessing Composer from a web browser, see [Access Composer](/logi-symphony/composer/v24/navigate/access-composer).

Your administrator's instructions provide guidance about using a single sign-on system if your organization's installation is configured to use one. In that case, select <b>Login</b> and proceed as directed by your organization's guidance. If your company uses Composer's authentication, select the box labeled <b>Show Composer Authentication</b>.

<Note>
  **Note:** We recommend that you log into Composer for the first time using supervisor credentials. This allows you to review all the account-level features available. As a supervisor, you can access functions that let you define accounts and connect your data sources to Composer . You can also create and activate user accounts, including an admin user account that will allow you to access the admin functions. See [Supplied Users and User Groups](/logi-symphony/composer/v24/manage-users/supplied-users-and-user-groups).
</Note>

## Sign On Using Composer Credentials

To sign on using Composer credentials, enter your User Name and Password in the appropriate fields.

<Frame>
  <img src="https://mintcdn.com/insightsoftware-preview/StJJCeTmWK0u1SbF/images/login-24-composer.png?fit=max&auto=format&n=StJJCeTmWK0u1SbF&q=85&s=63a8b52fba5c99b07c0af99b3824c473" alt="Composer Log in prompt" href="https://logi-composer-v24.insightsoftware.com/hc/article_attachments/38075480147469" width="265" height="231" data-path="images/login-24-composer.png" />
</Frame>

If this is your first time accessing Composer, you may be asked to change a password. This is determined by your organization's administrator. For any questions or issues, contact your administrator.

After you have logged in, you can switch between the Composer accounts to which you have been assigned. See Switch Tenants.
