# Branch Management

The Branch page allows administrators to manage and add new branches to the system. This page is essential for setting up new branch locations and integrating them into the operational structure.

### Accessing the Branch Page

1. Log into the application using your credentials.
2. From the dashboard, navigate to **Operation**.
3. Select B**ranch** from the dropdown.

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

## **Add a New Branch**

To add a new branch to the system:

1. Click the **Add Branch** button.
2. Enter the required information:
   * **Branch Code:** A unique code for the branch.
   * **Branch Name:** The full name of the branch.
   * **Branch Address:** The physical address of the branch.
   * **Contact Person:** The name of the contact person for the branch.
   * **Contact Number:** The contact number of the branch.
3. Click **Save** to create the new branch.

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

## Modify A Branch

To modify existing branch details:

1. In the **Actions** column, click the **three vertical dots** (**⋮**) next to the branch you wish to edit.
2. Select **Modify** from the dropdown menu.
3. Make the necessary updates.
4. Click **Update** to save and apply the changes.

## Deactivate/Activate A Branch

To activate/deactivate existing branch details:

1. In the **Actions** column, click the **three vertical dots** (**⋮**) next to the branch you wish to deactivate/activate.
2. Select **Activate/Deactivate** from the dropdown menu.
3. Click the "**Yes, I want to Proceed" button** to save and apply the changes.


---

# 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/operations/branch-management.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.
