# 3. Connectors & workspace creation

To start working in Syntho, the first step is to connect your data sources and initialize your workspace.

***

### Supported databases

<table data-view="cards"><thead><tr><th></th><th align="center"></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td></td><td align="center"><img src="/files/CNuH9ZhC4cXEE7O4SGZI" alt="" data-size="original"></td><td></td><td><a href="/pages/1AgoQHNXkEOFZHDZYoAM">/pages/1AgoQHNXkEOFZHDZYoAM</a></td><td></td></tr><tr><td></td><td align="center"><img src="/files/9InHAycy9uKNoCJmQUqt" alt="" data-size="original"></td><td></td><td><a href="/pages/pznUwXwGX0laz6Z8Vm28">/pages/pznUwXwGX0laz6Z8Vm28</a></td><td></td></tr><tr><td></td><td align="center"><img src="/files/X4UT7sCbuhaR9DWAn5Ow" alt=""></td><td></td><td><a href="https://github.com/shahin-hu/Translations/blob/main/English/setup-workspaces/create-a-workspace/connect-to-a-database/broken-reference/README.md">https://github.com/shahin-hu/Translations/blob/main/English/setup-workspaces/create-a-workspace/connect-to-a-database/broken-reference/README.md</a></td><td></td></tr><tr><td></td><td align="center"><img src="/files/dgFl0Em2sgyAYdTNHE6B" alt=""></td><td></td><td><a href="/pages/RynPf8Bl1w8VZOUWc3La">/pages/RynPf8Bl1w8VZOUWc3La</a></td><td></td></tr><tr><td></td><td align="center"><img src="/files/zHAzcsKmA8Lc8N9PV4Vt" alt=""></td><td></td><td><a href="/pages/xkIy1PQOBX7okiF6Qit0">/pages/xkIy1PQOBX7okiF6Qit0</a></td><td></td></tr><tr><td></td><td align="center"><img src="/files/6cP5UOewt66pJ90SddtY" alt=""></td><td></td><td><a href="/pages/Vxaa98oEtqQ7bbb2F8Ut">/pages/Vxaa98oEtqQ7bbb2F8Ut</a></td><td></td></tr><tr><td></td><td align="center"><img src="/files/ZAoG2FClzZ54bTViSWcz" alt=""></td><td></td><td><a href="/pages/tVqZES0tnUCTNmri20wx">/pages/tVqZES0tnUCTNmri20wx</a></td><td></td></tr></tbody></table>

### Supported filesystems (destination only)

<table data-view="cards"><thead><tr><th align="center"></th><th align="center"></th><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"></td><td align="center"><img src="/files/DjcjcG0N9R423RsCYsuz" alt=""></td><td align="center"></td><td><a href="/pages/tdYBoBDngVGXePMYIAu0">/pages/tdYBoBDngVGXePMYIAu0</a></td></tr><tr><td align="center"></td><td align="center"><img src="/files/Tgmql4IRatHvmMZOhtPs" alt="" data-size="original"></td><td align="center"></td><td><a href="/pages/ke8Vqm2KENKJdJ6HvE97">/pages/ke8Vqm2KENKJdJ6HvE97</a></td></tr></tbody></table>

{% hint style="info" %}
Missing a database connector? Let us know. Custom connectors can be built on request.
{% endhint %}

### Initialization modes overview

| Mode             | When to use                                                                                                                                                                 | What happens                                                                                                     |
| ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| Synthesize all   | For one or more two related tables. To preserve maximum statistical validity with high privacy.                                                                             | PII columns receive mock generator suggestions, and non-PII columns use AI synthesis.                            |
| Mock all         | Theoretically the most secure, since all data is generated independently of the original data. This is also the best choice if there is no or limited input data available. | All PII and non-PII columns get one or more suggested mock generators.                                           |
| Mock or mask all | Like “Mock all”, except masking generators may be applied in certain scenarios to generate more realistic data.                                                             | All PII and non-PII columns get one or more suggested mock and/or mask generators.                               |
| De-identify      | When only replacement of PII is required, while non-PII columns should remain in-tact, making it suitable for internal test cases.                                          | Suggested generators are applied only to PII columns. Non-PII columns do not receive any generator suggestions.. |
| From scratch     | For custom configurations or when only a few tables need to be configured.                                                                                                  | All tables start excluded by default, and the application doesn't suggest generators.                            |

### Interactive guide: How to create a workspace

Use the demo below to walk through the process of creating a connector and setting up a workspace.

{% embed url="<https://www.guidejar.com/guides/4a0b2d1e-b093-4910-b550-81c863921bba>" %}


---

# 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.syntho.ai/overview/get-started/syntho-bootcamp/3.-connectors-and-workspace-creation.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.
