> For the complete documentation index, see [llms.txt](https://documentation.astera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.astera.com/astera-data-stack-v9/connectors.md).

# Connectors

- [Setting Up IBM DB2/iSeries Connectivity in Astera](https://documentation.astera.com/astera-data-stack-v9/connectors/setting-up-ibm-db2-iseries-connectivity-in-astera.md)
- [Connecting to SAP HANA Database](https://documentation.astera.com/astera-data-stack-v9/connectors/connecting-to-sap-hana-database.md)
- [Connecting to MariaDB Database](https://documentation.astera.com/astera-data-stack-v9/connectors/connecting-to-mariadb-database.md)
- [Connecting to Salesforce Database](https://documentation.astera.com/astera-data-stack-v9/connectors/connecting-to-salesforce-database.md)
- [Connecting to Salesforce - Legacy Database](https://documentation.astera.com/astera-data-stack-v9/connectors/connecting-to-salesforce-legacy-database.md)
- [Connecting to Vertica Database](https://documentation.astera.com/astera-data-stack-v9/connectors/connecting-to-vertica-database.md)
- [Connecting to Snowflake Database](https://documentation.astera.com/astera-data-stack-v9/connectors/connecting-to-snowflake-database.md)
- [Connecting to Amazon Redshift Database](https://documentation.astera.com/astera-data-stack-v9/connectors/connecting-to-amazon-redshift-database.md)
- [Connecting to Amazon Aurora Database](https://documentation.astera.com/astera-data-stack-v9/connectors/connecting-to-amazon-aurora-database.md)
- [Connecting to Google Cloud SQL in Astera](https://documentation.astera.com/astera-data-stack-v9/connectors/connecting-to-google-cloud-sql-in-astera.md)
- [Connecting to MySQL Database](https://documentation.astera.com/astera-data-stack-v9/connectors/connecting-to-mysql-database.md)
- [Connecting to PostgreSQL in Astera](https://documentation.astera.com/astera-data-stack-v9/connectors/connecting-to-postgresql-in-astera.md)
- [Connecting to Netezza Database](https://documentation.astera.com/astera-data-stack-v9/connectors/connecting-to-netezza-database.md)
- [Connecting to Oracle Database](https://documentation.astera.com/astera-data-stack-v9/connectors/connecting-to-oracle-database.md)
- [Connecting to Microsoft Azure Databases](https://documentation.astera.com/astera-data-stack-v9/connectors/connecting-to-microsoft-azure-databases.md)
- [Connecting to Amazon RDS Databases](https://documentation.astera.com/astera-data-stack-v9/connectors/connecting-to-amazon-rds-databases.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://documentation.astera.com/astera-data-stack-v9/connectors.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.
