> 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/quickstart.md).

# Quickstart

***

## Create a database

1. Click **Databases** in the left-hand menu in the control panel, under the *Storage* category.
2. Click the **Create** button.
3. Select the database engine (*MySQL* or *PostgreSQL*) and the database version.
4. Select a plan (CPU and memory) and the storage space for the database.
5. Select which data center to place the database in.
6. Choose a name for the database.
7. Click **Create**.

## Manage access to the database

1. In the control panel overview of the database, click **Manage access** under *Firewall*.
2. Enter the IP addresses that should be allowed to connect to the database.
3. Click **Update**.

## Delete a database

1. In the database overview, click the three dots and then **Delete**.
2. To confirm, type the name of the database in the text field and click **Delete**.


---

# 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/quickstart.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.
