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

# Organization Switching

> Manage and switch between different organizations in MYRMEX

## Overview

Organization Switching in MYRMEX enables users to manage and seamlessly switch between different organizations or environments. This feature is particularly useful for consultants, managed service providers, or users who need to manage multiple organizations.

<CardGroup>
  <Card title="Quick Switch" icon="arrow-right-arrow-left">
    Easily switch between organizations
  </Card>

  <Card title="Organization Management" icon="building">
    Manage organization settings and access
  </Card>

  <Card title="Access Control" icon="key">
    Control organization-level permissions
  </Card>
</CardGroup>

## Managing Organizations

<AccordionGroup>
  <Accordion title="Switching Organizations">
    Switch between organizations quickly:

    <Steps>
      <Step title="Access Switcher">
        Click the organization switcher in the top navigation
      </Step>

      <Step title="Select Organization">
        Choose from your available organizations
      </Step>

      <Step title="Confirm Switch">
        System will reload with selected organization context
      </Step>
    </Steps>
  </Accordion>

  <Accordion title="Organization Settings">
    Manage organization-specific configurations:

    * **General Settings**: Organization name, contact info
    * **Branding**: Logo and theme settings
    * **Security Policies**: Organization-wide security rules
    * **Integration Settings**: Organization-specific integrations
  </Accordion>

  <Accordion title="Access Management">
    Control who can access the organization:

    <Steps>
      <Step title="Invite Members">
        Add new members to the organization
      </Step>

      <Step title="Set Permissions">
        Configure role-based access
      </Step>

      <Step title="Review Access">
        Regularly audit organization access
      </Step>
    </Steps>
  </Accordion>
</AccordionGroup>

## Best Practices

<Info>
  Key considerations for organization management:

  * Regularly review organization members
  * Maintain clear naming conventions
  * Document organization-specific settings
  * Keep security policies up to date
</Info>

<Warning>
  When switching organizations, ensure you're working in the correct context to avoid confusion or misconfigurations.
</Warning>

<Check>
  Effective organization management ensures clear separation and control of different environments within MYRMEX.
</Check>
