# Account Charges

The Charges feature enables you to handle charges related to various financial services, including cheque issuance, card issuance, and draft charges. You can create, edit, view charge records and manage their status. This guide offers step-by-step instructions for navigating the Charges feature.

## Access The Account Charges Page

1. Log into the application using your credentials.
2. From the dashboard, navigate to **Accounts** in the side menu.
3. Select **Account Charges** from the dropdown list.

<figure><img src="https://4148303057-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJO1GSxhJIrS0metPeFt%2Fuploads%2FygpJklUDr1OIQKJ874FQ%2FScreenshot%202024-10-03%20at%208.16.45%E2%80%AFPM.png?alt=media&#x26;token=c791b0af-72fc-4ed0-801a-5545f7051a5b" alt=""><figcaption></figcaption></figure>

## Adding A New Charge

To add a new charge to the system:

1. Click the **Add** button at the page's top left.
2. Input the **Charge Name**.
3. Fill in the following details: **Amount 1**, **2**, **Income GL Amount 1 and Income GL Account 2.** \
   Amount 2 and Income GL Account 2 are optional fields, but they become mandatory where the user decides to split the charge into two components.
4. Click the toggle button to "Consolidate both amounts in Customer's Account" to activate the option.
5. Click **Save**.
6. Click the **"Yes, I want to proceed"** button to reconfirm action.

<figure><img src="https://4148303057-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxJO1GSxhJIrS0metPeFt%2Fuploads%2Fqi4NeuoAEFLaavhLxUkz%2FScreenshot%202024-10-03%20at%205.55.48%E2%80%AFPM.png?alt=media&#x26;token=c758bb33-34ca-4701-8a42-586488f0fc46" alt=""><figcaption></figcaption></figure>

## Modify An Existing Charge

To modify an existing charge:

1. In the **Actions** column, click the **three vertical dots** (**⋮**) next to the charge you wish to edit.
2. Select **Modify** from the dropdown menu.
3. Make the necessary updates, such as changing Amounts 1 & 2, Income GL Amounts 1 & 2 and "Consolidate both amounts in Customer's Account" option.
4. Click **Update** to save.
5. Click the **"Yes, I want to proceed"** button to reconfirm action.

## Deactivate/Activate A Charge

To deactivate/activate the status of a charge:

1. In the **Actions** column, click the **three vertical dots** (**⋮**) next to the charge you wish to deactivate.
2. Select the **Deactivate** option.&#x20;
3. Click the **"Yes, I want to proceed"** button to reconfirm action.

{% hint style="info" %}
**Reactivate Charge:** You can also follow the same steps to reactivate the account officer's status.
{% endhint %}


---

# 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/account-management/account-charges.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.
