# Locality Boundary

## Introduction

Localities are the boundaries within the ULB and citizens are mostly familiar with these.

## Data Table

| Sr. No. | Locality Code | Locality Name        | Locality Name (Odia) |
| ------- | ------------- | -------------------- | -------------------- |
| 1       | L001          | Kathagada            | କାଠଗଡା               |
| 2       | L002          | Shyamacharanpur      | ଶ୍ୟାମଚରଣପୁର          |
| 3       | L003          | Refugee Colony       | ରିଫ୍ୟୁଜି କଲୋନୀ       |
| 4       | L004          | Kunjakanta           | କୁଞ୍ଜକାନ୍ତ           |
| 5       | L005          | Gudia nali           | ଗୁଡ଼ିଆ ନାଲି           |
| 6       | L006          | Chandamari Sahi      | ଚନ୍ଦାମାରୀ ସାହି       |
| 7       | L007          | Rathagada            | ରଥାଗଡା               |
| 8       | L008          | Danda sahi           | ଦଣ୍ଡା ସାହି           |
| 9       | L009          | Manhisapat           | ମନହିଷପାଟ             |
| 10      | L010          | Banamaliprasad       | ବନମାଳିପ୍ରସାଦ         |
| 11      | L011          | Colony Sahi          | କଲୋନୀ ସାହି           |
| 12      | L012          | Malhar Sahi          | ମାଲହର ସାହି           |
| 13      | L013          | Muslm Basti          | ମୁସଲିମ୍ ବସ୍ତି        |
| 14      | L014          | Kumbhara sahi        | କୁମ୍ଭାର ସାହି         |
| 15      | L015          | Housing Board Colony | ହାଉସିଂ ବୋର୍ଡ କଲୋନୀ   |
| 16      | L016          | Jagannath Road       | ଜଗନ୍ନାଥ ରୋଡ୍         |
| 17      | L017          | Sasan Chaka          | ଶାସନ ଛକ              |
| 18      | L018          | Jaygopal Sahi        | ଜୟଗୋପାଳ୍ ସାହି        |
| 19      | L019          | Bhagabanpur          | ଭଗବାନ୍ପୁର            |
| 20      | L020          | Similia              | ସିମିଳିଆ              |
| 21      | L021          | Town Planning        | ଟାଉନ୍ ବଜାର           |
| 22      | L022          | Station Bazar        | ଷ୍ଟେସନ୍ ବଜାର         |
| 23      | L023          | Alasua               | ଅଲାସୁଆ               |
| 24      | L024          | Korian               | କୋରିଆ                |

{% hint style="info" %}
The data given in the table is sample data for reference.
{% endhint %}

## Data Definition

<table><thead><tr><th width="97">Sr. No.</th><th>Column Name</th><th>Data Type</th><th>Data Size</th><th>Is Mandatory?</th><th>Definition/ Description</th></tr></thead><tbody><tr><td>1</td><td>Code</td><td>Alphanumeric</td><td>64</td><td>Yes</td><td>A unique code that identifies the project type.</td></tr><tr><td>2</td><td>Project Type</td><td>Text</td><td>256</td><td>Yes</td><td>Provides the name of the project type </td></tr><tr><td>3</td><td>Project Type (Odiya)</td><td>Text</td><td>256</td><td>No</td><td>Project type name in local language</td></tr><tr><td>4</td><td>Effective From</td><td></td><td></td><td></td><td>Date from which the project is effective</td></tr><tr><td>5</td><td>Effective To</td><td></td><td></td><td></td><td>Date till which the project is effective</td></tr><tr><td>6</td><td>Is Active</td><td></td><td></td><td></td><td>Whether the project is active or not</td></tr></tbody></table>

## Attachments

{% file src="/files/LBKm3kUzIXFBnInzCs7G" %}


---

# 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.digit.org/works/reference-implementations/muktasoft-v2.2/deployment/configuration/master-data-templates/locality-boundary.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.
