# Database Config

<table><thead><tr><th width="249.33333333333331">Prop Name</th><th>Prop Value</th><th>Rules / Info</th></tr></thead><tbody><tr><td>email.[alias name].dbType</td><td>Database Type</td><td>Supported Database Types: mysql,mssql,oracle,postgresql,db2,bigquery</td></tr><tr><td>mail.[alias name].host</td><td>IP address or URL of the database server</td><td></td></tr><tr><td>mail.[alias name].port</td><td>Port used for the database connection</td><td></td></tr><tr><td>mail.[alias name].userName</td><td>Username for database access</td><td></td></tr><tr><td>mail.[alias name].password</td><td>Password for the database access</td><td></td></tr><tr><td>mail.[alias name].schemaName</td><td>Database name</td><td></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.qatts.com/administration/deployment/database-config.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.
