> For the complete documentation index, see [llms.txt](https://docs.digit.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digit.org/local-governance/access/local-governance-stack/fire-noc/fire-noc-master-data-templates.md).

# Fire Safety Certification (NOC) Master Data Templates

## Introduction

The Fire No-Objection Certificate (NOC) application, developed on the eGov-DIGIT platform, makes the\
process of obtaining a Fire NOC easy, smooth, and transparent. It eliminates the current manual process\
by automating and streamlining it, thus providing a better citizen service experience with the Urban\
Local Body (ULB) and Fire station employees.

## Module Features

Features offered to the citizens-

1. Apply for provisional or new fire NOC or renew existing Fire NOC.
2. Upload all the relevant documents required for the certificate.
3. Make payment for the Fire NOC using the online payment gateway.
4. Receive notifications and alerts by SMS, whenever the status of the application changes.
5. Download Fire NOC

Features offered to the Employees-

1. Flexible role-based workflow.
2. Configurable fee calculation mechanism.
3. Dashboard with application statistics.
4. Search applications using configurable parameters.

## Module Ontology

### State Level

1. [Fire Stations Master](/local-governance/access/local-governance-stack/fire-noc/fire-noc-master-data-templates/fire-station-master.md)
2. [Building Usage Type](/local-governance/access/local-governance-stack/fire-noc/fire-noc-master-data-templates/building-usage-type.md)
3. [Building Usage Subtype](/local-governance/access/local-governance-stack/fire-noc/fire-noc-master-data-templates/building-sub-usage-type.md)
4. [Application Workflow](/local-governance/deploy/configure-digit/configuring-master-data-templates/module-setup/workflow-data/workflow-actions.md)
5. [Area Master](/local-governance/access/local-governance-stack/fire-noc/fire-noc-master-data-templates/areas-served-master.md)

### ULB Level

1. [Boundry Data](/local-governance/deploy/configure-digit/configuring-master-data-templates/environment-setup/ulb-level-setup/boundary-data.md)

## Module Reports

1. Receipt Register
2. Application Status


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.digit.org/local-governance/access/local-governance-stack/fire-noc/fire-noc-master-data-templates.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
