# Database Connections

Connections hold information about the connections to your databases. You only have to do this once for every database connection you would like to use for a WriteBack scenario. The username and password of a connection are stored safely and encrypted in our back-end.

A schema is connected to one of the available connections. You can have multiple schemas connected to one single connection. You can simply state that a connection is the authorized path to a database server and one database to store or edit write back information via the schemas within the available modules.

Access to connections is restricted to admins or to users with the connection manager role.

{% hint style="info" %}
Only databases with a special setup have been described in this chapter.
{% endhint %}

{% content-ref url="/pages/3GX5KxYrqjkReqYe4tGc" %}
[DataBricks](/writebackextreme/v4.0/product-guide/database-connections/databricks.md)
{% endcontent-ref %}

{% content-ref url="/pages/vkqklqICzwvbuvNGB7xK" %}
[Snowflake](/writebackextreme/v4.0/product-guide/database-connections/snowflake.md)
{% endcontent-ref %}


---

# 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.infotopics.com/writebackextreme/v4.0/product-guide/database-connections.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.
