# Open an account with OpenAI and generate an API key

* Sign in to your OpenAI account or create a new account at: <https://platform.openai.com/login?launch>.&#x20;
* Choose 'API' to generate the required API key in the next step.

<figure><img src="/files/jb8nAnrW3JFuEm8CFZtV" alt="" width="375"><figcaption><p>OpenAI / Anmeldung</p></figcaption></figure>

* Add your payment method in the settings ('Settings' -> 'Billing' -> 'Add payment details').

<figure><img src="/files/kpCPlwWScxY1NQSKZmwG" alt="" width="111"><figcaption><p>OpenAI / Settings</p></figcaption></figure>

* Generate a new API key by selecting "API Keys" and following the instructions.

<figure><img src="/files/ZJhIzyumY1CQ3Nzq2Baw" alt=""><figcaption><p>API Key generieren</p></figcaption></figure>

* Once all settings are configured, generate a new API key by clicking the "Create new secret key" button.&#x20;
* Copy the API key and send it to the SEOKI team.


---

# 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://learning.seoki.com/english/unlimited-plan/open-an-account-with-openai-and-generate-an-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.
