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

# Invite Tenant Owner

> Steps for inviting a new tenant owner

<Steps>
  <Step>
    <Note>Sign in as Supersync admin by following <a href="./admin-signin"> this</a> guide</Note>
  </Step>

  <Step>
    Go to the tenant invitation page by clicking on **Tenant Invitation**  in the navigation menu
  </Step>

  <Step>
    Click the **New Invitation** button
  </Step>

  <Step>
    <ul>
      <li>
        Assign a name to the tenant by entering it in **Tenant ID** field
      </li>

      <li>
        Enter the email address for the tenant owner in **Invitee Email** field
      </li>

      <li>
        Click **Submit**
      </li>
    </ul>

    <Expandable title="example">
      <ResponseField name="Tenant ID">
        `test-tenant`
      </ResponseField>

      <ResponseField name="Invitee Email">
        `snyaehsen+test-tenant.owner@gmail.com`
      </ResponseField>
    </Expandable>
  </Step>

  <Step>
    <ul>
      <li>
        Go to your email inbox
      </li>

      <li>
        Open email with subject **You're invited to SuperSync**
      </li>

      <li>
        Click on the **Accept** button in the email body
      </li>

      <li>
        You are now logged in as an `owner` of the `test-tenant` tenant
      </li>
    </ul>
  </Step>
</Steps>
