> For the complete documentation index, see [llms.txt](https://tutorials.kuasa.io/getting-started/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorials.kuasa.io/getting-started/kuasa-campaigns/ai-chatbot/setup-ai-chatbot/add-credit-balance-in-openai.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://tutorials.kuasa.io/getting-started/kuasa-campaigns/ai-chatbot/setup-ai-chatbot/add-credit-balance-in-openai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
