> For the complete documentation index, see [llms.txt](https://docs.coupler.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coupler.io/destinations/categories/database.md).

# Data warehouses

- [BigQuery](https://docs.coupler.io/destinations/categories/database/big_query.md): Send data to BigQuery with automatic schema detection and append mode via Coupler.io.
- [Common Issues](https://docs.coupler.io/destinations/categories/database/big_query/common-issues.md): Connection failing after JSON key upload? Troubleshoot greyed out buttons and authentication errors in BigQuery.
- [FAQ](https://docs.coupler.io/destinations/categories/database/big_query/faq.md): Can Coupler.io create BigQuery tables automatically? Learn schema detection, column types, and data loading.
- [How to generate BigQuery schema to define column types manually?](https://docs.coupler.io/destinations/categories/database/big_query/faq/how-to-generate-bigquery-schema-to-define-column-types-manually.md)
- [PostgreSQL](https://docs.coupler.io/destinations/categories/database/postgresql.md): Send data to PostgreSQL with Coupler.io for SQL-native analysis, type enforcement, and direct querying without exports.
- [Common Issues](https://docs.coupler.io/destinations/categories/database/postgresql/common-issues.md): PostgreSQL connection refused? Troubleshoot host, port, credentials, IP allowlisting, and firewall configuration issues.
- [FAQ](https://docs.coupler.io/destinations/categories/database/postgresql/faq.md): PostgreSQL write modes explained: Replace vs. Append for data updates, Supabase compatibility, and connection setup.
- [Redshift](https://docs.coupler.io/destinations/categories/database/redshift.md): Send data to Amazon Redshift automatically with Coupler.io. Centralize analytics data from any source without ETL scripting or manual exports.
- [Common Issues](https://docs.coupler.io/destinations/categories/database/redshift/common-issues.md): Redshift connection failing? Allowlist Coupler.io IP addresses in your security group and check VPC/firewall settings to restore access.
- [FAQ](https://docs.coupler.io/destinations/categories/database/redshift/faq.md): Replace vs Append mode in Redshift: choose Replace for snapshots, Append for historical logs. Learn write modes and data refresh best practices.
- [Snowflake](https://docs.coupler.io/destinations/categories/database/snowflake.md): Send data to Snowflake with Coupler.io. Centralize multi-source data in a cloud data warehouse with automatic type detection and SQL-native analytics.
- [Common Issues](https://docs.coupler.io/destinations/categories/database/snowflake/common-issues.md): Fix Snowflake OAuth errors, connection timeouts, and authentication issues with Coupler.io. Troubleshoot account URL, role assignment, and browser settings.
- [FAQ](https://docs.coupler.io/destinations/categories/database/snowflake/faq.md): Replace vs. Append mode in Snowflake? Learn write strategies, refresh frequency, and data loading best practices with Coupler.io.
- [Connection Setup](https://docs.coupler.io/destinations/categories/database/snowflake/connection-setup.md): How to setup Coupler.io to Snowflake connection using different types of authentication


---

# 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:

```
GET https://docs.coupler.io/destinations/categories/database.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.
