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

# Setting Up OpenAI Account

> A quick guide to creating an OpenAI account and configuring API access for building AI-powered applications.

A quick guide to creating an OpenAI account and configuring API access. Follow these steps to start building AI-powered applications in minutes.

## 1. Create Your OpenAI Account

1. Navigate to [openai.com](https://openai.com) and click **Sign Up**.
2. Enter a valid email address and choose a strong password.
3. Open the verification email from OpenAI and click the confirmation link.

<Frame>
  ![The image shows an email verification page from OpenAI, prompting the user to check their email and click a link to get started, with an option to open Gmail.](https://kodekloud.com/kk-media/image/upload/v1752881530/notes-assets/images/Mastering-Generative-AI-with-OpenAI-Setting-Up-OpenAI-Account/openai-email-verification-page.jpg)
</Frame>

## 2. Complete Your Profile

After email verification, fill in your personal and organizational details:

* First name
* Last name
* Organization name
* Birthday

Click **Continue** to proceed.

<Frame>
  ![The image shows a webpage from the OpenAI Platform asking for user information, including first name, last name, organization name, and birthday, with a "Continue" button.](https://kodekloud.com/kk-media/image/upload/v1752881531/notes-assets/images/Mastering-Generative-AI-with-OpenAI-Setting-Up-OpenAI-Account/openai-platform-user-info-form.jpg)
</Frame>

## 3. Verify Your Phone Number

To enhance account security, OpenAI requires phone verification:

1. Enter your phone number.
2. Click **Send code**.
3. Input the one-time password (OTP) you receive.

<Frame>
  ![The image shows a phone number verification page with a field to enter a phone number and a "Send code" button. The page is part of the OpenAI platform.](https://kodekloud.com/kk-media/image/upload/v1752881532/notes-assets/images/Mastering-Generative-AI-with-OpenAI-Setting-Up-OpenAI-Account/phone-number-verification-openai.jpg)
</Frame>

## 4. Access the API Dashboard

Once your identity is confirmed, you’ll be directed to the OpenAI dashboard. Choose **API** to view your API keys, usage stats, and documentation.

<Frame>
  ![The image shows a webpage from OpenAI's platform featuring three options: ChatGPT, DALL-E, and API, each with a brief description.](https://kodekloud.com/kk-media/image/upload/v1752881534/notes-assets/images/Mastering-Generative-AI-with-OpenAI-Setting-Up-OpenAI-Account/openai-platform-chatgpt-dall-e-api.jpg)
</Frame>

## 5. Monitor Usage & Configure Billing

On the API dashboard, you can track your API calls, review your free credits, and add a payment method:

* New users receive \$5 in free trial credits.
* To continue past the trial limit, click **Upgrade** and submit billing details.

<Frame>
  ![The image shows a webpage from the OpenAI platform displaying API usage statistics for July, with a graph of daily usage in USD and details about free trial usage. The free trial shows 0.00 out of 5.00 used, expiring on November 1, 2023.](https://kodekloud.com/kk-media/image/upload/v1752881535/notes-assets/images/Mastering-Generative-AI-with-OpenAI-Setting-Up-OpenAI-Account/openai-api-usage-july-2023.jpg)
</Frame>

<Callout icon="lightbulb" color="#1CB2FE">
  Your \$5 free-trial credits expire after three months. Keep an eye on your usage to avoid unexpected charges.
</Callout>

<Callout icon="triangle-alert" color="#FF6B6B">
  Treat your API keys like passwords. Never expose them in public code repositories.
</Callout>

## OpenAI Services Overview

| Service | Purpose                          | Documentation                                                   |
| ------- | -------------------------------- | --------------------------------------------------------------- |
| ChatGPT | Real-time conversational AI      | [Chat Guide](https://platform.openai.com/docs/guides/chat)      |
| DALL·E  | Text-to-image generation         | [Image Guide](https://platform.openai.com/docs/guides/images)   |
| API     | Programmatic access to AI models | [API Reference](https://platform.openai.com/docs/api-reference) |

## Next Steps

Now that your account and API access are set up:

* Review the [OpenAI API Quickstart](https://platform.openai.com/docs/quickstart).
* Explore SDKs and sample code on [GitHub](https://github.com/openai).
* Join the [OpenAI Community Forum](https://community.openai.com/) for support and tips.

## References

* [OpenAI Platform Documentation](https://platform.openai.com/docs)
* [OpenAI Pricing](https://openai.com/pricing)
* [Authentication Guide](https://platform.openai.com/docs/guides/authentication)

<CardGroup>
  <Card title="Watch Video" icon="video" cta="Learn more" href="https://learn.kodekloud.com/user/courses/mastering-generative-ai-with-openai/module/7cf291c5-4705-4a69-965a-b0ba7d2169c6/lesson/58732276-b9a4-4eb0-9eaa-3e715c95b294" />
</CardGroup>
