# 9. chatGPT API 크래딧 등록

chatGPT 패키지를 이용하려면 API 크래딧을 등록해야 해요.

[https://platform.openai.com/api-key](https://platform.openai.com/api-keys) 이동해 주세요.

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

Settings > Billing로 이동하고 Add payment details를 통해 결제 수단을 등록해 주세요.

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

아래의 이미지와 같은 순서로 진행해 주세요.

<figure><img src="/files/5h9nPazcJVYtwMztnJMe" alt=""><figcaption></figcaption></figure>

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

자동 크래딧 재충전을 원하면 설정해 주세요.&#x20;

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

정상적으로 충전이 됐다면 chatGPT 패키지를 통해 사용가능해요.

<div align="left"><figure><img src="/files/Z5BG5SRLvutT5SV6QZv8" alt="" width="344"><figcaption></figcaption></figure></div>

23.11.10 Jipang


---

# 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.ohmyapp.io/main/guide/faq/etc/9.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.
