# Region

The Region page enables you to manage and set up various regions within the banking system. These regions can help classify branches, customers, or other entities by geographic

### **Accessing the Region Page:**

1. Log into the banking application using your credentials.
2. Navigate to the "Operations" section.
3. Select the "Region" page from the available options.

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

### **Add a New Region**

1. Click the "**Add**" button to open the **"Create Region**" dialog.
2. Enter the following information:
   * **Name:** A descriptive name for the region.
   * **Code:** A unique code to identify the region.
   * **Description:** A brief description of the region.
3. Click the "**Save**" button to create the new region.

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


---

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