# Fire Station Master

## Introduction <a href="#introduction" id="introduction"></a>

The first step is to identify all the fire stations within the state. It is important to note that all the ULBs may not have a fire department. Generally, the bigger ULBs of the state have a fire department that caters to that ULB at the same time to all the surrounding smaller ULBs and rural areas as well.

## Data Table <a href="#data-table" id="data-table"></a>

<table><thead><tr><th width="123.33333333333331">Sr. No.</th><th width="257">*Fire Station Code</th><th>*Fire Station Name</th></tr></thead><tbody><tr><td>1</td><td>FS01</td><td>Patiala</td></tr><tr><td>2</td><td>FS02</td><td>Amritsar</td></tr></tbody></table>

The data given in the above table is sample data.

## Procedure <a href="#procedure" id="procedure"></a>

### Data Definitions <a href="#data-definitions" id="data-definitions"></a>

<table><thead><tr><th width="101">Sr. No.</th><th>Column Name</th><th>Data Type</th><th>Data Size</th><th>Mandatory</th><th>Description</th></tr></thead><tbody><tr><td>1</td><td>Fire Station Code</td><td>Alphameric</td><td>64</td><td>Yes</td><td>The code is given to the fire station by the state team. Eg: FS01 For Patiala Fire station, FS02 for Amritsar Fire station</td></tr><tr><td>2</td><td>Fire Station Name</td><td>Text</td><td>256</td><td>Yes</td><td>Name of the fire station. Eg: Patiala, Amritsar</td></tr></tbody></table>

### How to fill data <a href="#how-to-fill-data" id="how-to-fill-data"></a>

1. Download the data template attached to this page.
2. Get a good understanding of all the headers in the template sheet, their data type, size, and definitions by referring to the ‘Data Definition’ section of this document.
3. In case of any doubt, please reach out to the person who has shared this template with you to discuss and clear your doubts.
4. Identify all the fire stations operating in the state and enter their names in the Fire Station Name column
5. Next, give each fire station a unique code and enter that code in the Fire Station Code column.
6. Verify the data once again by going through the checklist and making sure that each and every point mentioned in the checklist is covered.

## Checklist <a href="#checklist" id="checklist"></a>

The checklist is a set of activities to be performed once the data is filled into a template to ensure data type, size, and format of data is as per the expectation. These activities have been divided into 2 groups as given below.

### Common Checklist <a href="#common-checklist" id="common-checklist"></a>

This checklist covers all the activities which are common across the entities.

<table><thead><tr><th width="122.33333333333331">Sr. No.</th><th width="431">Checklist Parameter</th><th>Example</th></tr></thead><tbody><tr><td>1</td><td>Make sure that each and every point in this reference list has been taken care of</td><td>​<a href="https://docs.digit.org/configure-digit/configuring-master-data-templates/module-setup/common-config/checklist">Checklist</a>​</td></tr></tbody></table>

### Entity Specific Checklist <a href="#entity-specific-checklist" id="entity-specific-checklist"></a>

This checklist covers the activities which are specific to the entity.

<table><thead><tr><th width="121.33333333333331">Sr. No.</th><th width="416">Checklist Parameter</th><th>Example</th></tr></thead><tbody><tr><td>1</td><td>Fire Station Codes that are defined by the state team should be alphanumeric and Unique</td><td><p>FS01: Amritsar</p><p>FS02: Jalandhar</p></td></tr><tr><td>2</td><td>Fire station Name should not contain any special characters</td><td><p>Amritsar : [Allowed]</p><p>#Amritsar! : [Not allowed]</p></td></tr></tbody></table>

## Attachments <a href="#attachments" id="attachments"></a>

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

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


---

# 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/local-governance/access/local-governance-stack/fire-noc/fire-noc-master-data-templates/fire-station-master.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.
