# 3.2.1 System Architecture

The Geoprism Registry is a Java 11 web application built on-top of Tomcat 8.5.

<figure><img src="/files/TVIzTeqYSR96xzsI7x5G" alt=""><figcaption></figcaption></figure>

The [example docker-compose.yml](https://github.com/terraframe/geoprism-registry/blob/master/src/build/docker/georegistry/docker-compose.yml) file produces an installation as described in the above diagram.

The Geoprism Registry WAR (Web Application Resource) can further be broken down into the following projects:

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td></td><td><a href="https://github.com/terraframe/Runway-SDK">Runway SDK</a></td><td>-></td></tr><tr><td></td><td><a href="https://github.com/terraframe/geoprism">Geoprism</a></td><td>-></td></tr><tr><td></td><td><a href="https://github.com/terraframe/geoprism-registry">Geoprism Registry</a></td><td></td></tr><tr><td></td><td><a href="https://spring.io/">Spring MVC</a></td><td>-></td></tr></tbody></table>


---

# 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://docs.geoprismregistry.com/readme/current/deployment-and-setup/3.2-creating-a-new-installation/3.2.1-system-architecture.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.
