# Interest

The Interest page enables you to manage and customize the interest settings for various account types and products. This section assists in establishing and monitoring interest rates, compounding periods, and other relevant features for loans, deposits, and other financial products.

## Access The Interest Page

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

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

## Create A New Interest

Here's how to create a new interest:

1. Click on the “**Add**” button at the top of the page.
2. Fill in the Create New **Interest** form fields:&#x20;
   * **Interest Name:** Enter a descriptive name for the interest rate.
   * **Type of Interest:** Select the appropriate interest type (e.g., Credit or Debit based).
   * **Default Rate (%):** Enter the default interest rate.
   * **Apply Withholding Tax?:** Toggle the switch button to indicate whether withholding tax should be applied to the interest.
3. Once you’ve filled in all the necessary fields, click “**Save**” to apply.
4. Confirm the action by selecting **“Yes, I want to proceed.”**

{% hint style="success" %}
Once a new interest has been created, it must be activated in order to reflect in the CBA system.
{% endhint %}

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

## Modify An Interest

Here's how to modify an Interest below:

1. In the **Actions** column, click the **three vertical dots** (**⋮**).
2. Select **Modify** from the dropdown menu.
3. Update the necessary overdraft Fee details.
4. Click **Update** to save and apply the changes.
5. Confirm the action by selecting **“Yes, I want to proceed.”**

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

## Activate/Deactivate An Interest:

To activate/deactivate an existing Interest:

1. In the Actions column, click the three vertical dots **(⋮)** next to the Interest you wish to deactivate.
2. Select **Deactivate** from the dropdown menu.
3. Confirm the action by selecting **“Yes, I want to proceed.”**


---

# 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/interest.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.
