# Destination Connectors

## Overview

A Destination Connector is used to send data to a specific system. You can connect to various systems using Osmos, such as Amazon S3, BigQuery, Google Drive, and more. Once you create a Destination Connector, you can connect it to one of your [Source Connectors](https://docs.osmos.io/source-connectors) using an [Osmos Pipeline](https://docs.osmos.io/pipelines), and send data from that Source Connector to the Destination Connector. You can also connect it to one of your [Osmos Uploaders](https://docs.osmos.io/uploader), and allow your end-users to upload clean data directly into the Destination Connector.&#x20;

Select from the list of systems below to get started.&#x20;

## Destination Systems

You can create a Destination Connector for any of the following systems:&#x20;

1. [Amazon S3](https://docs.osmos.io/destination-connectors/amazon-s3-connector)
2. [BigQuery](https://docs.osmos.io/destination-connectors/bigquery-connector)
3. [FTP](https://docs.osmos.io/destination-connectors/ftp-connector)
4. [Google Cloud Storage (GCS)](https://docs.osmos.io/destination-connectors/google-cloud-storage-gcs)
5. [Google Drive](https://docs.osmos.io/destination-connectors/google-drive-connector)
6. [Google Sheets](https://docs.osmos.io/destination-connectors/google-sheets-connector)
7. [HTTP API (Call an Osmos API)](https://docs.osmos.io/destination-connectors/api-mailbox-connector)
8. [HTTP API (Osmos Calls Your API)](https://docs.osmos.io/destination-connectors/http-api-osmos-calls-your-api)
9. [MySQL](https://docs.osmos.io/destination-connectors/mysql)
10. [Osmos Dataset](https://docs.osmos.io/destination-connectors/webpage-integration)
11. [PostgreSQL](https://docs.osmos.io/destination-connectors/postgresql)
12. [Snowflake](https://docs.osmos.io/destination-connectors/snowflake-connector)

##

{% hint style="info" %}
If you are trying to access a Destination system behind a firewall, please ensure that the following Osmos IP addresses are allowed to access the system. Osmos uses these fixed IP addresses to access your sources and destinations.&#x20;

For the US Region: IP Addresses

<mark style="color:red;">`35.222.106.198/32`</mark>

<mark style="color:red;">`35.232.180.174/32`</mark>

For the EU Region: IP Addresses

<mark style="color:red;">`34.159.240.249/32`</mark>

<mark style="color:red;">`35.246.239.45/32`</mark>
{% 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.osmos.io/destination-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.
