# Connecting a Data Source

## Overview

Publisher supports connecting to various data storage systems through a straightforward configuration process. Available connectors include object stores (like AWS S3, Google Cloud Storage, and Azure Blob Storage) and databases (such as BigQuery and PostgreSQL).

## Starting the Connection

Access "Data Sources" through the navigation sidebar. This page displays your existing connections and prompts you to click "Connect Data Source" to establish new ones.

## Selecting a Connector

In the Data Source Configuration panel, you'll find these available connectors:

* AWS S3 Storage (Object Store)
* BigQuery (Database)
* Google Cloud Storage (Object Store)
* Microsoft Azure Blob Storage (Object Store)
* PostgreSQL (Database)

## Configuration Steps

Select your desired connector type and follow the configuration workflow:

* Provide an appropriate name for your data source
* Enter the required connection parameters
* Review your configuration and click "Next"
* Complete the setup by clicking "Done"

A confirmation message will appear at the top of the screen when your connection is successfully established.

{% hint style="info" %}
For specific configuration details for each connector type, refer to the individual connector guides in the documentation.
{% endhint %}


---

# 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.omics.ai/products/publisher/data-sources/connecting-a-data-source.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.
