# Resources: Databases

JMap Server manages database connections by placing them in pools. The pools contain a certain number of open database connections. These connections are shared with the entire system and used according to database access needs.

All the database connection pools (hereafter called databases for simplicity) are centrally managed using JMap Admin. Databases are typically used by JMap Server to read spatial data stored in tables and to access descriptive data related to spatial data. Once databases are configured in JMap Admin, they can be used from other sections and for various purposes in the administration process.

The **Databases** section in JMap Admin **Resources** displays a table of configured databases. In this section you can [create](/e/administrator/jmap-server-administrator-manual/resources-databases/creating-databases.md) a new database, access the database [configuration](/e/administrator/jmap-server-administrator-manual/resources-databases/configuring-databases.md) interface by clicking on its name as well as [manage](/e/administrator/jmap-server-administrator-manual/resources-databases/managing-databases.md) the databases you select in the 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-jmapserver-lima.k2geospatial.com/e/administrator/jmap-server-administrator-manual/resources-databases.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.
