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

# Organization

> Manage your organization settings and security

Manage your organization's name, security settings, and view account status.

## How to Change Organization Name

<Steps>
  <Step title="Open Organization Settings">
    Go to **Settings → Organization**.
  </Step>

  <Step title="Update Name">
    Edit the **Organization Name** field.

    * Minimum 2 characters
    * Maximum 255 characters
  </Step>

  <Step title="Save">
    Click **Save Changes**. The page will reload with the new name.
  </Step>
</Steps>

## How to Require Two-Factor Authentication

Enforce 2FA for all users in your organization.

<Steps>
  <Step title="Open Organization Settings">
    Go to **Settings → Organization**.
  </Step>

  <Step title="Enable 2FA Requirement">
    In the **Security Settings** section, toggle **Require Two-Factor Authentication** on.
  </Step>
</Steps>

<Warning>
  When enabled, all users will be required to set up TOTP-based two-factor authentication on their next login.
</Warning>

<Tip>
  Disable the toggle anytime to remove the 2FA requirement. Users who already set up 2FA can continue using it.
</Tip>

## How to Delete an Organization

<Steps>
  <Step title="Open Organization Settings">
    Go to **Settings → Organization**.
  </Step>

  <Step title="Go to Danger Zone">
    Scroll to the **Danger Zone** section.
  </Step>

  <Step title="Delete">
    Click **Delete Organization** and confirm by typing the organization name.
  </Step>
</Steps>

<Warning>
  Deleting an organization permanently removes all data including clusters, pipelines, users, and configurations. This cannot be undone.
</Warning>

<Info>
  You cannot delete your default organization. Set another organization as default first.
</Info>

## Troubleshooting

<AccordionGroup>
  <Accordion title="Cannot edit organization settings">
    You need the `iam:tenant:iam:tenant:write` permission. Contact your administrator.
  </Accordion>

  <Accordion title="Cannot delete organization">
    * You cannot delete your **default** organization
    * You need the `iam:tenant:iam:tenant:delete` permission
  </Accordion>

  <Accordion title="2FA toggle not working">
    * Verify you have edit permissions
    * Check if there's a network issue and try again
  </Accordion>
</AccordionGroup>

## FAQ

<AccordionGroup>
  <Accordion title="Can I change the Organization ID?">
    No. The Organization ID is a permanent unique identifier assigned when the organization was created.
  </Accordion>

  <Accordion title="What happens when I enable required 2FA?">
    All users will be prompted to set up two-factor authentication on their next login. They won't be able to access the platform until 2FA is configured.
  </Accordion>

  <Accordion title="What plans are available?">
    Plans include Free, Enterprise, and Partner tiers. Contact ShiftLabs sales for plan details and upgrades.
  </Accordion>

  <Accordion title="Can I transfer ownership of an organization?">
    Contact ShiftLabs support to discuss organization ownership transfers.
  </Accordion>
</AccordionGroup>
