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

# Organization Setup

> Create and configure your Turen organization

Your Turen organization is the top-level container for your team's agents, policies, and data. All data is isolated by organization: there is no cross-organization access.

## Creating an Organization

When you sign up at [dashboard.turen.io](https://dashboard.turen.io), an organization is created automatically. You become the organization's first admin.

<Steps>
  <Step title="Sign up">
    Enter your email and create a password. You'll receive a verification email.
  </Step>

  <Step title="Verify your email">
    Click the link in the verification email to confirm your account.
  </Step>

  <Step title="Set up your organization">
    Enter your organization name. This can be changed later in Settings.
  </Step>
</Steps>

## Organization Settings

Navigate to **Platform Settings > Org Settings > General** (`/settings/general`) to view and manage:

* **Organization name**: Displayed throughout the dashboard (editable by admins)
* **Organization slug**: URL-friendly identifier (read-only)
* **Plan**: Your current plan (Solo or Teams)
* **Beta Program**: Toggle to opt in or out of pre-release features (admin only)
* **AI Training Opt-Out**: Toggle to prevent your organization's data from being used for AI model training (admin only)

Manage your plan from **Org Settings > Billing** (`/settings/billing`). See [Billing](/administration/billing) for details.

## What's Scoped to Your Organization

Everything in Turen is scoped to your organization:

| Resource         | Isolation                                                     |
| ---------------- | ------------------------------------------------------------- |
| **Agents**       | Only your organization's agents are visible                   |
| **Sessions**     | Session data is encrypted with your organization's unique key |
| **Policies**     | Policies apply only to your agents                            |
| **Team members** | Users can only access their organization's data               |
| **API keys**     | Keys are scoped to a single organization                      |
| **Events**       | All events are partitioned by organization                    |
| **Skills**       | Custom and curated skills are scoped to your organization     |

## Next Steps

After creating your organization:

1. [Invite your team](/administration/team-management)
2. [Generate registration keys](/administration/registration-keys) for your machines
3. [Install the agent](/get-started/quickstart) on developer machines
