# Connectors

### Overview

Tomat provides connectors to various data sources, including local files and data warehouses. This allows you to easily import and export data during the transformation process.

To configure the connector:

1. Go to the page “Connectors” (you will find it in the lower part of the main left menu)
2. Choose the type of connector
3. Set your credentials
4. Test connector and choose default databases or scheme if applied
5. Save connector

#### Supported connectors

| Connector   | Type \ Format | Read | Write |
| ----------- | ------------- | ---- | ----- |
| Local files | Csv           | +    | +     |
|             | Xlsx\*        | +    | +     |
| PostgreSQL  | Table         | +    | +     |
|             | View          | +    | +     |
| Snowflake   | Table         | +    | +     |
|             | View          | +    | +     |

\**Xslx files can only be used in Flows without database Sources or Destinations*


---

# 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.tomat.ai/integrations/connectors.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.
