# Nominatim

Nominatim is a free software tool that offers forward geocoding, allowing users to search for locations by name or address, and reverse geocoding, retrieving the postal address or place name by known coordinates.

One of the main advantages of using Nominatim with Navixy On-premise is that it can be deployed on your local server, enabling you to process an unlimited number of requests without any limits. While other geocoding sources can be used in parallel, such as Google, they can be expensive or may not meet your needs in specific regions.

Nominatim is developed as part of the OpenStreetMap (OSM) project and is distributed under an open license, with its source code under the GPLv2. The hardware requirements for Nominatim will depend heavily on the amount of data you plan to maintain. For instance, installing data only for one country or one continent requires fewer resources than the entire globe.

To download Nominatim, simply visit its official web page at <https://nominatim.org/> . Here, you can access hardware and software requirements, along with a detailed installation manual to help you get started. You can also check out the official Nominatim GitHub page at <https://github.com/openstreetmap/Nominatim> for additional resources and support.


---

# 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://navixy.com/docs/on-premise/on-premise/how-to-guide/installation/optional-software/nominatim.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.
