# Manage Databases

PostgreSQL databases can be created, listed, and deleted via the APIs. Use the following resources to learn how to manage databases efficiently.

## Quick Links

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>List all Databases</strong></mark></td><td>Learn how to list all PostgreSQL databases.</td><td><a href="/pages/c2KDKGjGurH0Eyxz302K">/pages/c2KDKGjGurH0Eyxz302K</a></td></tr><tr><td><mark style="color:blue;"><strong>Retrieve a Single Database</strong></mark></td><td>Learn how to retrieve a single PostgreSQL database.</td><td><a href="/pages/MBacspdDoBJ1eZfwJQvY">/pages/MBacspdDoBJ1eZfwJQvY</a></td></tr><tr><td><mark style="color:blue;"><strong>Create a Databases</strong></mark></td><td>Learn how to create new PostgreSQL databases.</td><td><a href="/pages/5HjAoi6sDwxuuyTBUnWj">/pages/5HjAoi6sDwxuuyTBUnWj</a></td></tr><tr><td><mark style="color:blue;"><strong>Remove a Database</strong></mark></td><td>Learn how to remove a PostgreSQL database.</td><td><a href="/pages/HYzH2DBXvQsZKCKR1p7h">/pages/HYzH2DBXvQsZKCKR1p7h</a></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.ionos.com/cloud/databases/postgresql/api/v1-api/users-and-databases/manage-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.
