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

# Connections

- [Data Sources (DB/DWH)](https://docs.wobby.ai/connections/connect-a-data-source.md)
- [CSV files](https://docs.wobby.ai/connections/connect-a-data-source/csv-files.md)
- [PostgreSQL](https://docs.wobby.ai/connections/connect-a-data-source/postgresql.md): Connect a PostgreSQL Database
- [MySQL](https://docs.wobby.ai/connections/connect-a-data-source/mysql.md): Connect a MySQL Database to Actian AI Analyst
- [Snowflake](https://docs.wobby.ai/connections/connect-a-data-source/snowflake.md): Connect Snowflake to Actian AI Analyst
- [BigQuery](https://docs.wobby.ai/connections/connect-a-data-source/bigquery.md): Connect BigQuery to Actian AI Analyst
- [Microsoft SQL Server (MS SQL)](https://docs.wobby.ai/connections/connect-a-data-source/microsoft-sql-server-ms-sql.md): Connect your Microsoft SQL Server database to Actian AI Analyst
- [Azure Synapse](https://docs.wobby.ai/connections/connect-a-data-source/azure-synapse.md): Connect your Azure Synapse workspace to Actian AI Analyst
- [AWS Redshift](https://docs.wobby.ai/connections/connect-a-data-source/aws-redshift.md): Connect AWS Redshift to Actian AI Analyst
- [MariaDB](https://docs.wobby.ai/connections/connect-a-data-source/mariadb.md): Connect MariaDB to Actian AI Analyst
- [Microsoft Fabric](https://docs.wobby.ai/connections/connect-a-data-source/microsoft-fabric.md): Connect Microsoft Fabric to Actian AI Analyst
- [Motherduck](https://docs.wobby.ai/connections/connect-a-data-source/motherduck.md): Connect MotherDuck to Actian AI Analyst
- [Databricks](https://docs.wobby.ai/connections/connect-a-data-source/databricks.md): Connect Databricks to Actian AI Analyst
- [Actian Data Platform](https://docs.wobby.ai/connections/connect-a-data-source/actian-data-platform.md)
- [Actian Zen](https://docs.wobby.ai/connections/connect-a-data-source/actian-zen.md): Connect an Actian Zen database to Actian AI Analyst
- [ClickHouse](https://docs.wobby.ai/connections/connect-a-data-source/clickhouse.md): Connect a ClickHouse Database to Actian AI Analyst
- [Data Source Health Monitoring](https://docs.wobby.ai/connections/connect-a-data-source/data-source-health-monitoring.md): Automatic monitoring of your data source connections, with email alerts when issues are detected
- [Data Catalogs](https://docs.wobby.ai/connections/catalog.md): Sync your enterprise data catalog directly into Actian AI Analyst
- [Actian Data Intelligence Platform](https://docs.wobby.ai/connections/catalog/actian-data-intelligence-platform.md): Connect the Actian Data Intelligence Platform to sync your governed business glossary into Actian AI Analyst
- [Messaging Apps](https://docs.wobby.ai/connections/messaging-apps.md): Connect Actian AI Analyst to your messaging tools
- [Slack](https://docs.wobby.ai/connections/messaging-apps/slack.md): Integrate Slack with Actian AI Analyst
- [Teams](https://docs.wobby.ai/connections/messaging-apps/teams.md): Integrate Microsoft Teams with Actian AI Analyst
- [Table Metadata](https://docs.wobby.ai/connections/table-metadata.md)
- [Manage metadata in the UI](https://docs.wobby.ai/connections/table-metadata/manage-metadata-in-the-ui.md)
- [Import metadata using YAML](https://docs.wobby.ai/connections/table-metadata/import-metadata-using-yaml.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://docs.wobby.ai/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.
