# Creating An OpenAI Account

*Utilize the bot for free and talk with it for a limited time each day (15 messages a day). To further chat with it, your Discord will require its own OpenAI account (cheap & increases chat usage).*

{% hint style="info" %}

* Each time the bot is talked to, it will be billed to that account.&#x20;
* OpenAI provides a $5 or $18 trial and chat usage typically costs less than HALF A CENT per day, subject to usage levels. In the future we'll be able to more easily charge you for chat usage, without you needing to create an OpenAI account
  {% endhint %}

## Step 1

* Go to <https://platform.openai.com/signup>

## Step 2

* Click "Log in" or "Create an account"

## Step 3

* Once you are logged in, click "Personal" on the top right of your screen, there will be a drop down, click on "API Keys" ([or just click here](https://platform.openai.com/account/api-keys))

<figure><img src="/files/Ifmz5I6cmymJhbsYLtqu" alt=""><figcaption></figcaption></figure>

## Step 4

* After getting redirected to the "API keys" Page, Create a new Secret key

<figure><img src="/files/oOfT3dA3yXWhnqCbcWDG" alt=""><figcaption></figcaption></figure>

## Step 5

* Copy the key, to be used later

<figure><img src="/files/Q1MhhcfUZ75PG8rmW5is" alt=""><figcaption></figcaption></figure>

## Step 6

* To use this API key along with all our other premium features, [click here](/product-guides/discord-bot-setup-premium.md)
* To use this API key and only chat with the bot for free, [click here](/product-guides/discord-bot-setup-free.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://aidocs.soldecoder.app/product-guides/creating-an-openai-account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
