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

# Quick Start

> Get started with Powerdrill Enterprise

This guide will walk you through the essential steps to set up your team, associate your user with a subscription, and generate an API key for your project. Whether you're an admin or a developer, you'll be up and running in just a few minutes.

## Step 1. Create a team

1. Sign in to Powerdrill.

2. Click your profile icon in the lower-left corner.

   <Frame>
     <img src="https://mintcdn.com/powerdrill-55/bBGveC8zr4vD5DAR/enterprise/img/profile-icon.png?fit=max&auto=format&n=bBGveC8zr4vD5DAR&q=85&s=1498f1b75febf858087ae9a8ff2cfe53" style={{ borderRadius: '0.5rem' }} width="3384" height="1498" data-path="enterprise/img/profile-icon.png" />
   </Frame>

3. In the menu, go to the **Workspace** section and click **Create team**.

4. Enter your organization name, agree to the *Terms of Service* and *Privacy Policy*, and click **Continue**.

   <Frame>
     <img src="https://mintcdn.com/powerdrill-55/bBGveC8zr4vD5DAR/enterprise/img/name-org.png?fit=max&auto=format&n=bBGveC8zr4vD5DAR&q=85&s=03d705459febb3d1fa8cd9051ba3aa94" style={{ borderRadius: '0.5rem' }} width="2138" height="1450" data-path="enterprise/img/name-org.png" />
   </Frame>

5. Choose a pricing plan and set up payment, or skip this step and subscribe later.

After creating your team, you'll be redirected to its admin console. A default project is automatically created.

## Step 2. Associate your user ID with a subscription

1. From the top navigation bar, select **Subscriptions & plans**.

2. In the target subscription row, click the value in the **Associated with** column.

3. In the dialog box that is displayed, select your user ID and click **Submit**.

   <Frame>
     <img src="https://mintcdn.com/powerdrill-55/bBGveC8zr4vD5DAR/enterprise/img/associate-plan.png?fit=max&auto=format&n=bBGveC8zr4vD5DAR&q=85&s=51d79d8da025c907c358209acb363e55" style={{ borderRadius: '0.5rem' }} width="1360" height="1104" data-path="enterprise/img/associate-plan.png" />
   </Frame>

## (Optional) Step 3. Get your API key of the target project

If you want to use Powerdrill Enterprise Open API, this step is mandatory.

1. Choose **Projects** from the top navigation bar.

2. Click the **Default** project info card.

   <Frame>
     <img src="https://mintcdn.com/powerdrill-55/bBGveC8zr4vD5DAR/enterprise/img/default-project.png?fit=max&auto=format&n=bBGveC8zr4vD5DAR&q=85&s=fc14280ad9c78552f7b41f417c9828d0" style={{ borderRadius: '0.5rem' }} width="2322" height="832" data-path="enterprise/img/default-project.png" />
   </Frame>

3. On the **Users** tab that is displayed by default, click **Add user**.

   <Frame>
     <img src="https://mintcdn.com/powerdrill-55/bBGveC8zr4vD5DAR/enterprise/img/add-user.png?fit=max&auto=format&n=bBGveC8zr4vD5DAR&q=85&s=89ca52e669efb70bf852841ad7840be4" style={{ borderRadius: '0.5rem' }} width="2574" height="1186" data-path="enterprise/img/add-user.png" />
   </Frame>

4. In the dialog box that is displayed, select your user ID and click **Add**.

   <Frame>
     <img src="https://mintcdn.com/powerdrill-55/bBGveC8zr4vD5DAR/enterprise/img/select-user.png?fit=max&auto=format&n=bBGveC8zr4vD5DAR&q=85&s=c1617f4f4c887400e6d8128ffb576663" style={{ borderRadius: '0.5rem' }} width="1362" height="1084" data-path="enterprise/img/select-user.png" />
   </Frame>

5. Click the **Project API keys** tab and click the **+ API access key** button.

   <Frame>
     <img src="https://mintcdn.com/powerdrill-55/bBGveC8zr4vD5DAR/enterprise/img/create-api-key.png?fit=max&auto=format&n=bBGveC8zr4vD5DAR&q=85&s=7da26e82b5e4c2f09754e043fabf9415" style={{ borderRadius: '0.5rem' }} width="2466" height="1180" data-path="enterprise/img/create-api-key.png" />
   </Frame>

6. In the dialog box that is displayed, set a name and click **Create**.

7. Copy and save your API key properly and click **I have saved my secret key** to finish the creation.

## Step 4. Use Powerdrill Enterprise to run data jobs

To run data jobs on your personal space:

1. Click your profile icon on the upper-right corner of the page and click **Switch Workspace**.

   <Frame>
     <img src="https://mintcdn.com/powerdrill-55/bBGveC8zr4vD5DAR/enterprise/img/switch-to-personal.png?fit=max&auto=format&n=bBGveC8zr4vD5DAR&q=85&s=4609a2c1c985cb0ddc75bc3d38516c08" style={{ borderRadius: '0.5rem' }} width="1944" height="1300" data-path="enterprise/img/switch-to-personal.png" />
   </Frame>

2. On the page that appears, click the **My personal space** card.

3. Upload your data and start exploring it.

To call Open API, refer to [API Reference](/api-reference/v2/overview.mdx).
