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

# Organizations

> Manage organizations to collaborate with your team on OnetSolutions

Organizations allow you to group your resources, manage team members, and control access to your services. Each organization has its own billing, members, and projects.

<Info>
  **Prerequisites**

  * An OnetSolutions account
</Info>

## Creating an Organization

<Steps>
  <Step title="Access organization creation">
    Log in to [my.onetsolutions.net](https://my.onetsolutions.net) and click on the organization selector in the sidebar, then select "Create Organization".
  </Step>

  <Step title="Enter organization details">
    Provide a name for your organization. This name will be visible to all members.
  </Step>

  <Step title="Complete creation">
    Click "Create" to finalize. You will be automatically set as the owner of the new organization.
  </Step>
</Steps>

## Managing Members

Navigate to **Organizations > Members** to manage your team.

### Inviting Members

<Steps>
  <Step title="Click Invite">
    Click the "Invite" button in the members section.
  </Step>

  <Step title="Enter email">
    Enter the email address of the person you want to invite.
  </Step>

  <Step title="Select role">
    Choose the appropriate role for the new member (see roles below).
  </Step>

  <Step title="Send invitation">
    Click "Send Invitation". The person will receive an email to join your organization.
  </Step>
</Steps>

### Member Roles

<CardGroup cols={2}>
  <Card title="Owner" icon="crown">
    Full access to all organization resources, billing, settings, and member management. Can delete the organization.
  </Card>

  <Card title="Editor" icon="pen">
    Can manage resources (VPS, domains, hosting) but cannot access billing, organization settings, or manage members.
  </Card>

  <Card title="Viewer" icon="eye">
    Read-only access to all organization resources. Cannot create, modify, or delete resources.
  </Card>

  <Card title="Guest" icon="user">
    Limited access to specific projects only. Cannot view the full organization.
  </Card>
</CardGroup>

### Changing Member Roles

Owners can change member roles at any time:

1. Go to **Organizations > Members**
2. Click on the role dropdown next to the member
3. Select the new role
4. The change takes effect immediately

### Removing Members

To remove a member, click the trash icon next to their name in the members list. This action is immediate and the member will lose access to all organization resources.

## Projects

Projects help you organize resources within an organization. Navigate to **Organizations > Projects** to manage them.

* Each project can have its own members with specific roles
* Resources (VPS, domains, hosting) are created within projects
* Guests can be assigned to specific projects only

## Audit Logs

Track all actions performed within your organization at **Organizations > Audit Logs**.

The audit log shows:

* **Who** performed the action
* **What** action was taken
* **When** it occurred
* **Details** about the affected resource

<Tip>
  Audit logs are useful for security reviews and tracking changes made by team members.
</Tip>

## Organization Settings

Access organization settings at **Organizations > Settings** to:

* Change the organization name
* Configure organization-wide preferences
* Manage authentication settings
* Set up notification preferences

## Next Steps

<CardGroup cols={2}>
  <Card title="Security Settings" icon="shield" href="/console/security">
    Configure MFA and password settings
  </Card>

  <Card title="Support" icon="headset" href="/console/support">
    Create support tickets
  </Card>

  <Card title="API Keys" icon="key" href="/console/api-keys">
    Manage API access
  </Card>

  <Card title="Billing" icon="credit-card" href="/subscription/billing">
    Manage billing and payments
  </Card>
</CardGroup>
