# Get API Key

### Get OpenAI Key

This application used the OpenAI ChatGPT language model. To get APIs from OpenAI, you must register on their website. Once you are registered, visit the following link;

{% hint style="info" %}
<https://platform.openai.com/>
{% endhint %}

Once you are logged in, click on your profile logo as shown in image below.

<figure><img src="/files/ykcyMiYd5pvhaNEXJket" alt=""><figcaption><p>OpenAI Dashboard</p></figcaption></figure>

Once you click on your profile image, you will see **View API Key.** Click on the same and you will navigate to the API page. On this page you will see as follows;&#x20;

<figure><img src="/files/WI40U4w3wo8S2CwulQsx" alt=""><figcaption><p>OpenAI API</p></figcaption></figure>

Now click on **+ Create new secret key.**  Now you will be prompted with a new API key and you need to save it somewhere or copy it to the clipboard.

###


---

# 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://docs.zstudioo.com/bubble.io/api-setup/get-api-key.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.
