# Account Officer

The Account Officer page allows you to manage and oversee account officers, add new officers, view and edit their details, manage their access levels, and control their active status. This guide will walk you through all actions available on the Account Officer page.

### Accessing The Account Officer Page

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

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

### **Adding a New Account Officer**

1. Click the **Add** button at the top left of the page
2. Click the **Select User** dropdown and select from the list of active users created under User Management, the system will autofill the First Names, Last Name, and other basic details
3. Fill in the remaining fields; **Branch, Staff ID, Phone Number, Access Level, Gender, Address, Supervisor Name,** and **Supervisor Email**
4. Click **Save** to add the new officer

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

### **Modifying Account Officer Details**

1. In the **Actions** column, click the three vertical dots (**⋮**) next to the officer's record
2. Select **Modify** from the dropdown
3. Update the necessary details such as **Staff ID, Gender, Access Level,** or **Supervisor Name**
4. Click **Update** to save the changes

### **Viewing Account Officer Details**

1. In the **Actions** column, click the three vertical dots (**⋮**) next to the officer's record
2. Select **View** to see the full details of the account officer record

### **Unlinking a User from an Account Officer**

1. In the **Actions** column, click the three vertical dots (**⋮**) next to the officer's record
2. Select **Unlink User** to remove the user account linked to this officer record

### **Deactivating an Account Officer**

1. In the **Actions** column, click the three vertical dots (**⋮**) next to the officer's record
2. Select **Deactivate**
3. Confirm the action to deactivate the officer

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

### **Filtering Account Officer Records**

1. Click the **Filter** button at the top right of the page
2. Enter your preferred filter criteria
3. Click **Apply** to display the filtered results

{% hint style="info" %}
You can also select multiple and reassign account officers all at once.
{% 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-officer.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.
