# Database Setup

You'll need an empty database for storing your application data. You don't need to create any tables or documents – Gravity will do that automatically for you.

{% hint style="warning" %}
MySQL & Mongo database drivers are included by default. If you're using another database client eg. Postges then please install the relevant driver with npm.
{% endhint %}

Take note of your database credentials, you'll need these during the [setup process](/gravity-server/installation/install-gravity.md).


---

# 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.usegravity.app/gravity-server/installation/database-setup.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.
