> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/products/database/how-tos.md).

# How-tos

- [Create a database instance](https://docs.glesys.com/products/database/how-tos/create-a-database-instance.md): The process for creating a database instance is the same for both MySQL and PostgreSQL.
- [Manage access](https://docs.glesys.com/products/database/how-tos/manage-access.md): By default, all incoming connections to the database instance are blocked as a security measure.
- [Manage databases and users](https://docs.glesys.com/products/database/how-tos/manage-databases-and-users.md): You can add more than one database in each database instance. You can also create users and assign each user either read or read/write access to the databases in a database instance.
- [Connect to a database](https://docs.glesys.com/products/database/how-tos/connect-to-a-database.md): Connecting to a database works the same for MySQL and PostgreSQL
- [Monitor a database](https://docs.glesys.com/products/database/how-tos/monitor-a-database.md): Databases publish its metrics through a Prometheus metric exposition file over the internet.
- [Delete a database instance](https://docs.glesys.com/products/database/how-tos/delete-a-database-instance.md): Deleting an entire database instance will delete all data in it, including all databases and all users.


---

# 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:

```
GET https://docs.glesys.com/products/database/how-tos.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.
