# Bill Configurations

The Bill Payment Configuration page allows you to configure General Ledger (GL) accounts for fee income, prepayment, and cashback expenses. This setup is crucial for ensuring that your billing transactions are properly accounted for in the system.

## How to Configure Bill Payment

1. Access the Bill Payment Configuration Page:
   * Navigate to **E-Channels > Bills Payment > Configuration**s.
2. Enter the GL Accounts:
   * You will see three fields where you can input specific GL account numbers:
     * **Fee Income GL**: Enter the GL code for fee income. This is the account where any fees charged to customers will be recorded.
     * **Prepayment GL**: Enter the GL code for prepayment. This is used for recording payments made in advance.
     * **Cash Back Expense GL**: Enter the GL code for cashback expenses. This account handles the cashback amounts to be refunded to customers.
3. Save the Configuration
   * Once you have entered the GL account numbers, click the **Save** button to store the configuration settings.

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


---

# 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.udara360.io/core-features/e-channels/bills-payment/bill-configurations.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.
