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

# Creating Your Organization

> Bring your Roblox community to BloxCord in three simple steps: create an organization, connect your Roblox group, and install the in-game SDK. Once your account is linked, your organizations will appear on the home screen, where you can also create a new one using the plus button.

<Frame>
  <img src="https://mintcdn.com/starsol/42XaZmwKHrdtPQgC/images/create-org-home.png?fit=max&auto=format&n=42XaZmwKHrdtPQgC&q=85&s=8b03a8805e5f42bf354bdb6ec0f4a4db" alt="BloxCord home screen with add organization button" width="240" height="317" data-path="images/create-org-home.png" />
</Frame>

## Before You Start

To prevent unauthorized users from claiming a community, we run a few eligibility checks before letting you create an organization.

<CardGroup cols={2}>
  <Card title="Rank 253 or Above" icon="crown">
    Your rank in the Roblox group must be **ID 253 or higher**.
  </Card>

  <Card title="Not Already on BloxCord" icon="shield-check">
    The community can't already exist as an organization on BloxCord.
  </Card>
</CardGroup>

<Frame>
  <img src="https://mintcdn.com/starsol/42XaZmwKHrdtPQgC/images/create-org-add.png?fit=max&auto=format&n=42XaZmwKHrdtPQgC&q=85&s=ffc1c434588681c540238ba9d0b12bdc" alt="Add your organization flow: paste group link and confirm" width="1919" height="896" data-path="images/create-org-add.png" />
</Frame>

Paste your Roblox group link or ID. We'll pull the group details and, if you're eligible, you'll see a green confirmation with a **Create organization** button.

<Danger>
  If an **unauthorized user** has created an organization for your community, please [**contact us**](#need-a-hand), preferably through our **Discord server**, and our team will assist you. We may ask for additional information to **verify that you are the rightful owner** of the Roblox community.
</Danger>

## The Three-Step Setup

After you claim the community, we walk you through three quick steps before opening up your dashboard.

<Steps>
  <Step title="Upload your Roblox Cloud API key" icon="key">
    Head to the [Roblox Creator Hub](https://create.roblox.com/dashboard/credentials) and create an API key **under your group**, not your user account.

    BloxCord guides you through the exact permissions to enable so we only request what we need, nothing more.
  </Step>

  <Step title="Install BloxCord in your game" icon="gamepad">
    Next we make sure the BloxCord SDK is installed in your experience. Most of the time it isn't yet, so we walk you through it.

    <Frame>
      <img src="https://mintcdn.com/starsol/42XaZmwKHrdtPQgC/images/create-org-install.png?fit=max&auto=format&n=42XaZmwKHrdtPQgC&q=85&s=be07043ba5d5deb604a65e0945a86b21" alt="Install BloxCord in your game step" width="704" height="698" data-path="images/create-org-install.png" />
    </Frame>

    Click **Download the Script**, follow the instructions to add it to `ServerScriptService`, and enable `HttpService` and `LoadstringEnabled`.
  </Step>

  <Step title="Enter your Place ID" icon="hashtag">
    Your **Place ID** is the number in your game's URL. For example, in `https://www.roblox.com/games/3421472751/Stateview-Prison`, the Place ID is `3421472751`.

    Enter it and BloxCord will verify the connection to your place.
  </Step>
</Steps>

<Check>
  Once all three steps check out, your dashboard opens up and you're ready to start managing with everything BloxCord has to offer.
</Check>

## Need a hand?

If anything goes sideways during setup, we're here to help.

<CardGroup cols={2}>
  <Card title="Email" icon="envelope" href="mailto:help@starsol.io">
    Reach out to our team directly.
  </Card>

  <Card title="Discord Server" icon="discord" href="https://discord.gg/ewBeYh2ANy">
    Get real-time help from the community and our staff.
  </Card>
</CardGroup>
