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

# Setting up your account

Account settings can be accessed from any page within the Cosmos-Hub by clicking the <Icon icon="user" iconType="solid" /> icon in the top right hand corner.

There are 2 tabs for account detail access:

<Tabs>
  <Tab title="1. Profile">
    tab will enable editing of account details (such as name, address, and company/title) and changing passwords. Here are a few common tasks on this page:

    <AccordionGroup>
      <Accordion title="Reset Password" defaultOpen icon="key">
        Enter and confirm your new password to reset directly from the accounts setting page. You can also reset it via email by clicking "Forgot Password" at [<u>app.cosmosid.com</u>](http://app.cosmosid.com).
      </Accordion>

      <Accordion title="Set up Multi Factor Authentication" defaultOpen icon="shield">
        <Check>
          **MFA Code is Required for All Logins**

          When logging into the Cosmos-Hub after MFA setup, you will be prompted to enter an MFA code. You can get this code by launching the Google Authenticator app, which will provide a one-time login code for you to enter into the login portal.
        </Check>

        <Steps>
          <Step title="Download the Google Authenticator mobile app">
            The Cosmos-Hub utilizes the Google Authenticator mobile app, which is required for MFA setup and access. Find the apps linked below, which are also linked within the Account Settings 👤 page.

            <CardGroup cols="2">
              <Card title="Google Authenticator for Android" icon="android" href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&pli=1" />

              <Card title="Google Authenticator for iOS" icon="apple" href="https://apps.apple.com/us/app/google-authenticator/id388497605" />
            </CardGroup>
          </Step>

          <Step title="Navigate to the account settings page and click &#x22;Generate MFA&#x22;">
            Once you have successfully downloaded the Google Authenticator App, click "Generate MFA" to generate a secret key in text or QR-Code format to be input into the Google Authenticator App
          </Step>

          <Step title="Use the authenticator app to scan the QR code provided in your account to complete setup">
            Alternatively, you can type in the secret key into the authenticator app.
          </Step>
        </Steps>
      </Accordion>

      <Accordion title="Generate API Key for Command Line Integration" defaultOpen icon="terminal">
        A unique API key is required to link your account to the Cosmos-Hub API. [Read more details at our API here](/docs/api-reference/api-documentation).
      </Accordion>

      <Accordion title="Select your preferred locale for date/time formatting">
        Select your preferred locale for date and time formats. This will affect how date and time will be displayed across the application and in metadata CSV templates.
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="2. Transactions">
    The "Transactions" tab will give a full log of all sample analysis credit charges, credit rollbacks (which are initiated when a sample fails analysis), and any expiring bonuses (i.e., free trial credits)
  </Tab>
</Tabs>
