# Project Setup

This guide walks you through setting up a project within the OpenAI Platform. You’ll learn how to configure your project name, manage API keys, and explore additional settings found under the **Settings** menu in the top-right corner of the dashboard.

***

### 1. Accessing the Project Settings

1. **Navigate to the Dashboard:**
   * Log into the [OpenAI Platform / Settings](https://platform.openai.com/settings/organization/general).
   * Look for the **Settings** icon or menu in the top-right corner of the page.
2. **Select Your Project:**
   * In the left-hand navigation, choose the project you want to configure or create a new one if needed.
3. **Open Project Settings:**
   * Click on **Project** → **General** to access the main configuration page for your project.

<figure><img src="https://989616141-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fy846QkWMD5STFyOSZmGX%2Fuploads%2Flx2ck2SLf3IghWAPeGVf%2Fimage.png?alt=media&#x26;token=95bc88e9-adcc-4ca1-affa-334bb2656deb" alt=""><figcaption><p>OpenAI Platform: Project Settings</p></figcaption></figure>

***

### 2. Configuring Project Details

1. **Project Name**
   * Enter a clear, descriptive name for your project.
   * This name appears in the top-left corner and helps you identify the project across the platform.
2. **Project ID**
   * A unique identifier automatically generated by OpenAI.
   * Typically used internally by the platform; you usually don’t need to change this.
3. **Disable User API Keys (Optional)**
   * If enabled, members within this project cannot generate individual API keys.
   * Useful for restricting key creation and centralizing access.
4. **Save Your Changes**
   * Click **Save** to confirm any updates made to your project settings.

<figure><img src="https://989616141-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fy846QkWMD5STFyOSZmGX%2Fuploads%2Frq5Gj4vTlLVGgolxRQm6%2Fimage.png?alt=media&#x26;token=3ac6ea0e-2a09-494a-95f4-b3fc389ae61f" alt=""><figcaption><p>OpenAI Platform: Project Name Changed</p></figcaption></figure>

***

### 3. Managing API Keys

Once your project details are set, you can create and manage API keys that belong to this specific project.

<figure><img src="https://989616141-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fy846QkWMD5STFyOSZmGX%2Fuploads%2Fas3ra3yxhd7Scdu1txoC%2Fimage.png?alt=media&#x26;token=f23e2323-6e57-430c-884e-6a451f1deea5" alt=""><figcaption><p>OpenAI Platform: Project API Keys</p></figcaption></figure>

1. **Go to API Keys**
   * Under the same **Settings** menu, select **API Keys** from the left-hand navigation.
2. **Create a New API Key**
   * Click <mark style="background-color:green;">**Create new secret key**</mark>.
   * Name your key for easy identification, especially if you plan to generate multiple keys.
3. **View, Copy, and Secure**
   * Copy your newly generated **Secret Key**.
   * Store it in a safe place—once you navigate away, you may not be able to view it again.
4. **Key Permissions**
   * Keep track of who created each key and its permissions.
   * If you need to revoke access, you can delete or regenerate the key at any time.

<figure><img src="https://989616141-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fy846QkWMD5STFyOSZmGX%2Fuploads%2FMDhWPLKieKU9wTLHpayb%2Fimage.png?alt=media&#x26;token=4c80939d-133a-4495-ae2b-093393f864d2" alt=""><figcaption><p>OpenAI Platform: Create new secret key</p></figcaption></figure>

<figure><img src="https://989616141-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fy846QkWMD5STFyOSZmGX%2Fuploads%2F0vWg8XepwjgnGTmZX2vB%2Fimage.png?alt=media&#x26;token=25ffdfbd-82af-43fb-a2a2-3e67944f6b56" alt=""><figcaption><p>OpenAI Platform: Save you key</p></figcaption></figure>

***

### 4. Summary and Next Steps

By following these steps, you’ve:

* Accessed the **Project Settings** under the **Settings** menu.
* Configured essential fields like **Project name** and **Project ID**.
* Created and secured your **API keys** for use within this project.

{% hint style="success" %}
**Tip:**

Once your project is set up, consider exploring the **Playground** or other dashboard features to test your API calls. Remember to keep your keys confidential and rotate them periodically for security.

**Note:** Prompting in **Playground** will use your budget.
{% endhint %}
