# Konto bei OpenAI eröffnen und API Key erzeugen

* Melde dich bei deinem OpenAI-Konto an oder eröffne ein neues Konto unter: <https://platform.openai.com/login?launch>&#x20;
* Wähle "API" aus, um im nächsten Schritt den benötigten API Key zu generieren.

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

* Hinterlege deine Zahlungsart in den Einstellungen ("Settings" -> "Billings" -> "Add payment details").

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

* Generiere einen neuen API Key, indem du "API Keys" auswählst und den Anweisungen folgst.&#x20;

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

* Wenn alle Einstellungen gemacht sind, generiere einen neuen API Key über den Button "Create new secret key".&#x20;
* Kopiere den API Key und übermittle diesen Key an das 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/unlimited-plan/konto-bei-openai-eroffnen-und-api-key-erzeugen.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.
