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

# Account Setup

> Create your Trunk account and connect your GitHub organization to get started.

## Create a Trunk account

Welcome to Trunk! Before you can access Trunk's toolkit to ship faster, you must [create a Trunk account](https://app.trunk.io/signup). You can connect to Trunk in two ways:

* Connect with OAuth using your Google, GitHub, or Microsoft account.
* Connect with SSO through your organization's email. To configure SSO for your organization, please [contact us](mailto:support@trunk.io).

## Create an Organization

After creating a Trunk Account, you'll be invited to [create an organization](https://app.trunk.io/onboarding). Organizations are shared workspaces for your team, and **individual repositories** connected to Trunk will fall under your team's organization.

<Frame>
  <img src="https://mintcdn.com/trunk-4cab4936/_uqom5T5LPXKKAze/assets/setup-and-administration/onboarding-add-org.png?fit=max&auto=format&n=_uqom5T5LPXKKAze&q=85&s=6e588e84944f326f4a84f37e55db12a6" alt="" width="6424" height="3612" data-path="assets/setup-and-administration/onboarding-add-org.png" />
</Frame>

To create your organization, you need the following:

* **Workspace Name**: This is the display name of your organization. This can be changed later.
* **URL Slug**: This is the link to access your workspace and also your [Organization Slug](./managing-your-organization#slug). This cannot be changed.

<Tip>
  **Trying to join your team?**

  If your team is already on Trunk and you're looking to join an existing organization, see the docs on[ inviting team members](./managing-your-organization#inviting-team-members) and contact an organization admin.
</Tip>

## Start using Trunk

After connecting to Trunk, you're ready to get started.

### Direct product links

You can link directly to a product without knowing your organization slug. These shortcuts route you to the product page for your current organization, or prompt you to pick one if you have not yet selected an organization:

| Shortcut                                                       | Destination |
| -------------------------------------------------------------- | ----------- |
| [`app.trunk.io/merge-queue`](https://app.trunk.io/merge-queue) | Merge Queue |
| [`app.trunk.io/flaky-tests`](https://app.trunk.io/flaky-tests) | Flaky Tests |

Query parameters are preserved through the redirect, so links like `app.trunk.io/flaky-tests?tab=history` land on the right view. Use these shortcuts when sharing links in docs, issues, or chat where the recipient's organization slug is unknown.

### Next steps

<Columns cols={2}>
  <Card title="Flaky Tests" href="../flaky-tests/overview" img="https://mintcdn.com/trunk-4cab4936/FEDBBs5EPDEY6kRF/assets/_shared/FlakyTests.png?fit=max&auto=format&n=FEDBBs5EPDEY6kRF&q=85&s=3ed36d7cea46d03f217e4fd54537979b" width="800" height="500" data-path="assets/_shared/FlakyTests.png" />

  <Card title="Merge Queue" href="../merge-queue/merge-queue" img="https://mintcdn.com/trunk-4cab4936/FEDBBs5EPDEY6kRF/assets/_shared/Merge.png?fit=max&auto=format&n=FEDBBs5EPDEY6kRF&q=85&s=292d170ecb30bb4c9b761a514c856696" width="800" height="500" data-path="assets/_shared/Merge.png" />
</Columns>

<Columns cols={2}>
  <Card title="Manage your Organization" href="./managing-your-organization" />

  <Card title="Install the CLI" href="/code-quality/overview/cli/getting-started" />
</Columns>
