> For the complete documentation index, see [llms.txt](https://upsolver.gitbook.io/content/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://upsolver.gitbook.io/content/reference-1/sql-commands/connections.md).

# Connections

Connections are used to provide Upsolver with the appropriate credentials to ingest your data into Upsolver as well as to write out your transformed data to various services.

To create a new connection, simply provide the required credentials and configure any optional connection properties relevant to your requirements.&#x20;

{% hint style="info" %}
Note that only some of the connection options can be edited after the connection has been created.
{% endhint %}

### SQL connection commands

* [CREATE CONNECTION](/content/reference-1/sql-commands/connections/create-connection.md)
* [ALTER CONNECTION](/content/reference-1/sql-commands/connections/alter-connection.md)
* [DROP CONNECTION](/content/reference-1/sql-commands/connections/drop-connection.md)

## Supported connections

### Cloud Storage

* [Amazon S3](/content/reference-1/sql-commands/connections/create-connection/amazon-s3.md)

### Metastores

* [AWS Glue Data Catalog](/content/reference-1/sql-commands/connections/create-connection/aws-glue-data-catalog.md)
* [Hive Metastore](/content/reference-1/sql-commands/connections/create-connection/hive-metastore.md)
* [Polaris Catalog](/content/reference-1/sql-commands/connections/create-connection/polaris-catalog.md)

### Streaming systems

* [Apache Kafka](/content/reference-1/sql-commands/connections/create-connection/apache-kafka.md)
* [Amazon Kinesis](/content/reference-1/sql-commands/connections/create-connection/amazon-kinesis.md)
* [Confluent Kafka](/content/reference-1/sql-commands/connections/create-connection/confluent-cloud.md)

### Databases

* [Amazon Redshift](/content/reference-1/sql-commands/connections/create-connection/amazon-redshift.md)
* [ClickHouse](/content/reference-1/sql-commands/connections/create-connection/clickhouse.md)
* [Elasticsearch](/content/reference-1/sql-commands/connections/create-connection/elasticsearch.md)
* [Microsoft SQL Server](/content/reference-1/sql-commands/connections/create-connection/microsoft-sql-server.md)
* [MongoDB](/content/reference-1/sql-commands/connections/create-connection/mongodb.md)
* [MySQL](/content/reference-1/sql-commands/connections/create-connection/mysql.md)
* [PostgreSQL](/content/reference-1/sql-commands/connections/create-connection/postgresql.md)
* [Snowflake](/content/reference-1/sql-commands/connections/create-connection/snowflake.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://upsolver.gitbook.io/content/reference-1/sql-commands/connections.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
