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

# Creating an Organisation

> Create your top-level organisation and land in the community creation flow

Every Nudj customer starts at the **organisation** level. Organisations own one or more **communities**, team members, RBAC roles, branding, domains, and integrations. See [Organisations vs Communities](/admin-guide/organizations-vs-communities) for the mental model.

## Single-step creation

Nudj consolidated organisation creation into one form. You pick a name, slug, and optional logo, and save — no multi-screen wizard.

<Steps>
  <Step title="Sign up" icon="user-plus">
    Go to **[admin.nudj.cx](https://admin.nudj.cx)**. Authenticate with Google, Azure, or email magic-link.
  </Step>

  <Step title="Fill the org form" icon="building">
    Enter your **organisation name** (shown in the top nav), a **URL slug** (used in `/{orgSlug}` routes), and optionally upload a **logo**. The logo appears in the admin top nav and on member-facing landing pages.
  </Step>

  <Step title="Land in Create Community" icon="users">
    After saving, Nudj redirects you directly to the **Create Community** screen. Every org needs at least one community to do anything useful. See [Community Setup](/admin-guide/community-setup).
  </Step>
</Steps>

<Note>
  If you already belong to an org (e.g. a teammate invited you), you'll be routed straight to that org's dashboard — no creation step.
</Note>

## What you configure next

Once the org exists, head to **Organisation Settings** to tune the rest:

<CardGroup cols={2}>
  <Card title="General & Branding" icon="paintbrush" href="/admin-guide/settings/general">
    Org name, logo, landing-page header, timezone.
  </Card>

  <Card title="Team Members & Roles" icon="users" href="/admin-guide/settings/team-members">
    Invite collaborators and assign Viewer / Moderator / Manager / Admin / SuperAdmin.
  </Card>

  <Card title="Domains" icon="globe" href="/admin-guide/settings/domains">
    Attach custom member-facing domains.
  </Card>

  <Card title="Login Methods" icon="key" href="/admin-guide/settings/standard-login-methods">
    Configure standard and enterprise SSO providers.
  </Card>
</CardGroup>

## The org switcher

If your account belongs to multiple orgs, the **top-nav org switcher** lets you jump between them. Each org has its own isolated cookie, roles, and content — switching does not leak data between orgs.

When you switch org, Nudj lands you on that org's **dashboard** (`/{orgSlug}`) — not on a specific community. Pick a community from the community dropdown to drill in.

## Multi-community orgs

You can run many communities under one org (e.g. a parent brand with regional sub-communities, or a SaaS customer with one community per enterprise tenant). Team members with org-level roles see every community; community-scoped roles only see the communities they're assigned to. See [Roles & Permissions](/admin-guide/settings/rbac-and-roles).

<Tip>
  Start with one community. Spin up more only when you have distinct audiences or programs — not as a substitute for categories.
</Tip>
