# Liens

The Lien page allows you to manage liens on customer accounts. This feature enables CBA operators to temporarily freeze a portion or the entire balance of an account, ensuring funds are secured for specific purposes like loans or legal obligations. You can track and update lien details such as the lien amount, reason, and status.

## Accessing The Lien Page

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

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

## Search For A Lien

To search for a lien, perform the following steps:

1. Click on the **Filter** button at the page's top right.
2. Input your search criteria. You can search by **Name**, **Account Number**, or Lien **Status**.
3. Click on **Apply** to complete the action.

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

## Place A Lien On An Account

To place a lien on an account, follow these steps:

1. Click the **Add** button at the page's top left.
2. Input the **Account Number, Account Name or Reference Number.**
3. Click on the **Search** button.
4. Select the desired row on the search result.
5. Set your Lien information. &#x20;
6. Click the **Save** button to apply the lien.
7. Confirm the action by clicking the **“Yes, I want to proceed”** button.

{% hint style="warning" %}
Note: Once a lien is placed, it will remain pending until you activate it. See [Activate a Lien](#activate-a-lien) to activate.&#x20;
{% endhint %}

<div data-full-width="false"><figure><img src="/files/BJhL0pypHqv3dDgCKNxI" alt=""><figcaption></figcaption></figure></div>

## Modify An Existing Lien

To modify an existing lien:

1. In the Actions column, click the three vertical dots (⋮) next to the lien you wish to edit.
2. Select **Modify** from the dropdown menu.
3. Update the necessary details, such as the Lien **Amount**, **Description**, **Tenure** and **Commencement Date**.
4. Click **Submit** to save and apply the changes.
5. Confirm the modification by selecting “**Yes, I want to proceed.**”<br>

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

## Activate A Lien

To remove a lien from an account:

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

{% hint style="info" %}
You can verify the lien status by checking the status column of the placed lien.
{% 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/customer-account/liens.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.
