> 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/online-building-plan-approval-system-obpas/obpas-user-manual/obpas-employee-user-manual.md).

# Residential Construction Permit System Employee User Manual

## Document Verifier (DV)

The Document Verifier (DV) is responsible for verifying the required and supporting documents uploaded by the citizen or the stakeholder with the building permit or occupancy certificate application. The application is forwarded to the Field Inspector for further review once the DV finds the documents uploaded meet the requirements. Else, the application is either sent back to the citizen for refurbishing the documents or rejected.

DV can

* [Send applications back to citizens ](/local-governance/access/local-governance-stack/online-building-plan-approval-system-obpas/obpas-user-manual/obpas-employee-user-manual/send-applications-back-to-citizens.md)
* [Reject application or Revoke application](/local-governance/access/local-governance-stack/online-building-plan-approval-system-obpas/obpas-user-manual/obpas-employee-user-manual/reject-application-revoke-application.md)
* [Verify and forward applications](/local-governance/access/local-governance-stack/online-building-plan-approval-system-obpas/obpas-user-manual/obpas-employee-user-manual/verify-and-forward-application.md)

## Field Inspector (FI)

The field inspector or FI is responsible for conducting the field inspection of the construction site and premises. The FI prepares the inspection report based on the observations of the defined inspection parameters.

The FI can -

* [Prepare Inspection Report](/local-governance/access/local-governance-stack/online-building-plan-approval-system-obpas/obpas-user-manual/obpas-employee-user-manual/prepare-inspection-report.md)
* [Send applications back to citizens](/local-governance/access/local-governance-stack/online-building-plan-approval-system-obpas/obpas-user-manual/obpas-employee-user-manual/send-applications-back-to-citizens.md)
* [Reject application](/local-governance/access/local-governance-stack/online-building-plan-approval-system-obpas/obpas-user-manual/obpas-employee-user-manual/reject-application-revoke-application.md)
* [Forward application](/local-governance/access/local-governance-stack/online-building-plan-approval-system-obpas/obpas-user-manual/obpas-employee-user-manual/verify-and-forward-application.md)

## NOC Verifier&#x20;

The NOC Verifier is responsible for checking the no-objection permissions obtained for various civic authorities in the context of the building construction. Commonly, a NOC is required from the Airports Authority and the Fire department to certify all guidelines are met by the builder and owner. If all requirements are met the NOC verifier forwards the application to the BPA Approver.

**NOC Verifier can**

* [Send applications back to citizens](/local-governance/access/local-governance-stack/online-building-plan-approval-system-obpas/obpas-user-manual/obpas-employee-user-manual/send-applications-back-to-citizens.md)
* [Reject application](/local-governance/access/local-governance-stack/online-building-plan-approval-system-obpas/obpas-user-manual/obpas-employee-user-manual/reject-application-revoke-application.md)
* [Forward application](/local-governance/access/local-governance-stack/online-building-plan-approval-system-obpas/obpas-user-manual/obpas-employee-user-manual/verify-and-forward-application.md)

## BPA Approver

The BPA Approver is responsible for approving or rejecting the application for building permits or occupancy certificates. Once approved the owner can download the permit or the occupancy certificate from the portal.

The BPA Approver can

* [Approve application](/local-governance/access/local-governance-stack/online-building-plan-approval-system-obpas/obpas-user-manual/obpas-employee-user-manual/approve-reject-applications.md)
* [Reject application](/local-governance/access/local-governance-stack/online-building-plan-approval-system-obpas/obpas-user-manual/obpas-employee-user-manual/approve-reject-applications.md)


---

# 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/online-building-plan-approval-system-obpas/obpas-user-manual/obpas-employee-user-manual.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.
