# Add Credit Balance in OpenAI

1. Log in at[ https://platform.openai.com/login](https://platform.openai.com/login).<br>
2. Click **Settings** (top right corner).

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

3. Go to **Billing** in the left-hand menu.

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

4. Click **Add to credit balance**. (If you have not setup the payment method, the button will show **Add payment details**)

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

5. Select the **amount** and **payment method**, then click **Continue**.

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

6. Click **Confirm Payment**.

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

7. (Optional) You can also enable **Auto-recharge** so your credits top up automatically in the future.

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

**Token Usage**

Token usage may be different for every response. It depends on things like how complex the reply is, the input you give, the output generated, and which GPT model you use. You can easily check and monitor all token usage in your OpenAI account under the Usage section.


---

# 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://tutorials.kuasa.io/getting-started/kuasa-campaigns/ai-chatbot/setup-ai-chatbot/add-credit-balance-in-openai.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.
