> 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/v2.8/products/modules/property-tax/pt-master-data-templates.md).

# PT Master Data Templates

### Introduction

DIGIT Property Tax facilitate ULBs and citizens to automate the assessment/ re-assessment of property tax for a property and its demand billing and collection. It also enables the ULBs as well as citizens to process the transfer of title of a property in case of a sale, gift or will and captures the history of ownership.

### Module Features

The main features of the product are as given below.

1. Completely automated assessment and re-assessment of property tax against a property.
   * Online self-assessment process
   * Integrated workflow for ULB staff to perform the check and approve.
2. Transfer of title (Mutation)
   * Online application
   * Integrated workflow for ULB staff to perform the check and approve.
3. Generating the demand
4. Collection of property tax through various modes (Cash, Cheque, POS (Credit/ Debit Card), NEFT/RTGS, Online - Through Payment Gateway)
5. Auto calculation of rebate, interest and penalty.

### Module Ontology

#### State Level

1. [Property Type](/local-governance/v2.8/products/modules/property-tax/pt-master-data-templates/property-type.md)
2. [Property Sub Type](/local-governance/v2.8/products/modules/property-tax/pt-master-data-templates/property-sub-type.md)
3. [Property Usage Major](/local-governance/v2.8/products/modules/property-tax/pt-master-data-templates/usage-category-major.md)
4. [Property Usage Minor](/local-governance/v2.8/products/modules/property-tax/pt-master-data-templates/usage-category-minor.md)
5. [Property Usage Sub Minor](/local-governance/v2.8/products/modules/property-tax/pt-master-data-templates/usage-category-sub-minor.md)
6. [Property Usage Detail](/local-governance/v2.8/products/modules/property-tax/pt-master-data-templates/usage-category-detail.md)
7. [Construction Type](/local-governance/v2.8/products/modules/property-tax/pt-master-data-templates/construction-type.md)
8. [Ownership Category](/local-governance/v2.8/products/modules/property-tax/pt-master-data-templates/ownership-category.md)
9. [Ownership Sub Category](/local-governance/v2.8/products/modules/property-tax/pt-master-data-templates/ownership-sub-category.md)
10. [Owner’s Special Category](/local-governance/v2.8/products/modules/property-tax/pt-master-data-templates/owner-special-category.md)
11. [Special Category Documents](/local-governance/v2.8/products/modules/property-tax/pt-master-data-templates/special-category-documents.md)
12. [Road Type](/local-governance/v2.8/products/modules/property-tax/pt-master-data-templates/road-type.md)

#### ULB Level

1. [Unit Rate](/local-governance/v2.8/products/modules/property-tax/pt-master-data-templates/unit-rates.md)
2. [Tax Rate](/local-governance/v2.8/products/modules/property-tax/pt-master-data-templates/tax-rates.md)
3. [Interest Rate](/local-governance/v2.8/products/modules/property-tax/pt-master-data-templates/interest-rates.md)
4. [Penalty Rate](/local-governance/v2.8/products/modules/property-tax/pt-master-data-templates/penalty-rates.md)
5. [Rebate Rate](/local-governance/v2.8/products/modules/property-tax/pt-master-data-templates/rebate-rates.md)
6. [Mutation Fee](/local-governance/v2.8/products/modules/property-tax/pt-master-data-templates/mutation-fee.md)

### Module Reports

1. Receipt Register
2. Cancelled Receipt Register
3. Demand Register

> [![Creative Commons License](https://i.creativecommons.org/l/by/4.0/80x15.png)](http://creativecommons.org/licenses/by/4.0/)*All content on this page by* [*eGov Foundation* ](https://egov.org.in/)*is licensed under a* [*Creative Commons Attribution 4.0 International License*](http://creativecommons.org/licenses/by/4.0/)*.*


---

# 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/v2.8/products/modules/property-tax/pt-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.
