> 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/property-tax/pt-user-manual/employee-user-manual/search-property.md).

# Search Property

To search for submitted applications or track the status of submitted applications

Navigate to the Property Tax home page. Click on the **Search Property** link.

<figure><img src="https://urban.digit.org/~gitbook/image?url=https%3A%2F%2Flh5.googleusercontent.com%2F57FwKnzIjuS3PVzjj1iWyCdEwZuZGzXo8iCqqS6W5TrcIzH3qPMcE3Rd-6yD5PQg_jgeQL8ovEdJvzeSR_Xy3A39HlmIzg7X9Q3aKLWyVqdsW7peUMs_YZxYWlj3BUDNB8KaBMd0&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=e8ea28eaacc33317836522b72e8e7a13e3114e3913d2fdfc0ae4a83818cfa484" alt=""><figcaption></figcaption></figure>

Select the **Locality**. The system displays the registered localities based on the ULB selected at the time of logging in.

Enter any of the following search parameters or combinations to refine the property search - the **Owner Mobile No.** or the **Unique Property ID** allotted by the system or the **Existing Property ID** if there is any legacy ID linked to the property.

<figure><img src="https://urban.digit.org/~gitbook/image?url=https%3A%2F%2Flh3.googleusercontent.com%2F0-wigJKTX-XN3seHyF8vIARXVZn4RQUkO5c8U_NFnXSrL3ISUhytnfKeGC3_Uo3QxnjKwD_cy422YsrR9yw2bbPTT8P0gLcBMFLOWobLLByGnXAUdOBGePWdaHANV6eVZcWD5aSj&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=98d391c4d11b186cae10639b999cf539dc934235c61592b10a503b83739df1ce" alt=""><figcaption></figcaption></figure>

Click on the **Search** button to view the result&#x73;**.** Click on the **Clear Search** button to renew the search with different parameters.


---

# 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/property-tax/pt-user-manual/employee-user-manual/search-property.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.
